Queston about Context deploment fragments
David Massie
dhm24 at hoyamail.georgetown.edu
Mon Jul 23 12:49:05 EDT 2012
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.
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).
I did not include my server.xml fragment for the virtual hosts but it does
include the following:
<Engine name="Catalina" defaultHost="localhost">
<Host name="shibb-x.georgetown.edu" appBase="webapps/
shibb-x.georgetown.edu"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
</Host>
<Host name="shibb-y.georgetown.edu" appBase="webapps/
shibb-y.georgetown.edu"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
</Host>
Also I have manually created the directories:
$TOMCAT_HOME/webapps/shibb-x.georgetown.edu
and
$TOMCAT_HOME/webapps/shibb-x.georgetown.edu
I have not created any directories in the $TOMCAT_HOME/work directory.
I am still stumped.
Dave
On Mon, Jul 23, 2012 at 11:19 AM, Cantor, Scott <cantor.2 at osu.edu> wrote:
> On 7/23/12 11:13 AM, "David Massie" <dhm24 at hoyamail.georgetown.edu> wrote:
>
> >
> >I also want to be able to place the various logout war files somewhere in
> >the Tomcat directory structure so that they are statically deployed.
>
> You can't deploy more than one warfile to a single context. I don't know
> anything about your logout, which is not a Shibboleth feature, but
> depending on how it works, it won't work this way certainly.
>
> If it's an IdP extension, then it's a jar that goes inside the tree and
> inside the generated idp warfile.
>
> -- Scott
>
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20120723/6aaf2396/attachment.html
More information about the users
mailing list