> From: Alistair Young [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat configuration: restricted set of handled file types
> 
> I queried this with their technical support and they said "ah, our
> server doesn't understand .jspx - they need to be .jsp files".

Ask them what version of Tomcat they're running.  For 5.5, the jsp
servlet uses these mappings:
    <servlet-mapping>
        <servlet-name>jsp</servlet-name>
        <url-pattern>*.jsp</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
        <servlet-name>jsp</servlet-name>
        <url-pattern>*.jspx</url-pattern>
    </servlet-mapping>

If they've changed this, what's their justification for doing so?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to