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?
<Logger className="org.apache.catalina.logger.SystemOutLogger"/>
<Valve className="org.apache.catalina.valves.RequestDumperValve"/>
<snip/>
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 Standard Output Logger records all logged messages to whatever
stream the standard output of Catalina is pointed at. The default
Catalina startup script points this at file logs/catalina.out relative
to $CATALINA_HOME. This logger supports no additional attributes.
Therefore, I would not expect to see anything on the console but in
logs/catalina.out
Mark
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]