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 whethe

Re: apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Andrew Cooke
OK. Sorry if I've confused things, but to an end-user like me, with the requirement "JSP on Apache", it's not clear where Tomcat stops and something else starts (although as a software engineer I understand why the design is so modular). Andrew At 12:17 PM 8/3/01 +0100

apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Andrew Cooke
Hi, I'm trying to get Tomcat 4.0 working on NT with Apache 1.3. Is there a tarball for apr-utils anywhere that I've missed? Background: It seems that mod_webapp is used rather than mod_jserv for Apache<->Tomcat comms. However, there doesn't seem to be a precompiled binary for this. The in

Re: apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Andrew Cooke
Thanks! At 11:26 AM 8/3/01 +0100, you wrote: >Andrew Cooke at [EMAIL PROTECTED] wrote: > > > > > Hi, > > > > I'm trying to get Tomcat 4.0 working on NT with Apache 1.3. > >It doesn't work - Don't even bother right now... > > Pier

Bug: 3.3b1, cannot compile auto-generated java (ServletException(Throwable))

2001-08-02 Thread Andrew Cooke
Hi, After asking about classloader/XML problems I followed some advice and tried 3.3-b1. This gives the following error: In the auto-generated JSP code (in work/DEFAULT/jsp) the lines } catch (Throwable throwable) { throw new ServletException(throwable);

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
t;The most helpful bit of information I found was here: >Section "Installing on Tomcat 3.X" >http://xml.apache.org/cocoon2/install.html >which gives different instructions to what I have above. > >Good luck! > >-- Andrew > > > -Original Message- > &g

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 = SAXPa

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 c

SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
Hi, I've spent most of the day reading through various mailing list entries and other pages on the net and am still confused. Is there a FAQ anywhere that clearly summarizes the issues involved and answers the questions below? If not, can someone please tell me: - Should Tomcat 3.2.3 work wit