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>    &lt;Engine name=&quot;Catalina&quot; defaultHost=&quot;localhost&quot;&gt;<br><br>      &lt;Host name=&quot;<a href="http://shibb-x.georgetown.edu">shibb-x.georgetown.edu</a>&quot;  appBase=&quot;webapps/<a href="http://shibb-x.georgetown.edu">shibb-x.georgetown.edu</a>&quot;<br>
            unpackWARs=&quot;true&quot; autoDeploy=&quot;true&quot;<br>            xmlValidation=&quot;false&quot; xmlNamespaceAware=&quot;false&quot;&gt;<br>      &lt;/Host&gt;<br><br>      &lt;Host name=&quot;<a href="http://shibb-y.georgetown.edu">shibb-y.georgetown.edu</a>&quot;  appBase=&quot;webapps/<a href="http://shibb-y.georgetown.edu">shibb-y.georgetown.edu</a>&quot;<br>
            unpackWARs=&quot;true&quot; autoDeploy=&quot;true&quot;<br>            xmlValidation=&quot;false&quot; xmlNamespaceAware=&quot;false&quot;&gt;<br>      &lt;/Host&gt;<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">&lt;<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>&gt;</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, &quot;David Massie&quot; &lt;<a href="mailto:dhm24@hoyamail.georgetown.edu">dhm24@hoyamail.georgetown.edu</a>&gt; wrote:<br>

<br>
&gt;<br>
&gt;I also want to be able to place the various logout war files somewhere in<br>
&gt;the Tomcat directory structure so that they are statically deployed.<br>
<br>
</div>You can&#39;t deploy more than one warfile to a single context. I don&#39;t know<br>
anything about your logout, which is not a Shibboleth feature, but<br>
depending on how it works, it won&#39;t work this way certainly.<br>
<br>
If it&#39;s an IdP extension, then it&#39;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>