On 18/02/2010 15:14, Curtis Garman wrote:
I'm moving from tomcat 5.5.25 to tomcat 6.0.18 and have noticed one problem.
I use to be able to define the following in my server.xml
<Server port="8005" shutdown="SHUTDOWN" *address="127.0.0.1"*>
...
</Server>
but now the address portion won't work...I only want shutdown commands to be
able to come from localhost...can someone help me? I don't know if the
syntax just changed or what.
Define "won't work".
Tomcat only listens on the localhost address on that port anyway,
netstat (or a similar tool) will show you which address each port is
listening on.
p
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org