Thomas J Lukasik wrote:
> Craig,
>
> You wrote:
>
> "This functionality is essentially like the servlet runner that comes with
> JSDK 2.0 (except for the fact that it will serve files too, not just
> servlets)."
>
> When I ran it with a '.jsp' file I got a clear error message that said that
> it would only handle servlet requests, not files. Is there some
> configuration issue here? I ran it 'right out of the box', e.g. I unzipped
> it and ran it 'as is'.
>
> Regards,
> sparky
>
It sounds like you might still have the JSDK 2.0 servlet runner in your
classpath. The servlet runner that comes with the JSP 0.92 reference
implementation does indeed serve files ... you just have to make sure that the
three JAR files in the "lib" directory are on your class path *ahead* of
anything else.
Craig
===========================================================================
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".