RE: How set a default context

2006-09-26 Thread Ivan Balashov
set a default context Ivan Balashov wrote: > But that means the context of application will change, as opposed to making > it default. I'm not sure if this change is harmful to the application, but > if it uses e.g. context name for some reason it might be failing. > > -Ivan

RE: How set a default context

2006-09-26 Thread Ivan Balashov
But that means the context of application will change, as opposed to making it default. I'm not sure if this change is harmful to the application, but if it uses e.g. context name for some reason it might be failing. -Ivan -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROT

RE: How to disable PUT and DELETE methods in Tomcat 4.1.27?

2006-09-10 Thread Ivan Balashov
I guess those methods are left to be implemented e.g. by Webdav servlets, and while no implementation is present they simply return access error. -Original Message- From: Emre Ersoz [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2006 1:53 PM To: Tomcat Users List Subject: Re: H

Can Tomcat dump incoming/outgoing HTTP data?

2006-09-04 Thread Ivan Balashov
Hi all, I need to monitor HTTP traffic going to/from my web application. Normally I would use Ethereal, but unfortunately, it doesn't support localhost on windows. Could I setup tomcat so that (or maybe write my own filter) it would dump all incoming/outgoing HTTP data to a file? Thanks! smime