Solution: run LINUX!! Just kiddin' - the logs should be in your $CATALINA_HOME\logs\ directory (I'm using Windows slashes - hehehehe :-)
If you want them to go somewhere else change the following entry in your $CATALINA_HOME\conf\server.xml file: <Logger classname="org.apache.catalina.logger.FileLogger" directory="logs" prefix="localhost_log." suffix=".txt" timestamp="true"/> Looks like you are able to pretty much set everything there - HAVE A BLAST! Michael ----- Original Message ----- From: "Jenkins, David" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 10:48 AM Subject: RE: [Off Topic] Turn on Logging in Tomcat 4.0.1 > All Logs are in the logs directory which is off your tomcat installation > directory. > > Dave > > > -----Original Message----- > From: Matt Raible [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 17 January 2002 6:10 a.m. > To: [EMAIL PROTECTED] > Subject: [Off Topic] Turn on Logging in Tomcat 4.0.1 > > > I'm hoping someone on this list will know the solution to this. I'm using > Tomcat 4.0.1 on a Windows platform. > > I start Tomcat and run it in a console window on my machine, but I never see > any logging messages. I *know* they're there, because when I put the same > application on another machine (fresh install of Tomcat) - I get all the > startup messages from my struts app. > > My question is - how do I turn on logging, so I get more than just this: > > Starting service Tomcat-Standalone > Apache Tomcat/4.0.1 > Starting service Tomcat-Apache > Apache Tomcat/4.0.1 > > > > __________________________________________________ > Do You Yahoo!? > Send FREE video emails in Yahoo! Mail! > http://promo.yahoo.com/videomail/ > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > ************************************************************ > This message contains official information which is intended > for the use of the addressee(s) only. If you are not the > intended recipient, please notify the sender immediately. > You should not further disseminate or copy this message > in any way. > ************************************************************* > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

