Sorry. I am trying to deploy multiple contexts under a the 2 different virtual hosts, e.g., for shibb-x I want to deploy an idp.war file and a shibbLogOut.war file.<br><br>I want the idp.war file to deploy automatically and the shibbLogOut.war file to deploy by virtue of being in the appBase directory ($TOMCAT_HOME/webapps/shibb-x).<br>
<br>I did not include my server.xml fragment for the virtual hosts but it does include the following:<br><br> <Engine name="Catalina" defaultHost="localhost"><br><br> <Host name="<a href="http://shibb-x.georgetown.edu">shibb-x.georgetown.edu</a>" appBase="webapps/<a href="http://shibb-x.georgetown.edu">shibb-x.georgetown.edu</a>"<br>
unpackWARs="true" autoDeploy="true"<br> xmlValidation="false" xmlNamespaceAware="false"><br> </Host><br><br> <Host name="<a href="http://shibb-y.georgetown.edu">shibb-y.georgetown.edu</a>" appBase="webapps/<a href="http://shibb-y.georgetown.edu">shibb-y.georgetown.edu</a>"<br>
unpackWARs="true" autoDeploy="true"<br> xmlValidation="false" xmlNamespaceAware="false"><br> </Host><br><br><br>Also I have manually created the directories:<br>
<br>$TOMCAT_HOME/webapps/<a href="http://shibb-x.georgetown.edu">shibb-x.georgetown.edu</a><br><br>and <br><br>$TOMCAT_HOME/webapps/<a href="http://shibb-x.georgetown.edu">shibb-x.georgetown.edu</a><br><br>I have not created any directories in the $TOMCAT_HOME/work directory.<br>
<br>I am still stumped.<br><br>Dave<br><br><br><div class="gmail_quote">On Mon, Jul 23, 2012 at 11:19 AM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 7/23/12 11:13 AM, "David Massie" <<a href="mailto:dhm24@hoyamail.georgetown.edu">dhm24@hoyamail.georgetown.edu</a>> wrote:<br>
<br>
><br>
>I also want to be able to place the various logout war files somewhere in<br>
>the Tomcat directory structure so that they are statically deployed.<br>
<br>
</div>You can't deploy more than one warfile to a single context. I don't know<br>
anything about your logout, which is not a Shibboleth feature, but<br>
depending on how it works, it won't work this way certainly.<br>
<br>
If it's an IdP extension, then it's a jar that goes inside the tree and<br>
inside the generated idp warfile.<br>
<br>
-- Scott<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</blockquote></div><br>