Re: Problems configuring the RequestDumperValve

2006-08-29 Thread Santosh Puranshettiwar
That did it. Thank you so much. David Smith wrote: Yes... in 4.1, the context definition is supposed to be in $CATALINA_HOME/conf/server.xml, not on it's own under WEB-INF. Santosh Puranshettiwar wrote: Any ideas? Santosh Puranshettiwar wrote: Here is my config file: - type="javax.sql

Re: Problems configuring the RequestDumperValve

2006-08-29 Thread Santosh Puranshettiwar
In windows, I am able to see all output on console. It must be the case in Linux where the output goes in logs/catalina.out. Mark Thomas wrote: Santosh Puranshettiwar wrote: Any ideas? The above lines are in a file named mcs.xml inside webapps/mcs/WEB-INF But still t

Re: Problems configuring the RequestDumperValve

2006-08-29 Thread David Smith
Yes... in 4.1, the context definition is supposed to be in $CATALINA_HOME/conf/server.xml, not on it's own under WEB-INF. Santosh Puranshettiwar wrote: Any ideas? Santosh Puranshettiwar wrote: Here is my config file: - type="javax.sql.DataSource"/>

Re: Problems configuring the RequestDumperValve

2006-08-29 Thread Mark Thomas
Santosh Puranshettiwar wrote: > Any ideas? >> >> >> The above lines are in a file named mcs.xml inside webapps/mcs/WEB-INF >> >> But still the RequestDumperValue does not print anything on the console. >From the docs: Standard Output Logger (org.apache.catalina.logger.SystemOutLogger) The St

Re: Problems configuring the RequestDumperValve

2006-08-29 Thread Santosh Puranshettiwar
Any ideas? Santosh Puranshettiwar wrote: Here is my config file: - factory org.apache.commons.dbcp.BasicDataSourceFactory url jdbc:mysql:/

Problems configuring the RequestDumperValve

2006-08-29 Thread Santosh Puranshettiwar
Here is my config file: - factory org.apache.commons.dbcp.BasicDataSourceFactory url jdbc:mysql://localhost/mirage?useUnicode=true&characte