3

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.

Mark Estrada
  • 9,013
  • 37
  • 119
  • 186

1 Answers1

3

Yes you can view the Weblogic logs from the console

See the Oracle docs on how to do this.

JoseK
  • 31,141
  • 14
  • 104
  • 131
  • 1
    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