• 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:

XML archive not loaded by JBuilder........

 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Guys,
I am having problems running my application via the Jbuilder in-built Tomcat. I have an XML parser jar file which contains class org.w3c.dom.Node
and when Jbuilder-Tomcat is run the Jar file (named parser.jar) get loaded as verified by my debug message.
I have even added the jar file to my classpath and path via control panel.
NOTE: Jar file resides in C:\<project-dir>\App-Root\Web-inf\lib\parser.jar.
And JBuilder 7 is configured to deploy the pplication from that location.
Please, help....
But, i keep getting the error below after logging into the application.
root cause
java.lang.NoClassDefFoundError: org/w3c/dom/Node
at org.apache.jasper.compiler.TldLocationsCache.processWebDotXml(TldLocationsCache.java:183)
at org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:157)
at org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:357)
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic