r u
sure your jar file is being conflicted with servlet.jar, coz thats only
concerned with the servlets and not with XML. I had a similar problem, but it
was with jaxp.jar and xerces.jar. The problem arises since the jar files have
some common classes in them. When your server starts, all the jar files are
loaded in the order of occurence.
The
parsers implementors should see that the jar files should not contradict each
other.
Sol:
We had to delete jaxp.jar so that xerces.jar files could be included.
regards,
Vikram.
|
- Re: Problem faced when both xerces.jar and servlet.jar a... Vikramjit Singh
- Re: Problem faced when both xerces.jar and servlet.... Neel Mukherjee
- Re: Problem faced when both xerces.jar and servlet.... Faizy . Chaudhary
- Re: Problem faced when both xerces.jar and servlet.... Vikramjit Singh
- Re: Problem faced when both xerces.jar and serv... Seema Kumar
- Re: Problem faced when both xerces.jar and ... Neel Mukherjee