Discussion for debugging with Weblogic. I've used Kawa and WebGain Visual Cafe 4 with success. Print logging can be much faster sometimes...
Rob
-
Tips on debugging with Weblogic. (2 messages)
- Posted by: Rob Murtha
- Posted on: August 21 2000 13:36 EDT
Threaded Messages (2)
- Tips on debugging with Weblogic. by Floyd Marinescu on August 21 2000 16:03 EDT
- Tips on debugging with Weblogic. by Rob Murtha on August 21 2000 17:46 EDT
-
Tips on debugging with Weblogic.[ Go to top ]
- Posted by: Floyd Marinescu
- Posted on: August 21 2000 16:03 EDT
- in response to Rob Murtha
You used the Kawa debugger in a WL application? Cool! How was that? Did it have special support for WL or did you just treat WL as a regular java application?
Floyd -
Tips on debugging with Weblogic.[ Go to top ]
- Posted by: Rob Murtha
- Posted on: August 21 2000 17:46 EDT
- in response to Floyd Marinescu
Steps for setting up Kawa 4.0 to debug Weblogic:
My patch level is a little old but this works.
On the Project classpath panel add:
c:\weblogic\lib\weblogic451sp7boot.jar ( weblogic patch )
c:\weblogic\classes\boot
c:\weblogic\lib\poolorb.jar
On the project's interpeter panel:
Basic Tab
check Debug
check Java class to run
weblogic.Server
check Execute in program directory
c:\weblogic
Advanced Tab
check Property Values ( leave out the -D for each property )
weblogic.class.path=.\license;.\lib\weblogic451sp7.jar;.\classes;.\myserver\serverclasses;.\lib\weblogicaux.jar;e:\Oracle\ora81jdbc\lib\classes12.zip;{your classes} {space} java.security.manager java.security.policy==weblogic.policy {any other weblogic or app specific -D options }