Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to store/find the application log that deployed on weblogic server 10.3.5 ?

Salman5Sep 4 2014 — edited Sep 4 2014

I am able to find the whole sever log under the path ....\Oracle\WLS\user_projects\domains\[domain name goes here]\servers\[Server name goes here]\logs

But the problem that I it does not contains all the stack that I usually see in Jdeveloper console at the development time.

So, Where to find the stack or logs for the application not the whole sever exactly like Jdeveloper console where every thing is shown even the print statements (System.out,print()) ?

This post has been answered by Timo Hahn on Sep 4 2014
Jump to Answer

Comments

User,

Always mention your JDev version.

I would first start from here : Testing and Debugging ADF Components

-Arun

Timo Hahn
Answer

One reason might be that a stand alone server normally has different logging level then you embedded server.

Next thing I'd that you should avoid using system out printing to log messages. Such messages can't be turned off and fill up the server log, and only this,as they are printed to system out.

Instead you should implement ADF logging. A very good article, which has multiple parts, can be found at https://blogs.oracle.com/groundside/entry/adventures_in_adf_logging_part

Timo

Marked as Answer by Salman5 · Sep 27 2020
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 2 2014
Added on Sep 4 2014
2 comments
213 views