Wm.A.Stafford wrote:
> First of all, thanks to Martin and Chuck for the replies to my original
> question about Tomcat 5.5 logging.
> 
> To reiterate: I've installed Tomcat5.5.27 on Windows XP as a stand alone
> (not service) server and I do not see any of the logged info that I
> would expect when I start Tomcat.  At the very least I should see a
> whole lot of logging from Spring.  I'm not clear as to whether Tomcat
> itself logs anything to stdout during startup.
> 
> As per suggestions of Martin and Chuck:
> 1. I added swallowOutput="true" to the <context> tag in
> CATALINA_HOME/conf/context.xml.  I also tried "false".
> 2. I created a CATALINA_HOME/common/classes/logging.properties as shown
> on http://tomcat.apache.org/tomcat-5.5-doc/logging.html
> 
> I still don't see any output anywhere.  On startup TC creates five files
> in the logs dir but all are empty.  I have one Spring app deployed so I
> know that something should be written to stdout even if TC writes nothing.

If you aren't seeing anything then something is very wrong. Open a command
prompt, navigate to $CATALINA_BASE/bin and type the following:

catalina.run run

What do you see?

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]

Reply via email to