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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.