Skip to Content.
Sympa Menu

shibboleth-dev - Re: Deploy Guide v4

Subject: Shibboleth Developers

List archive

Re: Deploy Guide v4


Chronological Thread 
  • From: Parviz Dousti <>
  • To: Nate Klingenstein <>,
  • Subject: Re: Deploy Guide v4
  • Date: Wed, 24 Apr 2002 15:35:35 -0400

Nate,

After talking with Scott and Steven we decided to do a binary distribution. The following section needs to be changed to incorporate that and also be more consistent with target install.

Parviz

--On Wednesday, April 24, 2002 4:52 PM +0000 Nate Klingenstein <> wrote:

i. Deploy HS and AA

1. The archive will expand into a shib/ directory(/usr/local/
recommended).

2. Configure /usr/local/shib/src/build.xml to determine how the build is
performed, including the destination folder for shibb.war, which
defaults to /usr/local/tomcat/webapps/.

3. Run /usr/local/ant/bin/ant in /usr/local/shib/src/. This will build
the shibb.war file which is placed in the destination directory set in
build.xml and compile the Java class files into
/usr/local/shib/src/build/.

4. Reboot Tomcat, which will automatically detect that there has been a
new .war file added. This file will by default be expanded into
/usr/local/tomcat/webapps/shibb.

5. Run the following command to move the Java files into Tomcat's tree:

cp /usr/local/shib/lib/*.jar /usr/local/tomcat/lib/apps/

to:

i. Deploy HS and AA

1. The archive will expand into a shib/ directory(/usr/local/
recommended).

2. Run the following commands to move the Java files into Tomcat's tree:

cp /usr/local/shib/lib/*.jar /usr/local/tomcat/lib/apps/
cp /usr/local/shib/lib/*.war /usr/local/tomcat/webapps/

3. Reboot Tomcat, which will automatically detect that there has been a
new .war file added. This file will by default be expanded into
/usr/local/tomcat/webapps/shibb.

4. <delete>

5. <delete>



------------------------------------------------------mace-shib-design-+
For list utilities, archives, subscribe, unsubscribe, etc. please visit the
ListProc web interface at
http://archives.internet2.edu/

------------------------------------------------------mace-shib-design--



  • Deploy Guide v4, Nate Klingenstein, 04/24/2002
    • Re: Deploy Guide v4, Parviz Dousti, 04/24/2002

Archive powered by MHonArc 2.6.16.

Top of Page