RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-08-06 Thread Andrew Cooke
At 05:16 PM 7/31/01 +0100, you wrote: Andrew Cooke wrote: Excellent - thanks! That URL even has the rename file to zparser.jar meme that my boss keeps swearing is the solution... :-) :-) Please let us know what you do and whether it works. Also, I can get it to work by removing

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-08-01 Thread Jess Holle and Wendy Vidlak
R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 4:35 PM To: '[EMAIL PROTECTED]' Subject: RE: SAX 2.0, sealing, Tomcat 3.2.3 On Tue, 31 Jul 2001, Bryan Rood wrote: Pier, I am interested in using a 4.0.something tomcat build. Are there official sources at apache that can

Re: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
At 02:42 PM 7/31/01 +0100, you wrote: [...] In particular, our code gives the usual sealed jar exception unless I unseal our copy of xalan.jar, at which point I get a NoSuchMethod call when executing SAXParserFactory factory = SAXParserFactory.newInstance() Grrr. Wrong line. The error comes

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Loïc Lefèvre
div Locale=FRCool, on dirait qu'on peut écrire dans la langue qu'on veut.../div Please could you answer in english? Thanks -Message d'origine- De : BERNARDO ANTONIO BUFFA [mailto:[EMAIL PROTECTED]] Envoyé : mardi 31 juillet 2001 16:15 À : [EMAIL PROTECTED] Objet : Re: SAX 2.0, sealing

Re: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
At 11:14 AM 7/31/01 -0300, you wrote: At 02:42 PM 7/31/01 +0100, you wrote: [...] In particular, our code gives the usual sealed jar exception unless I unseal our copy of xalan.jar, at which point I get a NoSuchMethod call when executing SAXParserFactory factory =

Re: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread BERNARDO ANTONIO BUFFA
At 02:42 PM 7/31/01 +0100, you wrote: [...] In particular, our code gives the usual sealed jar exception unless I unseal our copy of xalan.jar, at which point I get a NoSuchMethod call when executing SAXParserFactory factory = SAXParserFactory.newInstance() Grrr. Wrong line. The error

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Inggs
Andrew, I've had similar headaches over the past few days. In an ideal world you would just put the jars in WEB-INF/lib and everything would work fine, but it doesn't for Tomcat 3.2. I believe Tomcat 4.0 will solve the problem by separating those libraries that Tomcat needs itself from those

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
Excellent - thanks! That URL even has the rename file to zparser.jar meme that my boss keeps swearing is the solution... :-) Cheers, Andrew At 03:41 PM 7/31/01 +0100, you wrote: Andrew, I've had similar headaches over the past few days. In an ideal world you would just put the jars in

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Ignacio J. Ortega
Another way ( easy way at least ) is to get Tomcat 3.3 Beta 1 and use it.. It implaments too a isolated classloader schema for webapps and internals.. Saludos , Ignacio J. Ortega -Mensaje original- De: Andrew Cooke [mailto:[EMAIL PROTECTED]] Enviado el: martes 31 de julio de 2001

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Inggs
Andrew Cooke wrote: Excellent - thanks! That URL even has the rename file to zparser.jar meme that my boss keeps swearing is the solution... :-) :-) Please let us know what you do and whether it works. Also, I'm not sure what platform you're on, but on Windows, if the path to the

Re: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Pier P. Fumagalli
Andrew Cooke at [EMAIL PROTECTED] wrote: I don't want to use 4.0 as it's beta. Don't worry about being a beta... It's stable, _VERY_ stable. Pier

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Bryan Rood
-Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 9:33 AM To: [EMAIL PROTECTED] Subject: Re: SAX 2.0, sealing, Tomcat 3.2.3 Andrew Cooke at [EMAIL PROTECTED] wrote: I don't want to use 4.0 as it's beta. Don't worry about being a beta

Tomcat 4.0 stability (Was: Re: SAX 2.0, sealing, Tomcat 3.2.3)

2001-07-31 Thread Pier P. Fumagalli
Bryan Rood at [EMAIL PROTECTED] wrote: Pier, I am interested in using a 4.0.something tomcat build. Good... Are there official sources at apache that can confirm the VERY_stable declaration that you have made? Never seen a complaint about 4.0b6 running in stand-alone mode. My company