Curlen Phipps wrote:

> Does anyone know how to configure the JSDK21-EA1 to use the java server pages jar 
>file to generate and compile the .jsp files?
>
> ie.
> This is from the Java Server Pages alias.properties file.
> /*.jsp=jsp.JspServlet
>
> Which property files should an equivalent entry be placed and how should it read??
>

I would suggest you give up, as this exercise is going to be futile.  The JSP 0.92 
reference implementation was based on an
extremely early version of the 2.1 servlet API that is not compatible with the 
ultimate 2.1 release, which is reflected in the
JSDK.

If you want to run 0.92-compatible JSP pages, you should either run them under the 
0.92 reference release itself, or use one of
the 0.92-compatible servlet engine implementations.

>
> thanks,
> chp
>

Craig McClanahan

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to