The "shutdown" handling in Ajp13 is there for completeness. But AFAIK, nothing was ever written to use it. Since it isn't used, a flag was added so it would be ignored. If you want to use it, you will need to modify StopTomcat.java to send the appropriate bytes to the Ajp13 port.
Cheers, Larry > -----Original Message----- > From: Laurent Michenaud [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 30, 2001 4:31 AM > To: [EMAIL PROTECTED] > Subject: trying to shutdown via 8009 > > > Hi > > I'm trying to shutdown Tomcat via port 8009 with Tomcat 3.3. > > I have commented <Ajp12Connector > in server.xml > and i have put shutDownEnable="true" for the > Ajp13Connector. > > But when i run "shutdown.bat", it is still trying to shutdown > via port 8007 > > > Michenaud Laurent > - Adeuza - > [ D�veloppeur Web - Administrateur R�seau ] > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
