The default configuration of Tomcat 3.3.1 writes the needed shutdown port number in "conf/ajp12.id" when it starts up. By default, the shutdown handling tries to read it from this file. What do you see for the contents of this file?
Cheers, Larry > -----Original Message----- > From: Rafael Angarita [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 25, 2002 3:57 PM > To: Tomcat Users List > Subject: Shutting down tomcat 3.3.1 > > > Where is configured the port to shutdown tomcat 3.3.1? > > I'm getting this error: when trying to shutdown tomcat using > # $TOMCAT_HOME/bin/tomcat.sh stop > > ... > Root Exception: java.lang.IllegalArgumentException: port out > of range:-1 > java.lang.IllegalArgumentException: port out of range:-1 > ... > > It looks like the port is not setted (AJP12 and AJP13 are > configured in server.xml to bind to ports 8007 and 8009 respectively) > > Thanks in advance > > -- > > Rafael Angarita > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
