summaryrefslogtreecommitdiffstats
path: root/catalog-be/sdc-backend/context.xml.template
blob: 1f1741f241aa44a8a06195b69242551bbc3fe1aa (plain)
1

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Oper
<?xml version="1.0"  encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC
    "-//Mort Bay Consulting//DTD Configure//EN"
    "http://www.eclipse.org/jetty/configure_9_0.dtd">

<Configure class="org.eclipse.jetty.webapp.WebAppContext">
     <Set name="contextPath">/</Set>
     <Set name="war">
         <SystemProperty name="jetty.base"/>/webappwar/catalog-be-projectversion.war
     </Set>
     <Set name="extraClasspath">
         <SystemProperty name="jetty.base"/>/plugins/*
     </Set>
</Configure>