Skip to content
Snippets Groups Projects
Commit 988bde3e authored by Scotty Logan's avatar Scotty Logan
Browse files

moved idp and cookie contexts into server.xml

parent a5e011da
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,18 @@
autoDeploy="false"
xmlValidation="false"
xmlNamespaceAware="false">
<Context path="/idp"
docBase="/opt/shibboleth-idp/webapp"
privileged="true"
antiResourceLocking="false"
unpackWAR="false"
swallowOutput="true" />
<Context path="/cookie"
docBase="/opt/cookieservlet/CookieServlet-1.0.4.war"
privileged="true"
antiResourceLocking="false"
unpackWAR="false"
swallowOutput="true" />
<Alias>localhost</Alias>
<Valve className="org.apache.catalina.valves.AccessLogValve"
prefix="login_access" suffix=".log"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment