tiles2 requires dummy servlet-mapping
-------------------------------------

                 Key: GERONIMO-4514
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4514
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 2.1.3
         Environment: Geronimo/Jetty, possibly also Tomcat
            Reporter: Rick Carback
            Priority: Minor


See:

https://issues.apache.org/struts/browse/TILES-350

To summarize, I needed to add this to my basic web.xml in order to get tiles to 
work:

    <servlet-mapping>
        <servlet-name>tiles</servlet-name>
        <url-pattern>*.dummy</url-pattern>
    </servlet-mapping>

Antonio from the Tiles project notes:

"Tried with Jetty 6.1.7 (the one used by Geronimo 2.1.3) and 6.1.9 and it works.
So I think this is an issue with Geronimo itself.

Rick, I think this is a Geronimo issue, so please contact them.
Feel free to refer to this JIRA issue and to the mailing list thread. "

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to