Christopher Cobb wrote:

> OK, I've downloaded the 0.91 JSP from Sun's web site.  I have looked the
> distribution over and cannot find any installation instruction.  I'm using JWS.
> How do I start using JSP?
>
> cc

I assume you really mean the JSP 0.92 reference implementation, right?  If so,
there is a README.JSP file in the top level directory that tells you exactly what
to do.  The most important point is to correct an assumption you are making -- the
JSP reference implementation will *not* run under JWS or any other existing
servlet engine implementation.  It's got its own servlet runner, just like the
JSDK does.

The reason for this is that it includes a very early version of what became the
2.1 servlet API.  The included API, however, is not compatible with 2.0 or 2.1, so
it won't work with standard servlet engines.

The newest version of JRun claims to support the JSP syntax of the 0.92 spec, and
I've seen mention of a couple of other implementations, but have not used any of
them.  I'm doing my initial experiments using the servlet runner that is included
in the JSP 0.92 reference release.

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