Hi Guys,
I set up my application with apache 2.0 in front-end and tomcat 5.0 in back-end. Everything works fine except when I try to open my web application from " I can only open static pages. When I type " I would like apache to forward the URL to Tomcat and open the page index.jsp of my application. I tried everything I knew to solve the problem but it still doesn't work. For the moment I am using a static page with apache and I wrote a javascript srcipt to forward to my index.jsp. I don't think this is real professionnal. Any help will be welcome. I went on the web to find some solutions but the only thing I found was to create virtual host with static pages or open a jsp or servlet when you type the URL and I already know how to do that. What I would like to do is when you type " open my web site on with index.jsp through apache 2.0 with tomcat 5.0 without using any static pages. Any ideas?(I am running my own web site on server linux)
I set up my application with apache 2.0 in front-end and tomcat 5.0 in back-end. Everything works fine except when I try to open my web application from " I can only open static pages. When I type " I would like apache to forward the URL to Tomcat and open the page index.jsp of my application. I tried everything I knew to solve the problem but it still doesn't work. For the moment I am using a static page with apache and I wrote a javascript srcipt to forward to my index.jsp. I don't think this is real professionnal. Any help will be welcome. I went on the web to find some solutions but the only thing I found was to create virtual host with static pages or open a jsp or servlet when you type the URL and I already know how to do that. What I would like to do is when you type " open my web site on with index.jsp through apache 2.0 with tomcat 5.0 without using any static pages. Any ideas?(I am running my own web site on server linux)