• 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

Jbuilder X with Jboss

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using JBoss with JbuilderX.
I want to debug my Jsp's using Jbuilder
While going through the JbuilderX docs, I came across the following

Important: Tomcat 4.1 and Jetty (used by JBoss) do not support JSP source debugging, as both use Jasper. You can remedy this problem with the following steps: Browse to the <jbuilder>/thirdparty/jakarta-tomcat-4.0.6-LE-jdk14/lib directory.For Tomcat, copy jasper-compiler.jar and jasper-runtime.jar to the <jbuilder>/thirdparty/jakarta-tomcat-4.1.27-LE-jdk14/common/lib directory.For Jetty, search for the jasper-compiler.jar and the jasper-runtime.jar in your JBoss installation and replace them with the jasper-compiler.jar and the jasper-runtime.jar found in the <jbuilder>/thirdparty/jakarta-tomcat-4.1.0.6-LE-jdk14/common/lib directory.



I am using Jboss 3.2.x with inbuild tomcat 5.
Do I still need to do the above steps for debugging Jsp's ?
Thanks
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic