Anand Kumar Singh wrote:
Hi,
Can anyone suggest me How to Disable TRACE and DELETE methods in tomcat
6.x?
For security reason i want to
- Disable TRACE and DELETE methods
- Disable 8005 Port on Tomcat instance. Users can shutdown tomcat from that
port.
set port="-1"
Filip
- Anand Sing
>
> > - Disable 8005 Port on Tomcat instance. Users can shutdown
> > tomcat from that port.
>
> Only if you give them telnet or other direct access to the machine
> Tomcat is running on. The shutdown port is used only with 127.0.0.1, no
> other IP address.
>
Yes, and you also may change the "shu
> From: Anand Kumar Singh [mailto:[EMAIL PROTECTED]
> Subject: How to Disable TRACE and DELETE methods in tomcat 6.x
>
> - Disable TRACE and DELETE methods
Don't know, but I suspect a filter can be written to ignore them.
> - Disable 8005 Port on Tomcat instance. Users can shutdown
> tomcat f