Changes between Version 3 and Version 4 of IdPSetup


Ignore:
Timestamp:
11/01/12 10:29:59 (12 years ago)
Author:
dabantz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IdPSetup

    v3 v4  
    11== [[https://iam.alaska.edu/shib|Shibboleth]] / Shibboleth IdP Setup == 
    22 
     3=== IdP2Upgrade === 
     4 
     5[[https://wiki.shibboleth.net/confluence/display/SHIB2/IdP2Upgrade|Shibb documentation wiki, Added by lajoie@idp.protectnetwork.org, last edited by Sara Hopkins on Oct 03, 2012]] 
     6=== Upgrading from Shibboleth IdP 2.x === 
     7 
     8These instructions are for upgrading a currently operational version 2.x Shibboleth IdP. See Upgrade from 1.3 to 2.x for strategies for upgrading from version 1.x software. 
     9 
     101 Stop your IdP (or stop the servlet container, eg. Tomcat), and stop Apache httpd too, if you're using it. 
     11Make a back-up copy of your $IDP_HOME/conf directory (recent versions of the IdP installer should not overwrite your config unless you answer "yes" in point 7 below). 
     12Download the .zip archive of the most recent Shibboleth IdP 2.x and unzip the archive. Do not use the .msi installer for upgrading an existing IdP 2.x installation. 
     13If you don't already have one, it's a good idea to create a source directory specifically for storing the IdP unzipped archives. This makes it easier to manage any additional libraries or branding you might have. 
     14Copy your additional libraries (e.g. JDBC drivers or plugins and/or filters, like uApprove) into the lib/ directory (i.e. lib/ inside the source directory where you unzipped the archive; not $IDP_HOME/lib/, which is inside the deployment directory). 
     15If using User Password authentication, reapply any branding you have made: ie. copy your customised login.jsp etc. pages into the /src/main/webapp subdirectory of the unzipped archive. 
     16Run the install script from the command line in the top-level directory of the unzipped archive (install.sh on Unix machines, install.bat on Windows). 
     17Provide the location of your $IDP_HOME directory. 
     18Answer "no" when the installer asks if you wish to overwrite your configuration files. 
     19If your config files have been overwritten (eg. due to human error) copy the files from your back-up back in to your $IDP_HOME/conf directory. 
     20Start your IdP (or the servlet container), and start Apache httpd too, if you're using it. 
    3212012: IdP distribution is at howkan:/home/sxjpm/Shib/shibboleth-identityprovider-2.3.0/src... 
    422