----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Christoph,

JServ ONLY supports 2.0 Servlet API period.

I believe there is some work going on within the JServ development
community for a future release with 2.1 support.

Having said that, there are ways based on what part of the 2.1 API you
want.  Look at GNU JSP source available from
http://www.klomp.org/gnujsp.  They have some wrapper classes that allow
you to use some 2.1 API functionality under JServ.  I recently modified
their source to be able to do the equivalent of
RequestDispatcher.forward() and RequestDispatcher.include() through a 
GenericDispatcher (mine) class that dynamically loads either the real
RequestDispatcher from the 2.1 API or an emulated one from the modified
GNU JSP code.

Shash

Christoph Kukulies wrote:
> 
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
> 
> Sorry if this may be a question of inferior level to the
> nivaeu of this list but I'm desparately trying to get a 2.1 Servlet API
> working with apache13+Jserv1.1 since I need some features that the 2.0 JSDK
> doesn't have.
> 
> The INSTALL file of ApacheJserv-1.1 says that JSDK-2.0 *is* required.
> 
> Does this still hold or is it just an omission from the docs?
> 
> I'd really appreciate if someone can give me some aid to get this running.
> 
> I spent the day with tinkering with tomcat and when I found that it doesn't
> support automatic class reloading I left hands off.
> 
> Thank you in advance.
> 
> --
> Chris Christoph P. U. Kukulies [EMAIL PROTECTED]
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to