External Auth example, missing logo.
Wang, Holly
holly.wang at csun.edu
Mon May 21 22:23:11 BST 2012
Martin,
I used to had Tomcat deploy my idp.war file but it takes longer time than having the idp.xml under tomcat/conf/Catalina/localhost.
Here is what should be inside of idp.xml
<Context
docBase="/opt/shibboleth-idp/war/idp.war"
privileged="true"
antiResourceLocking="false"
antiJARLocking="false"
unpackWAR="false"
swallowOutput="true" />
Holly Wang, IT Department CSUN, 818-677-2031
-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of PARDEE, MARTIN (MARTIN)
Sent: Monday, May 21, 2012 2:18 PM
To: Shib Users
Subject: RE: External Auth example, missing logo.
Hmmm, there I go again...
Yes, Tomcat is unpacking my war file and I've been making changes inside tomcat's webapps/idp tree.
Looks like I should be making my changes in an un-packed warfile, re-packaging it and using install.sh to deploy.
It all looked so simple at first...
:)
-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of Cantor, Scott
Sent: Monday, May 21, 2012 3:36 PM
To: Shib Users
Subject: Re: External Auth example, missing logo.
On 5/21/12 3:11 PM, "PARDEE, MARTIN (MARTIN)" <mlp at research.att.com>
wrote:
>
>
><as an aside, mu css file lives in webapps/idp/login.css And my logo
>file lives in webapps/idp/images/safe_logo.png>
Unless you're having the container unpack the war file, which you shouldn't, those files live in the warfile itself and need to be put into the installation tree before running the install script to package the war.
They can't be in the Java context if you're getting a 404, so my guess is your webapps tree isn't relevant here.
-- Scott
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list