- This topic has 5 replies, 3 voices, and was last updated 11 years, 4 months ago by support-tony.
-
AuthorPosts
-
jbshankaMemberMyEclipse Blue Edition
Version: 10.1 Blue
Build id: 10.1-Blue-20120224 build5 26-Jan-12 07:28
Websphere 6.1
OS Windows XPWhen I run the server in debug mode, I can set the breakpoints in the java classes successfully. But when I set the breakpoints on the jsps, the jsp gets loaded without stopping at the breakpoint.
Please advice
support-tonyKeymasterjbshanka,
I’m sorry you’re seeing this problem. I could replicate it for WebSphere 6.1, using MyEclipse Blue 10 or MyEclipse Blue 2103, and we are investigating.
I also tried this against WebSphere 8.5 with MyEclipse Blue 2013 and could not replicate it. If using this combination is an option for you, it could provide a workaround.
We’ll post again when we have more news on this.
support-tonyKeymasterjbshanka,
Further to my earlier reply, we have had some success at debugging JSPs that are in a Web project which is part of an Enterprise Application project (i.e. part of an EAR which is deployed). If your project isn’t configured this way, is it possible for you to try it this way?
However, we are still investigating this issue.
jbshankaMemberHi Tony,
Thanks much for your kind support. I did the deployment as an EAR, but I have not been able to debug the JSPs. I followed the steps mentioned in the tutorial without any success. Please advise.
http://www.myeclipseide.com/documentation/quickstarts/webprojects/#deploy_testing_debug
support-piotrParticipantjbshanka,
We have resolved the issue. Fix will be available in the next release of ME2013. For now, you can use a workaround:
1. Open WAS 6.1 Server preferences: right click on the server in Servers View -> Configure Server Connector
2. Click next and on the second page of the wizard enable “Debug messages” option.
3. Click Finish, stop the server
4. Remove temporary files for your web application, which are located under: {was.install}/profiles/{profile-name}/temp/{node-name}/{server-name}/{war-app-name}
5. Start server in debug mode – breakpoints should work now.Let us know if the workaround help!
support-tonyKeymasterThe fix is now available in the SR1 release. This can be downloaded from our site or the in-product update may be used. Update sites should be available later this week.
-
AuthorPosts