cancel
Showing results for 
Search instead for 
Did you mean: 

Printing Out put in console

Former Member
0 Kudos

Hi,

I am new to WAS server and NWDS .I wrote java program

in NWDS which is installed in my machine my program contain System.out.println() .Then I deployeed the application in remote WAS server .So when i am running my application ,how I can see the out put of System.out.println();That means in which log file or console.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

See this Thread

Kind Regards

Mukesh

Former Member
0 Kudos

Hi,

The least painful way is to use System.err.println(), which will write to the defaultTrace.x.

Former Member
0 Kudos

hi

good

go through these links, you might get some idea of your problem,

http://help.sap.com/saphelp_nw04/helpdata/en/a4/d0201854fb6a4cb9545892b49d4851/content.htm

The default file is under C:\usr\sap\J2E\JC00\j2ee\cluster\server0\log. You can also configure the log file in Visual Administrator under cluster->services-> Log configuration. You can refer to doc -> Using Logging and Tracing on the SAP Web AS Java.pdf

thanks

mrutyun^