This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes XML archive not loaded by JBuilder........ Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "XML archive not loaded by JBuilder........" Watch "XML archive not loaded by JBuilder........" New topic
Author

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

Gabriel Fox
Ranch Hand

Joined: Oct 17, 2001
Posts: 170
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)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: XML archive not loaded by JBuilder........
 
Similar Threads
Tomcat , problem with libraries order
Tomcat , problem with libraries order
Class NOT FOUND in Tomcat
How to use context-param in web.xml to configure realm
Error: Namespace not supported by SAXParser