[EMAIL PROTECTED] wrote:

> On Wed, Jul 04, 2001 at 01:10:10PM +0100, Julian Gosnell wrote:
> 
>>I've figured this out, and fixed it.
>>
>>I shall try to get a 2.4 based release out tomorrow
>>night - until then you can use the 2.2 (release
>>candidate<5), or be explicit about the JSP mapping in
>>your web.xml.
>>
> 
> How do I go about being explicit? I tried putting in something along
> the lines of;


Copy:

   <servlet>
     <servlet-name>JSP</servlet-name>
     <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
     <load-on-startup>0</load-on-startup>
   </servlet>

   <servlet-mapping>
     <servlet-name>JSP</servlet-name>
 
<url-pattern>*.jsp,*.jsP,*.jSp,*.jSP,*.Jsp,*.JsP,*.JSp,*.JSP</url-pattern>
   </servlet-mapping>

 From jetty/etc/webdefaults.xml to your web.xml

/ Jonas


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to