Joe Shevland wrote:
> And doesn't the 0.92 reference implementation from Sun only work the JSDK
> 2.1, not 2.0?
>
Actually, it does not even work with the JSDK 2.1 early access release. The
reason is that the 0.92 JSP reference implementation includes a very early
version of what turned in to the 2.1 API, but there have been incompatible
changes since then.
If you want to write and run 0.92 JSP pages, you need to do one of the
following things:
* Run them under the 0.92 reference implementation's
servlet runner, not your normal servlet engine
* Find an implementation of the spec that runs under
your normal servlet engine, from someone other than Sun.
Trying to run Sun's 0.92 reference release JSP-compiler servlet in any other
environment is going to end up being an exercize in futility.
> Regards,
> Joe.
>
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".