Hi all,

   I was hoping someone might shed a little light as to what is going on
with the problem i'm having.  In a nutshell i use a servlet buried somewhere
in a package which i access by com.mycompany.someplace.servletname

The servlet itself uses a bunch of other class files located in a bunch of
other jars, more specifically the xerces.jar from apache.

Anyway so when i try to access my servlet i get this message.

java.lang.NoSuchMethodError
        at org.apache.xerces.parsers.DOMParser.startElement(DOMParser.java:1039)
...

The weird thing is that when i took the servlet out of the package,
everything worked fine.

I have put all my jars in WEB_INF/lib, do i need to modify the web.xml file
at all?

Thanks,
Tom





_______________________________________________________
Send a cool gift with your E-Card
http://www.bluemountain.com/giftcenter/


Reply via email to