Re: Enabling RequestDumperValve

2006-08-24 Thread Santosh Puranshettiwar
/Tomcat 4 "Manager" Helped. Thanks alot. /David Smith wrote: Place your context definition in your server.xml file. See http://tomcat.apache.org/tomcat-4.1-doc/appdev/deployment.html --David Santosh Puranshettiwar wrote: This is how its being done: - reloadable="true" > This sni

Re: Enabling RequestDumperValve

2006-08-24 Thread David Smith
Place your context definition in your server.xml file. See http://tomcat.apache.org/tomcat-4.1-doc/appdev/deployment.html --David Santosh Puranshettiwar wrote: This is how its being done: - reloadable="true" > This snippet is inside a file named server.xml which is placed in $CAT

Enabling RequestDumperValve

2006-08-24 Thread Santosh Puranshettiwar
This is how its being done: - reloadable="true" > This snippet is inside a file named server.xml which is placed in $CATALINA_HOME/webapps/magicktest/WEB-INF/ . But nothing gets logged on the console. It was quite urgent, therefore only a minimal digging was performed. Please tell