# HG changeset patch # User paulb # Date 1080327595 0 # Node ID 362004761af5435997fb797e7656f72f0e40e6f8 # Parent aa5280916bea8bbf51179ea90a65066daf0d317b [project @ 2004-03-26 18:59:55 by paulb] Added an example deployment descriptor file for J2EE environments. diff -r aa5280916bea -r 362004761af5 examples/JavaServlet/web.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/JavaServlet/web.xml Fri Mar 26 18:59:55 2004 +0000 @@ -0,0 +1,22 @@ + + + + + SimpleApp + + Simple application for WebStack + + + + pyservlet + org.python.util.PyServlet + + + + pyservlet + *.py + + +