> From: Melanie [mailto:melanie.v...@gmail.com]
> Subject: Re: Question on Linux Tomcat Apache Server and Port
> Redirection for a robotics site
> 
> Do you know the way to bring up the actual J2EE webpage instead of the
> Tomcat Startup Page when the URL
> http://www.robotronics.org is served by Apache and Tomcat?

If you want the springapp to be the default webapp, delete (or rename) the 
Tomcat-supplied webapps/ROOT directory, and change the J2EE application 
directory to webapps/ROOT (case sensitive).  There are alternative means of 
doing this, but the above is the simplest.

BTW, if everything is being passed through to Tomcat, you can simply eliminate 
httpd, and run Tomcat on port 80.  However, your previous description indicated 
that you had some existing HTML being served by httpd, and if you want to keep 
that, you'll need to modify the ProxyPass setting to not pass those requests to 
Tomcat.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

Reply via email to