Whoa, that DEFINITELY would have caused problems! LOL The shutdown port should be 8005.
Tomcat listens for HTTP connections on port 8080 by default. If you want it to listen to port 80, change that line you mentioned to 80 and restart Tomcat. John > -----Original Message----- > From: Scott Purcell [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 09, 2003 3:32 PM > To: [EMAIL PROTECTED] > Subject: Server Is Up, One More Question > > > I got the server up. It was a port issue. In the server.xml > there is a line: > I think it is the first non-comment line > <Server port="8005" shutdown="SHUTDOWN" debug="0"> > > That line messed me up. Is that stating that it is using port > 8005 for the jvm connection? If anyone gets this, could you > fill me in a little. > > I changed that line to 8080 which I guess conflicted with > another line that has 8080 in it, about half way down. > <connection > className="org.apache.catalina.connector.http.HttpConnector" > port="8080" minProcessors="5" maxProcessors="75" yada yada > > > I assume that line is the server? So If I want to run > straight port 80, change it there? > > Thanks for all the help > Sincerely > Scott > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
