hi all,

I'm looking into mapping requests to a directory to a JSP file...
I can do this with servlets by configuring the web.xml (tomcat) eg.

<servlet><servlet-name>test</servlet-name><servlet-class>JNJCMS</servlet-cla
ss></servlet>

<servlet-mapping><servlet-name>test</servlet-name><url-pattern>/news</url-pa
ttern></servlet-mapping>
This works fine, but does anyone know how to map a directory to a JSP file,
as the
above only only wotks with servlets.. (to my knowledge!)

Jesper

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to