The moose likes BEA/Weblogic and the fly likes Weblogic in debug mode Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Weblogic in debug mode" Watch "Weblogic in debug mode" New topic
Author

Weblogic in debug mode

Hemant Bhaiya
Greenhorn

Joined: Nov 01, 2000
Posts: 21
I am trying to start weblogic server in debug mode through JBuilder but when weblogic server starts up,on the console it prints a message that "server is started in RUNNING mode". How can I make sure that the weblog server is started in debug mode when using with JBuilder?
Thanks in advance.
Regards,
Hemant
Chris Mathews
Ranch Hand

Joined: Jul 18, 2001
Posts: 2712
There is no "debug" mode. There is only development and production modes. However, there are various parameters that can be passed to WebLogic for debugging purposes. Checkout this article by Steve Buzzard for more information.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Weblogic in debug mode
 
Similar Threads
Debug in weblogic
how make petstore work in Jbuilder?
RAD ignores my break points
JBuilder's debug not working!
how to run Weblogic in Debug mode?