For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 8 replies, 2 voices, and was last updated 19 years, 3 months ago by
Loyal Water.
-
AuthorPosts
-
shyamParticipantH i
I am using Myeclipse trial version with tomcat 4.1 i an not able .java files niether .jsp file. I am able to set the break points when i run the porject those brekpoints never hit. All those brekpoints S.O.P are printed on console, but execution control never debug the file or stops at the breakpoint.Could you please tell me how to get rid of this problem.
Thanks and Regards
ShyamThanks and Regards
ShyamMay 3, 2007 at 10:20 am #269700
Loyal WaterMemberTomcat 4 doesn’t support JSR-45, which is the debugging specification. You will have to upgrade to Tomcat 5.
Also make sure you are doing the following:
1) Running MyEclipse and Tomcat with atleast a JDK 1.4 or later.
2) Make sure your MyEclipse Tomcat connector is setup to launch Tomcat in debug mode, not Run mode.May 5, 2007 at 3:37 pm #269784
shyamParticipantHi,
I am now using Tomcat 5 and JDK is j2sdk1.4.2_12 and running the server in debug mode too
still i am not able debug the .jsp file.I am able set the breakpoints but the execution control never stops there. Early reply will be appreciated.
Thanks and Regards
ShyamMay 7, 2007 at 1:49 pm #269826
Loyal WaterMemberCan you debug a plain Java class file? Can you send me the entire startup log for Tomcat from the console? Also can you send me your configuration info for the Tomcat 5 connector. Can you pm me a screenshot.
Thanks
May 9, 2007 at 12:48 am #269886
shyamParticipantHi
Thanks a lot for your response.
I am able to debug the .java file . When i downloaded “TestJSPDebugging” (which was posted earlier on this forum) sample and installed , deployed it worked fine. Another thing i noticed that when I deployed my Project it was not creating the .war file under the folder
“C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps” where as TestJSPDebuggin is creating the .war file.Bu the my application runs fine. Is that is the problem ??
Thanks and Regards
Shyam.May 9, 2007 at 12:51 am #269887
shyamParticipanti was trying attach the screen shot but i dont know where to attach . Could you please guide me
Thanks
ShyamMay 9, 2007 at 2:22 pm #269910
Loyal WaterMemberCan you expand all the nodes and send me a screenshot of your project structure (A screen shot of your package explorer with all the nodes expanded). To attach a screenshot you need to click on Post Reply. You will have an option to upload the screenshot there.
Also, what is your Web Root directory set to under Project > Properties > MyEclipse > Web , because even though Web Root *needs* to point to the project web root, sometimesthe project might have a “WebRoot” dir , but you might be working inside some other dir, like /www and that can cause this problem.
May 16, 2007 at 9:14 pm #270197
shyamParticipantHi
Since last so many days I have keep on trying to upload the doc and send you the details but i am not able to see the upload button after the click of Post Reply.
kindly guide me to upload the doc so that you can get the clear picture.
Thanks and Regards
Shyam.May 17, 2007 at 10:00 am #270224
Loyal WaterMemberWhen you click post reply, there is an Add Attachment section. You wlll have to browse to your document and add it there. Click submit after you add the document.
Attachments:
You must be logged in to view attached files. -
AuthorPosts
