Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We deployed an app in a remote weblogic server. They gave us access to the console of the weblogic. But due to security reasons, we are not allowed to remote connect to the server and view the files.

Question, is there a way from the weblogic console for us to see the logs generated by my application? I am actually investigating a problem and I think a log from the weblogic can help me see the reason.

Thanks.

share|improve this question

2 Answers

up vote 1 down vote accepted

Yes you can view the Weblogic logs from the console

See the Oracle docs on how to do this.

share|improve this answer
i know the way you described but is there a way to view log for the console output incase calling a procedure has error in some line on some case. like the netbeans apache output console please? – shareef Jun 11 '12 at 10:47

it seems to be giving me the server startup stop and related event logs not the application logs. is that correct or I am missing something?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.