Author: kpreisser
Date: Sun Oct  6 20:51:37 2013
New Revision: 1529681

URL: http://svn.apache.org/r1529681
Log:
Update web.xml of "sample" web application to Servlet 3.1.

Modified:
    tomcat/trunk/webapps/docs/appdev/sample/web/WEB-INF/web.xml

Modified: tomcat/trunk/webapps/docs/appdev/sample/web/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/appdev/sample/web/WEB-INF/web.xml?rev=1529681&r1=1529680&r2=1529681&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/appdev/sample/web/WEB-INF/web.xml (original)
+++ tomcat/trunk/webapps/docs/appdev/sample/web/WEB-INF/web.xml Sun Oct  6 
20:51:37 2013
@@ -15,10 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
-    version="2.4">
+<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
+                      http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd";
+  version="3.1">
 
     <display-name>Hello, World Application</display-name>
     <description>



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

Reply via email to