blob: 1f1741f241aa44a8a06195b69242551bbc3fe1aa [file] [log] [blame]
MichaelMorris580e5362020-02-08 22:55:49 +00001<?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>