if you just want to do it for this file, just add the filename instead of the *, for example
  <servlet-mapping>
    <servlet-name>jsp</servlet-name>
    <url-pattern>/path/file</url-pattern>
  </servlet-mapping>

in your web.xml

this has worked for me, when I've done it for files in the main path anyway, but I suppose it will work for other parts also..

/Christian Andersson


Martin Dubuc wrote:
I have a page that has some JSP directives in it and I would like my Web server to 
process it as such, but the filename for this page is fixed and does not contain an 
extension. Is there a configuration item I can use in Tomcat to indicate that this file 
must be processed by the JSP engine? I have tried setting a URL pattern of form 
"path/*" but Tomcat seems to require a dot in the URL pattern.


                
---------------------------------
Bring words and photos together (easily) with
 PhotoMail  - it's free and works with Yahoo! Mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to