You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by va...@apache.org on 2008/11/26 12:25:19 UTC

svn commit: r720810 - /geronimo/plugins/tuscany/trunk/samples/helloworld-servlet/src/main/webapp/WEB-INF/geronimo-web.xml

Author: vamsic007
Date: Wed Nov 26 03:25:18 2008
New Revision: 720810

URL: http://svn.apache.org/viewvc?rev=720810&view=rev
Log:
Added context-root.

Modified:
    geronimo/plugins/tuscany/trunk/samples/helloworld-servlet/src/main/webapp/WEB-INF/geronimo-web.xml

Modified: geronimo/plugins/tuscany/trunk/samples/helloworld-servlet/src/main/webapp/WEB-INF/geronimo-web.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/samples/helloworld-servlet/src/main/webapp/WEB-INF/geronimo-web.xml?rev=720810&r1=720809&r2=720810&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/samples/helloworld-servlet/src/main/webapp/WEB-INF/geronimo-web.xml (original)
+++ geronimo/plugins/tuscany/trunk/samples/helloworld-servlet/src/main/webapp/WEB-INF/geronimo-web.xml Wed Nov 26 03:25:18 2008
@@ -29,4 +29,5 @@
     <hidden-classes/>
     <non-overridable-classes/>    
   </environment>
+  <context-root>helloworld-servlet</context-root>
 </web-app>