MichaelMorris | 580e536 | 2020-02-08 22:55:49 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE Configure PUBLIC |
| 3 | "-//Mort Bay Consulting//DTD Configure//EN" |
| 4 | "http://www.eclipse.org/jetty/configure_9_0.dtd"> |
| 5 | |
| 6 | <Configure class="org.eclipse.jetty.webapp.WebAppContext"> |
| 7 | <Set name="contextPath">/</Set> |
| 8 | <Set name="war"> |
| 9 | <SystemProperty name="jetty.base"/>/webappwar/catalog-be-projectversion.war |
| 10 | </Set> |
| 11 | <Set name="extraClasspath"> |
| 12 | <SystemProperty name="jetty.base"/>/plugins/* |
| 13 | </Set> |
| 14 | </Configure> |