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 17:34:30 UTC

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

Author: vamsic007
Date: Wed Nov 26 08:34:30 2008
New Revision: 720912

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

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

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