>
> My problem is that a jsp file that I access via an http URL does not get
> processed
> by the server: it just gets displayed (in my browser) as a text file.

[...]

> The mapping lines I added to default.cfg are:
>
>     server.webapp.fam2.mapping=/fam2
>     server.webapp.fam2.docbase=fam2
>
> and the jsp file resides in the directory fam2/html under the server
> root.

Copy webpages/WEB-INF (and everything in that directory) to fam2.
There's a bunch of configuration files each web app needs, the
important bit in this case is the servlets.properties file, which
should contain:

jsp.code=com.sun.jsp.runtime.JspServlet


                                                  - Larne

===========================================================================
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".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to