Michael Fischer wrote:
> Hello,
> as JServ is using the JSDK 2.0 API and the JSP-Implementations I know are
> using JSDK 2.1, is there a possibility to run JServ with any JSP 1.0
> implementation?
> If yes, which combination of JServ and JSP1.0 suits most?
> Thanks
> Michael
>
The recently released JavaServer Web Development Kit (JSWDK) release
includes instructions on setting up the JSP environment under Apache JServ
1.0b5 (the instructions will also work with 1.0 final). You won't be able
to use any of the features that rely on the 2.1 servlet API (such as request
dispatchers and storing beans in request or application scope), but the rest
of it should work.
Craig McClanahan
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]