Pete Helgren wrote:
[...]
Hi.
Maybe start at the beginning and let us know :
- which version of Tomcat you are running
- on what kind of "box" (the OS)
- with which version of Apache

Then,
- do you have any reason to be using an Apache front-end, other than wanting to get rid of the ":8080" in your URL links ?
Because if not, then you do not need an Apache front-end to do that.
Just change the port="8080" to port="80" in the HTTP <Connector> element of your Tomcat's server.xml file, and restart Tomcat.
(But stop Apache first, otherwise they will fight for port 80).

If you have another reason to configure an Apache, then it is a bit more complicated. But please then provide the requested information first.

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

Reply via email to