cancel
Showing results for 
Search instead for 
Did you mean: 

Java Standart output

Former Member
0 Kudos

where can i see the standart log file in the web application server.

i mean when i do

System.out.pring("blablabla");

where can i see the "blablabla" message

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Web Application 6.4

Best Regards,

Raja

Former Member
0 Kudos

Hi Raja,

you can see System.out.println() at:

C:\usr\sap\EP6D\j2ee\j2ee_00\cluster\server\managers\console_logs

Especially in output.log

Regards,

Gerhard

former_member198228
Active Participant
0 Kudos

Hi Raja,

You have to change the severity of system.out and system.err in the Log Configurator Service of the Visual Administrator and set it to a severity lower than "error". Then the output goes into the defaultTrace.trc file.

Hope that helps

Regards

Abdul

Vlado
Advisor
Advisor
0 Kudos

Hi,

Just a small clarification:

> Then the output goes into the defaultTrace.trc file.

which can be found in

/usr/sap/<SID>/<INSTANCE>/j2ee/cluster/server<N>/log

Gerhard's answer is correct but it applies to WebAS 6.20.

Best regards,

Vladimir

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Raja,

witch Release are you on?

Regards,

Gerhard