hi remy, I did some debugging and think that the error is probably because of the sealed attribute of the manifest file contained in the xerces jar file.Currently in my manifest file the attribute is missing . I will add the attribute and see if it works. There is more information available at the following URL about sealing jar files at http://java.sun.com/j2se/1.4/docs/guide/extensions/spec.html#sealing thanks, rajkumar
-----Original Message----- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 7:01 PM To: [EMAIL PROTECTED] Subject: Re: Sealing violations with tomcat > hi remy, > I am not using crimson.jar,jaxp.jar anywhere. I am only using xerces(1.4). > Do i need to have xerces.jar both in common\lib directory and the > server\server\lib > directory in order to run tomcat? No, just replace crimson by Xerces in common/lib. Are you using 4.0 final ? If yes, can you at least run it without Slide ? Remy
