Hi Scott,
 Thanks,
I am using my own java classes from jsp. In java class i am printing debug
info using system.out.println
I am able to see this info if I use JRUN , but I am not getting same in
Tomcat 3.1 in tomcat.log/jasper.log/servlet.log

Thanks
Bhrugesh
[EMAIL PROTECTED]


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Scott Stirling
Sent: Friday, June 02, 2000 7:50 PM
To: [EMAIL PROTECTED]
Subject: Re: Where does System.out.println goes on Tomcat 3.1


I believe it goes to <TOMCAT_HOME>/bin/logs.  Either tomcat.log or
servlet.log.  Tip: use the Servlet API log() methods instead of System.out.
Kinda weird for the log dir to be under the bin directory, but it is.

Scott Stirling

> -----Original Message-----
> [mailto:[EMAIL PROTECTED]]On Behalf Of Bhrugesh Shah
> Sent: Friday, June 02, 2000 1:57 PM
>
> Hi,
> Please let me know where does tomcat prints System.out statement...
> Is there any stderr or stdout file under tomcat directory..
> I am running my application with tomcat http server.
> I can see stdout & stderr file in JRun.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to