RE: Using shutdown script for different port

2004-09-30 Thread Dhruva B. Reddy
List Subject: RE: Using shutdown script for different port Hi, You must have a weird setup... The shutdown socket only accepts connections from its localhost. Yoav Shapira Millennium Research Informatics -Original Message- From: Steve Kirk [mailto:[EMAIL

RE: Using shutdown script for different port

2004-09-29 Thread Steve Kirk
You can certainly telnet to the shutdown port and send the shutdown string. You could do this using a scripting tool or simple Java class. For example, telnet to localhost 8015 then send the string shutdown, or whatever string is configured in server.xml for that port. -Original

RE: Using shutdown script for different port

2004-09-29 Thread Shapira, Yoav
' Subject: RE: Using shutdown script for different port You can certainly telnet to the shutdown port and send the shutdown string. You could do this using a scripting tool or simple Java class. For example, telnet to localhost 8015 then send the string shutdown, or whatever string is configured

RE: Using shutdown script for different port

2004-09-29 Thread Steve Kirk
Subject: RE: Using shutdown script for different port Hi, Of course, you can only do this telnet from the local machine ;) Otherwise we'd have a nice security hole ;) Yoav Shapira Millennium Research Informatics -Original Message- From: Steve Kirk [mailto:[EMAIL PROTECTED

RE: Using shutdown script for different port

2004-09-29 Thread Shapira, Yoav
September 2004 21:11 To: Tomcat Users List Subject: RE: Using shutdown script for different port Hi, Of course, you can only do this telnet from the local machine ;) Otherwise we'd have a nice security hole ;) Yoav Shapira Millennium Research Informatics -Original Message- From

RE: Using shutdown script for different port

2004-09-29 Thread Steve Kirk
:[EMAIL PROTECTED] Sent: Wednesday 29 September 2004 21:26 To: Tomcat Users List Subject: RE: Using shutdown script for different port Hi, You must have a weird setup... The shutdown socket only accepts connections from its localhost. Yoav Shapira Millennium Research Informatics