From 56247b87a97595fd3cb58475b66f57993d4916ed Mon Sep 17 00:00:00 2001 From: cantor Date: Tue, 19 Feb 2008 05:30:55 +0000 Subject: [PATCH] Early draft of upgrade script, handles everything but Applications section. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2739 cb58f699-b61c-0410-a6fe-9272a202ed29 --- configs/upgrade.xsl | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 configs/upgrade.xsl diff --git a/configs/upgrade.xsl b/configs/upgrade.xsl new file mode 100644 index 0000000..bdd5b09 --- /dev/null +++ b/configs/upgrade.xsl @@ -0,0 +1,133 @@ + + + + + + +  Generated by upgrade utility: check carefully before deploying.  + + + + + + + + + + + + + + + + + +   +  This set of components stores sessions and other persistent data in daemon memory.  + +   +   +   +   + +   +  This set of components stores sessions and other persistent data in an ODBC database.  + +   + +  <StorageService type="ODBC" id="db" cleanupInterval="900"> +  <ConnectionString>DRIVER=drivername;SERVER=dbserver;UID=shibboleth;PWD=password;DATABASE=shibboleth;APP=Shibboleth</ConnectionString> +  </StorageService> +  <SessionCache type="StorageService" StorageService="db" cacheTimeout="3600" inprocTimeout="900" cleanupInterval="900"/> +  <ReplayCache StorageService="db"/> +  <ArtifactMap StorageService="db" artifactTTL="180"/> + + + + + + + + + + + +   +   + +  <Extensions> +  <Library path="odbc-store.so" fatal="true"/> + </Extensions> + + +   + + + +   + +   + + + +   + + + +   + + + + +   + +   + + +   + + +   + + +   + +   + + +   + + +   + + + +   + + +   + + + + + + + +   + + + + + + + + + -- 2.1.4