All Downloads are FREE. Search and download functionalities are using the official Maven repository.

server.jetty.contexts.fascinator.xml Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
<Configure class="org.mortbay.jetty.webapp.WebAppContext">
    <Set name="contextPath">/redbox</Set>
    <Set name="war"><SystemProperty name="jetty.home" default="."/>/../webapps/portal.war</Set>
    <Set name="parentLoaderPriority">true</Set>
    <Set name="extraClasspath"><SystemProperty name="extra.classpath" default=""/></Set>
</Configure>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy