> 2003-11-23 11:38:15 StandardWrapper.Throwable
> java.lang.NoClassDefFoundError: org/jdom/JDOMException
> at
com.treelogic_swe.frameworks.web2database.Web2Database.init(Web2Database.jav
a:344)
<snip>
> would be greatly appreciated. I must also add that i am using JDOM in
> my package to read an XML document. Could this be a problem with JDOM?
I never use JDOM, but generaly its WAR file should be in
your_app/WEB-INF/lib
or in /tomcat/common/lib
or in /tomcat/shared/lib.
I hope it helps.