> From: Dimitrios Christodoulakis [mailto:dimi....@gmail.com]
> Subject: Re: integrating Apache 2 server and Tomcat
> 
> I decided to try running my tomcat app as ROOT, by deploying it under
> usr/java/tomcat-5.5/webapps/ROOT

That's exactly what you should do, since it's your default webapp.

> However all I get is a 403 forbidden error.

>From what component?

> It turns out that running tomcat from within apache is not as 
> simple as I thought.

Don't try to run Tomcat from /within/ httpd, run Tomcat /instead of/ httpd.

> Would there be a quick way to switch off Apache completely 
> and have Tomcat take all incoming traffic to port 80?

Don't start httpd, and configure Tomcat to use port 80, as was pointed out 
several hours ago:
http://tomcat.markmail.org/search/?q=#query:list%3Aorg.apache.tomcat.users+page:4+mid:ywwaxi3ixytgnt6d+state:results

As stated in that e-mail, search the mailing list archives for comments about 
GoDaddy; you may find them enlightening (and discouraging).

 - 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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to