Hello,
How do we make it sure that a class
loaded in a web-application is picked up from the war, and not from the
web servers lib. Do we have any configurable property in web-servers or
appservers to do so.
The problem I am facing is... We are using Xerces
API to do some xml parsing, but the parser is not able to find the class which
it has to load from the war, say the DocumentClass which extends the
DocumentImpl class of xerces. Have anyone faced such a problem with xerces.
Please comment.
Regards,
Vikram Naik