Hello Ranchers,
I am using Apache 2.0.44, Jakarta-Tomcat-5.0.28 and Struts-1.2.9
I have configured Apache &
Tomcat. I am able to access
jsp files from the Apache document root i.e. htdocs.
The
struts war files get deployed when the Tomcat server is started. My problem is instead of accessing the "index.jsp" page from port 8080 i.e.
http://localhost:8080/MyApplication/index.jsp. I would like to access it from port 80 i.e.
http://localhost:80/MyApplication/index.jsp Is it possible to deploy 'war' files under Apache htdocs?
Any suggestions please.....
[ April 05, 2006: Message edited by: Shailesh Pillai ]