You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org> on 2006/03/14 04:47:41 UTC

[jira] Resolved: (TAPESTRY-779) Strange bug in tapestry examples

     [ http://issues.apache.org/jira/browse/TAPESTRY-779?page=all ]
     
Jesse Kuhnert resolved TAPESTRY-779:
------------------------------------

    Resolution: Cannot Reproduce

> 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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org