cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi there,

I wanna to know where can i find the log file which executes the codes that we have uploaded into the EP as PAR file.

I am now doing portal application and currently i am doing some debugging myself to my database connection codes to test out whether it works so i need a log file in the server to see where the codes have gone wrong.

Thanks Loads

Quatre

0 Likes
View Entire Topic
Former Member
0 Likes

Hi

Log files will be stored in

<SAP WebAS install dir > /

JC<Instance no> / j2ee/cluster/server0/log/defaultTrace.trc

(usr/sap/PRT/JC10/j2ee/cluster/server0/log/defaultTrace.trc)

if you use System.err.println(" sdfsdf"); It will be recorded in the log file file

otherwise you can user logger also . SAP has logging.jar to store logs

Regards

Ganesan S

PS : Award points if it is useful

Former Member
0 Likes

hi there,

how do i use the user logger? Sorry new to NWDS/EP

Thanks Loads

Quatre