On 2011-06-30 16:23, Julien Martin wrote:
Hello,
I am new to Tapestry and I am just wondering what would be the very minimal
web.xml configuration bearing in mind I am going to use the servlet 3.0
spec.

Take the version generate by the quickstart archetype and change the header to 3.0:
<web-app xmlns="http://java.sun.com/xml/ns/javaee";
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";
      version="3.0">

BTW: Tapestry is currently not using any Servlet 3.0 features.

--
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to