How do I config Tomcat to only service requests from localhost? 2003-09-25 - By Mike Kellstrand
Back I'm sure the answer is quite simple, but I haven't been able to find it online yet.
I've got Tomcat running on a PC, and I want it to only service requests coming from the same PC (i.e. localhost). If a request come in from the LAN, I want to ignore it.
I found references to the "inet" attribute to the "Connector" element, but it doesn't work for me.
Thanks, Mike
|
|