Strange bug in tapestry examples
--------------------------------

         Key: TAPESTRY-779
         URL: http://issues.apache.org/jira/browse/TAPESTRY-779
     Project: Tapestry
        Type: Bug
  Components: Examples  
    Versions: 4.0    
 Environment: Windows XP, JDK 1.5 up 5 Tomcat  5.5.7
    Reporter: Denis Tsyplakov
    Priority: Minor


in getting started in web.xml servlet maped like this
  <servlet-mapping>
    <servlet-name>app</servlet-name>
    <url-pattern>/app</url-pattern>
  </servlet-mapping>

But I can make tapestry inspect  pages only when I add star
  <servlet-mapping>
    <servlet-name>app</servlet-name>
    <url-pattern>/app/*</url-pattern>
  </servlet-mapping>

May this is bug in my tomcat config. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to