You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bw...@apache.org on 2006/04/26 02:59:05 UTC

svn commit: r397036 - /tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/configuration.xml

Author: bwallace
Date: Tue Apr 25 17:59:02 2006
New Revision: 397036

URL: http://svn.apache.org/viewcvs?rev=397036&view=rev
Log:
[TAPESTRY-562] Arranged elements in web.xml to match DTD ordering.

Modified:
    tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/configuration.xml

Modified: tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/configuration.xml
URL: http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/configuration.xml?rev=397036&r1=397035&r2=397036&view=diff
==============================================================================
--- tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/configuration.xml (original)
+++ tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/configuration.xml Tue Apr 25 17:59:02 2006
@@ -104,12 +104,7 @@
  "http://java.sun.com/dtd/web-app_2_3.dtd">
 <web-app>
   <display-name>My Application</display-name>
-  <servlet>
-    <servlet-name>myapp</servlet-name>
-    <servlet-class>org.apache.tapestry.ApplicationServlet</servlet-class> 
-    <load-on-startup>0</load-on-startup>
-  </servlet>
-  
+
   <servlet-mapping>
     <servlet-name>myapp</servlet-name>
     <url-pattern>/app</url-pattern> 
@@ -125,6 +120,12 @@
     <url-pattern>/</url-pattern>
   </filter-mapping>
 
+  <servlet>
+    <servlet-name>myapp</servlet-name>
+    <servlet-class>org.apache.tapestry.ApplicationServlet</servlet-class> 
+    <load-on-startup>0</load-on-startup>
+  </servlet>
+  
   <session-config>
   	<session-timeout>15</session-timeout>
   </session-config>



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org