On Monday, December 20, 2004, at 12:55  pm, Leonid Vasilenko wrote:

> Hello, I am new to servlets and now I have a question.
> I am using Tomcat as servlet container and my servlet uses
> XML parser Jaxp 1.1. The problem is "Sealing violation"
> when I try to use Jaxp, because Tomcat uses another XML parser
> which comes with it (as far as I understood).
>
> This problem vanishes when I put
> Jaxp's JAR's before Tomcat's ones on classpath.
> Is it right way to overcome this problem?
>
> Thanks, Leonid.

4.0 uses the same parser as the one distributed with JAXP 1.1, but
without a sealed JAR...

        Pier

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to