Shibboleth IdPv3 administrative urls
Peter Schober
peter.schober at univie.ac.at
Fri Oct 23 04:35:25 EDT 2015
* Krug, Jeff <Jeff.Krug at gtri.gatech.edu> [2015-10-22 20:42]:
> For Tomcat 8 with unpacked WAR and the jar scanning exceptions based
> on the wiki article I see times from 15s to 80s.
* Michael A Grady <mgrady at unicon.net> [2015-10-22 19:48]:
> For Tomcat 8, with just the unpacked WAR (no jar scanning
> exceptions) I'm seeing times in the 15 to around 40 seconds or so.
Thanks both for sharing, fascinating. I certainly have both unpackWAR
set as well as the jar scanning exceptions (the latter which seems a
bit brittlee as it includes the exact vesion numbers of all jars,
i.e., you'd need to redo this on every update; I also tried '*' with
no disceranble difference).
# cat /etc/tomcat8/Catalina/localhost/idp.xml
<Context docBase="/opt/shibboleth-idp/war/idp.war"
privileged="true"
antiResourceLocking="false"
swallowOutput="true"
unpackWAR="true"
cookies="false">
<Resource name="jdbc/dblite" description="Some JDBC resource" .../>
</Context>
The machine may certainly be slow (virtual machine in an academic
cloud/IaaS; possibly heavily overprovisioned, 2 vCPUs, 4GB RAM, 2GB
given to the JVM).
I'll be setting up another one in a different environment soonish,
will see how that compares.
-peter
More information about the users
mailing list