You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Rob S." <rs...@home.com> on 2000/07/13 05:02:33 UTC

RE: Starting Tomcat

Hi Joseph,

> Hi! I just wanted to confirm if it is nesscessary to start Tomcat FIRST
> before I start Apache server. You see, when I start Apache Server
> first and
> after that Tomcat, it has error.

This is probably because there is a port conflict.  Tomcat comes with HTTP
serving enabled by default (on port 8080).  Apache is probably conflicting
here.  Change the port or comment out the element with port="8080" attribute
in your server.xml.

- r

p.s. Order that you start in doesn't matter.

p.p.s. Size may or may not.