Re: I don't see the output under Linux

2001-08-09 Thread David Smith
I don't know about your starting methods and why they are different, but the last time I saw the exception you listed was when I was trying to get Tomcat running and didn't realize the java environment I was running was Kaffe. Some docs and email messages I found make it very clear Tomcat does

Re: I don't see the output under Linux

2001-08-08 Thread Stefano Bonnin
TECTED]> Sent: Wednesday, August 08, 2001 3:12 PM Subject: RE: I don't see the output under Linux > Just replying to the original question here : > > if you want the system.out.println logging to appear in a file instead of > the console : > $TOMCAT_HOME/bin/tomcat.sh start 2>

RE: I don't see the output under Linux

2001-08-08 Thread Martin van den Bemt
Just replying to the original question here : if you want the system.out.println logging to appear in a file instead of the console : $TOMCAT_HOME/bin/tomcat.sh start 2>logfile 1>errorfile All error and normal output to the console will be redirected this way to files. If you want logging to sy

Re: I don't see the output under Linux

2001-08-08 Thread Stefano Bonnin
Original Message - From: "Loïc Lefèvre" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 4:32 PM Subject: RE: I don't see the output under Linux > Okay, this file stands in the conf directory of Tomcat on your LINUX server? >

RE: I don't see the output under Linux

2001-08-07 Thread Loïc Lefèvre
tell me... -Message d'origine- De : Stefano Bonnin [mailto:[EMAIL PROTECTED]] Envoyé : mardi 7 août 2001 16:04 À : [EMAIL PROTECTED] Objet : Re: I don't see the output under Linux > Can you send your workers.properties file? Yes. This is my worke

Re: I don't see the output under Linux

2001-08-07 Thread Stefano Bonnin
Tuesday, August 07, 2001 3:07 PM Subject: RE: I don't see the output under Linux > > -Message d'origine- > De : Stefano Bonnin [mailto:[EMAIL PROTECTED]] > Envoyé : mardi 7 août 2001 14:47 > À : [EMAIL PROTECTED] > Objet : Re: I don't see the output und

RE: I don't see the output under Linux

2001-08-07 Thread Loïc Lefèvre
Can you send your workers.properties file? -Message d'origine- De : Stefano Bonnin [mailto:[EMAIL PROTECTED]] Envoyé : mardi 7 août 2001 14:47 À : [EMAIL PROTECTED] Objet : Re: I don't see the output under Linux Yes, if I add this attribute the tomcat.log (when I start tomc

Re: I don't see the output under Linux

2001-08-07 Thread Stefano Bonnin
Message - From: "Loïc Lefèvre" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 12:23 PM Subject: RE: I don't see the output under Linux > in your server.xml file, add the attibut path to: > > pat

RE: I don't see the output under Linux

2001-08-07 Thread Michael Weissenbacher
i use to following command in startup.sh to write the output of tomcat into a log file: $BASEDIR/tomcat.sh start "$@" >>/path/to/system-out.log 2>&1 this way also the error stream goes into the same file as the stdout and tomcat is quiet (not writing stuff to my console as it starts up). michae

RE: I don't see the output under Linux

2001-08-07 Thread Jacek Prucia
> in your server.xml file, add the attibut path to: > > path="/tmp/tomcat.log" < here > verbosityLevel = "INFORMATION" > /> > > ;) That's not going to help. Adding path attribute just makes Tomcat write info to log file, but nothing more. Every damn S

RE: I don't see the output under Linux

2001-08-07 Thread Loïc Lefèvre
in your server.xml file, add the attibut path to: ;) -Message d'origine- De : Stefano Bonnin [mailto:[EMAIL PROTECTED]] Envoyé : mardi 7 août 2001 09:39 À : [EMAIL PROTECTED] Objet : I don't see the output under Linux I am a new linux user and I have just installed Tomcat under l