• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse debug JSPs

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

I did not find an answer to this by searching through the ranch.
I want to debug JSPs using the remote debug facility.
I am running Eclipse 3.2.2 with Web Standard Tools - Web Core Version: 1.5.3
and externaly a Tomcat 5.0.

If I am debugging a JSP it works fine, but when the JSPs' file endings are not equal *.jsp eclipse will not step into it at all. I use *.jspd files and renaming them will actually work. Since it would be a mess to rename all dependencies I don't want to do so.
I also set the preference that *.jspd files are associated with a JSP-Editor (the same settings as for *.jsp files)

Does anyone have a clou?
Thanks in advance,
Dirk
reply
    Bookmark Topic Watch Topic
  • New Topic