RE: Where does system.out go?

2003-10-09 Thread Wade Chandler
TOMCAT_HOME/logs/catalina.out

Wade

-Original Message-
From: Ben Ricker [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 08, 2003 4:46 PM
To: Tomcat Users List
Subject: Re: Where does system.out go?


I usually get system.out and/or system.err in the catalina.log file.

Ben Ricker
Wellinx.com


On Wed, 2003-10-08 at 15:36, Adam Hardy wrote:
 Dude, you just hijacked my thread! Bad netiquette. Anyway, your
 System.out.println statements will go to the console, i.e. the command

 line window where you are running tomcat. If you have no command line 
 window, they will probably get caught in a system.out or system.err
file 
 although I'm not sure where.
 
 HTH
 Adam
 
 On 10/08/2003 10:13 PM Michael Remijan wrote:
  Hello,
  
  In a JSP page i'm doing some testing.  I have System.out.println() 
  statements in there temporarily.  Anyone know where they go?  I 
  checked the Context's logger that they are not there.
  
  Mike
  
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Where does system.out go?

2003-10-08 Thread Lee, Paul NYC
Try catalina.out also in the log directory.

-Original Message-
From: Michael Remijan [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 08, 2003 4:13 PM
To: Tomcat Users List
Subject: Where does system.out go?


Hello,

In a JSP page i'm doing some testing.  I have System.out.println()
statements in there temporarily.  Anyone know where they go?  I checked the
Context's logger that they are not there.

Mike


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Where does system.out go?

2003-10-08 Thread Adam Hardy
Dude, you just hijacked my thread! Bad netiquette. Anyway, your 
System.out.println statements will go to the console, i.e. the command 
line window where you are running tomcat. If you have no command line 
window, they will probably get caught in a system.out or system.err file 
although I'm not sure where.

HTH
Adam
On 10/08/2003 10:13 PM Michael Remijan wrote:
Hello,

In a JSP page i'm doing some testing.  I have System.out.println()
statements in there temporarily.  Anyone know where they go?  I checked
the Context's logger that they are not there.
Mike

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
struts 1.1 + tomcat 5.0.12 + java 1.4.2
Linux 2.4.20 RH9
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Where does system.out go?

2003-10-08 Thread Ben Ricker
I usually get system.out and/or system.err in the catalina.log file.

Ben Ricker
Wellinx.com


On Wed, 2003-10-08 at 15:36, Adam Hardy wrote:
 Dude, you just hijacked my thread! Bad netiquette. Anyway, your 
 System.out.println statements will go to the console, i.e. the command 
 line window where you are running tomcat. If you have no command line 
 window, they will probably get caught in a system.out or system.err file 
 although I'm not sure where.
 
 HTH
 Adam
 
 On 10/08/2003 10:13 PM Michael Remijan wrote:
  Hello,
  
  In a JSP page i'm doing some testing.  I have System.out.println()
  statements in there temporarily.  Anyone know where they go?  I checked
  the Context's logger that they are not there.
  
  Mike
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]