Author: vgritsenko
Date: Thu Nov 6 09:38:14 2008
New Revision: 711922
URL: http://svn.apache.org/viewvc?rev=711922&view=rev
Log:
set default context to /xindice
Modified:
xml/xindice/trunk/tools/jetty/conf/main.xml
Modified: xml/xindice/trunk/tools/jetty/conf/main.xml
URL:
http://svn.apache.org/viewvc/xml/xindice/trunk/tools/jetty/conf/main.xml?rev=711922&r1=711921&r2=711922&view=diff
==============================================================================
--- xml/xindice/trunk/tools/jetty/conf/main.xml (original)
+++ xml/xindice/trunk/tools/jetty/conf/main.xml Thu Nov 6 09:38:14 2008
@@ -130,7 +130,7 @@
<Arg>
<New id="WebApp" class="org.mortbay.jetty.webapp.WebAppContext">
<Set name="server"><Ref id="Server"/></Set>
- <Set name="contextPath"><SystemProperty name="context"
default="/"/></Set>
+ <Set name="contextPath"><SystemProperty name="context"
default="/xindice"/></Set>
<Set name="war"><SystemProperty name="webapp" default="."/></Set>
<Set name="logUrlOnStart">true</Set>
<Set name="parentLoaderPriority">false</Set>