- This topic has 8 replies, 2 voices, and was last updated 18 years ago by
Vaneet.
-
AuthorPosts
-
VaneetMemberHi,
How can i debug a struts application in MyEclise IDE ?
I am using Weblogic 8.1 as application server.
Looking for the immediate assistance.
Riyad KallaMemberDebugging is going to work exactly as outlined for other web projects, like here:
http://www.myeclipseide.com/images/tutorials/quickstarts/webprojects/Just make sure you have your WebLogic 8.1 connector configured and can start/stop WebLogic 8.1 without a problem. Then you will simply deploy your project to it and be ready to go.
VaneetMemberHi,
I am not able to debug the application.
Actually the breakpoints that i am putting in my classes are not enabled , they are kind of disabled.
Plz help me in debugging my application
Riyad KallaMemberAre you building and deploying the application using MyEclipse, or are you using Ant?
VaneetMemberI am building and deploying applications using MyEclipse
Riyad KallaMemberAre you launching WebLogic 8.1 from MyEclipse? If so, can you go to Window > prefs > MyEclipse > App Servers > WebLogic 8.1 > Launch and make sure you have it set to “Debug”.
VaneetMemberHi Riyad,
I am launching Weblogic server from MyEclipse.
The weblogic Server is in the debug mode.
Riyad KallaMemberCan you take a screenshot of the following things and PM them to me (by clicking the PM button under my name and sending them as attachments):
1) When weblogic is running, a screenshot of the debug perspective. Please use Window > Reset Perspective before taking the screenshot.
2) A screenshot of the Java editor you have open and a class file you have set a breakpoint on that isn’t enabled.
3) A screenshot of your WebLogic 8.1 connector configuration screen (just the first page).
And also please post the result of MyEclipse > Installation Summary > Installation Details for me.
VaneetMemberHi,
When i restrated the MyEclipse , debugging started working.
Can u tel me why this happened ?
-
AuthorPosts