Answers

Question and Answer:

  Home  BEA Weblogic

⟩ How do I debug WebLogic Server using Visual Cafe 4.1?

You can install VisualCafe Enterprise Edition 4.1 and attach it to the server, pretty much as it worked for 3.X.

The following are steps for debugging using VC 4.1. You may change the directory names as necessary.

1. Install it under D:VisualCafeEE. No special options are needed.

2. Install the license under C:Program FilesCommon FilesWebGain Shared.

3. Start ddservices by selecting Start -> Programs -> WebGain Studio Professional ->Visual Cafe Enterprise Edition 4.1 -> Distributed Debugging Services -> Start DD Services (Java2 - 1.3)

4. Start WebLogic Server using debugvm.exe instead of java.exe.

cd D:beawlserver6.1configmydomain

setEnv

edit startWebLogic.cmd

change "%JAVA_HOME%binjava" -hotspot -ms64m -mx64m to visualcafeEEjdk13bindebugvm.exe

5. Run startWebLogic. It prints out some debugging information.

6. Run VisualCafe - Start -> Programs -> WebGain Studio Professional -> Visual Cafe Enterprise Edition 4.1 -> Visual Cafe Enterprise Edition 4.1

7. From the File menu, select Attach to Process. If everything is working correctly, you should see your machine name.

8. Click the + sign to expand the tree and select your running WebLogic Server.

 161 views

More Questions for you: