Re: Antwort: SecurityException sealing violation, Tomcat 3.2 ???

2002-02-21 Thread Christian Kurze
ehalf Of Singh, Ajit Sent: Thursday, February 21, 2002 12:01 PM To: [EMAIL PROTECTED] Subject: Re: Antwort: SecurityException sealing violation, Tomcat 3.2 ??? Hi there; can U tell me, the solution of this problem. SecurityException sealing violation, Tomcat 3.2 ??? Ajit > -

Re: Antwort: SecurityException sealing violation, Tomcat 3.2 ???

2002-02-21 Thread Singh, Ajit
> Subject: Re: Antwort: SecurityException sealing violation, Tomcat 3.2 > ??? > > > Thanks. Now it works fine ;) > > Christian > > == > = > To unsubscribe: mailto [EMAIL PROTECTED] with body: &q

Re: Antwort: SecurityException sealing violation, Tomcat 3.2 ???

2002-02-21 Thread Christian Kurze
Thanks. Now it works fine ;) Christian === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Serv

Antwort: SecurityException sealing violation, Tomcat 3.2 ???

2002-02-21 Thread Heldt Uwe
Hi, this exception means that you try to extend a class from a sealed jar file. For example the crimson.jar is a sealed jar file which contains the w3c.org interfaces. So if you are instanciate a class which is not in the crimson jar but implements one of these interfaces you are getting this exce