• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Tomcat and Eclipse

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Wanted to debug a Tomcat web application using Eclipse 3.2.

I have Tomcat integrated with Eclipse.
Can someone provide me with pointers as to how to use Eclipse to debug a JSP page?

Thanks,
 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Chetan,

Debugging JSP page in Eclipse depends largely on the plugin that you are using. If its Sysdeo plugin then all you need to do is create a Tomcat project in eclipse and add all your jsp file to complete your web application.

Then when you run the Tomcat for your webapplication it will generate the Java files for your JSP pages as soon as you access them. The location is typically will be a work folder in the project that you have created.

Once you have java source files you can debug them using the eclipse ide.

Let me know if this solve you problem.

Regards
Naveen
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic