blob: 8ab298ac990d376dd6a5dc69a3f02f25179d6713 (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://eclipse.dev/jetty/configure_10_0.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/jans-auth</Set>
<Set name="war">/usr/share/java/jans/jans-auth-server.war</Set>
<Set name="extraClasspath">/var/lib/jans/custom/libs/*</Set>
</Configure>
|