> Does anyone know how to switch back and forth between JSP .92 and 1.0 in
> Livesoftware's JRun product?
> Without doing a complete uninstall and reinstall of course! :)
>
> Thanks for any help!
> Bob
>
Hi Bob,

when you first install JRun you get jsp and jsp10 as two flavours of jsp to
choose from.
It is setup this way so that the examples that come with the JRun Web Server
work
correctly. JSP10 points to the JSP page compiler that is the JSP 1.0 jobby.
The other
is for JSP 0.92 pages. By changing things about a bit say jsp9 points to
0.92 stuff
and jsp points to JSP1.0 stuff you can use both.

When installing the connector make sure you have set it up for JSP 1.0 or
you won't ever
be able to use it.

Hope this helps

Andy Bailey

PS the setting are under jse->service settings->mappings set *.jsp9 to
invoke jsp servlet (0.92)
and *.jsp to invoke com.livesoftware.jsp.JSPServlet (1.0) and you are
laughing

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to