Created
December 22, 2016 10:06
-
-
Save akkida746/8c0fb3e541865d80194a0cfffc405a4e to your computer and use it in GitHub Desktop.
Set application context path in jetty-web.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- File: web-app/WEB-INF/jetty-web.xml --> | |
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd"> | |
<Configure class="org.eclipse.jetty.webapp.WebAppContext"> | |
<!-- Application name is 'gdi_som' --> | |
<Set name="contextPath">/gdi_som</Set> | |
</Configure> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment