RE: Patch: Add stubs for servlet 2.3 (was Re: Tomcat 4.0)

I am not using JSP. All I can say is that basic servlets work
for me, and I have cocoon almost working ( it claims explicitly
that it does not need servlet 2.3).

Lars

On Dienstag, 29. Januar 2002 22:36, Manty, George worte:
> Thanks for the information.  I did that same thing and got everything to
> compile, but my JSP pages aren't loading anymore.  When I get a chance,
> I am going to check on the JspServlet paramaters and figure out if I
> need to change anything, using jigadm.  
> 
> Did you have any other problems after re-compiling or was that all you
> needed to do to get it working?
> 
> Thanks again,
> George
> 
> -----Original Message-----
> From: Lars Brückner [mailto:lars@ito.tu-darmstadt.de.no-spam-please]
> Sent: Monday, January 28, 2002 4:02 AM
> To: Manty, George; www-jigsaw@w3.org
> Subject: Patch: Add stubs for servlet 2.3 (was Re: Tomcat 4.0)
> 
> 
> 
> George,
> 
> I had the same problem and just added some empty stubs to
> the classes to fix the compile errors. Now Jigsaw compiles 
> again, however if Tomcat 4 actually _uses_ these functions
> someone will have to _implement_ them.
> I am attaching my code as a patch the classes in 
> Jigsaw/src/classes/org/w3c/jigsaw/servlet
> 
> Hope that helps,
> Lars
> 
> On Freitag, 25. Januar 2002 22:48, Manty, George worte:
> > I have an older version of Tomcat working with Jigsaw (Tomcat 3.0) and
> I
> > am trying to integrate Tomcat 4.0 with Jigsaw.  I have run into a
> couple
> > of problems, for instance there are several classes that do not
> compile
> > with the new Servlet engine (version 2.3), because of new abstract
> > methods that need to be implemented when extending classes such as
> > HttpServletRequest, HttpServletResponse and HttpSession.  
> >  
> > I was wondering if Jigsaw was planning on supporting Tomcat 4.0
> > integration anytime in the near future or if there was any information
> > on how to do this?  
> >  
> > Thank you,
> > George
> > 
> 
> 
> 

Received on Wednesday, 30 January 2002 09:53:07 UTC