configuring server.xml with a server with more than 1 IP address

2003-03-26 Thread Chris Gokey
In server.xml, I'm looking for a way to specify both the host name and port used for the Server port=8005 shutdown=SHUTDOWN debug=0 declaration. Something like: Server address=gcmddev.sesda.com port=8005 shutdown=SHUTDOWN debug=0. (similiar to how you would configure the HTTP connector) I'm

Re: configuring server.xml with a server with more than 1 IP address

2003-03-26 Thread Tim Funk
The shutdown listerner always listens on localhost. So if you rn multiple tomcat instances, you need to use different shutdown ports. If you want them accessible from the outside (which is a real bad idea), use plug proxy. -Tim Chris Gokey wrote: In server.xml, I'm looking for a way to