adjust to fit

This commit is contained in:
Jesse McConnell 2012-12-26 15:20:19 -03:00
parent 82d6388a59
commit 3c7b78b8f4
2 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@ The project is 100% <a href="http://en.wikipedia.org/wiki/Open_source">Open Sour
<ul>
<li><a href="/test/">Test Jetty Webapp</a></li>
<li><a href="/async-rest/">Async Rest</a></li>
<li><a href="/javadoc/">Transparent Proxy to Javadoc</a></li>
<li><a href="/xref/">Transparent Proxy to Xref</a></li>
<li><a href="/proxy/apidocs/">Transparent Proxy to Javadoc</a></li>
<li><a href="/proxy/xref/">Transparent Proxy to Xref</a></li>
<li><a href="/oldContextPath/">Redirected Context</a></li>
</ul>
</td>

View File

@ -2,5 +2,5 @@
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/tproxy</Set>
<Set name="contextPath">/proxy</Set>
</Configure>