aboutsummaryrefslogtreecommitdiff
path: root/spss
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-08-11 15:31:57 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-08-11 15:31:57 +0200
commit2f4f5750cf0d3fc83793a31017daee331410015a (patch)
tree8eeeb1b583a1cedf7a397475b0d1f9af5a1ad9c4 /spss
parentbf37cb9cb4f5d2b2e79399ce544cde82994b696f (diff)
downloadmoa-id-spss-2f4f5750cf0d3fc83793a31017daee331410015a.tar.gz
moa-id-spss-2f4f5750cf0d3fc83793a31017daee331410015a.tar.bz2
moa-id-spss-2f4f5750cf0d3fc83793a31017daee331410015a.zip
Update iaik-TSL library (ETSI TS119612 V1.2.1)
* change Version to 2.0.2
Diffstat (limited to 'spss')
-rw-r--r--spss/server/history.txt6
-rw-r--r--spss/server/readme.update.txt44
-rw-r--r--spss/server/serverlib/pom.xml4
-rw-r--r--spss/server/serverws/pom.xml4
4 files changed, 47 insertions, 11 deletions
diff --git a/spss/server/history.txt b/spss/server/history.txt
index 2e549f37a..5be2029b4 100644
--- a/spss/server/history.txt
+++ b/spss/server/history.txt
@@ -1,4 +1,10 @@
##############
+2.0.2
+##############
+- Libraries aktuallisert
+ - iaik-tsl Version 1.1 (Implementiert ETSI TS119612 V1.2.1)
+
+##############
2.0.1
##############
diff --git a/spss/server/readme.update.txt b/spss/server/readme.update.txt
index c7e6cd9d1..299cbb7b9 100644
--- a/spss/server/readme.update.txt
+++ b/spss/server/readme.update.txt
@@ -1,8 +1,38 @@
+-------------------------------------------------------------------------------
+ Update einer bestehenden MOA-SPSS-Installation auf Version 2.0.2
+-------------------------------------------------------------------------------
+Der Updateprozess auf die MOA-SPSS Version 2.0.2 unterscheidet sich,
+je nach dem welche welche MOA-SPSS Version aktuell verwendet wird.
-======================================================================
- Update einer bestehenden MOA-SPSS-Installation auf Version 2.0.1
-======================================================================
+--------------------------
+Update von Version 2.0.1
+--------------------------
+1.) Erstellen Sie eine Sicherungskopie des kompletten Tomcat-Verzeichnisses
+ Ihrer MOA-SPSS-Installation.
+
+2.) Entpacken Sie die Datei "moa-spss-2.0.2.zip" in das Verzeichnis MOA_SPSS_INST.
+3.) Loeschen Sie das Verzeichnis CATALINA_HOME\webapps\moa-spss.
+
+4.) Ersetzen Sie die Datei CATALINA_HOME\webapps\moa-spss.war durch die Datei
+ MOA_SPSS_INST\moa-spss.war.
+
+5.) Loeschen Sie das Verzeichnis CATALINA_HOME\work.
+
+--------------------------
+Update von einer Version < 2.0.1
+--------------------------
+1.) Führen Sie ein Update laut der Beschreibung
+ "Update einer bestehenden MOA-SPSS-Installation auf Version 2.0.1" durch.
+
+2.) Führen Sie das Update auf die Version 2.0.2 laut
+ "Update von Version 2.0.1" durch.
+
+
+
+-------------------------------------------------------------------------------
+ Update einer bestehenden MOA-SPSS-Installation auf Version 2.0.1
+-------------------------------------------------------------------------------
Es gibt zwei Moeglichkeiten (im Folgenden als "Update Variante A" und
"Update Variante B" bezeichnet), das Update von MOA-SPSS auf Version
2.0.1 durchzufuehren. Update Variante A geht dabei den Weg ueber eine
@@ -18,9 +48,9 @@ CATALINA_HOME bezeichnet das Wurzelverzeichnis der Tomcat-Installation
MOA_SPSS_INST bezeichnet das Verzeichnis, in das Sie die Datei
moa-spss-2.0.1.zip entpackt haben.
-=================
+--------------------------
Update Variante A
-=================
+--------------------------
1.) Erstellen Sie eine Sicherungskopie des kompletten Tomcat-Verzeichnisses
Ihrer MOA-SPSS-Installation.
@@ -46,9 +76,9 @@ Update Variante A
Details dazufinden Sie im MOA-SPSS-Installationshandbuch.
-=================
+--------------------------
Update Variante B
-=================
+--------------------------
1.) Erstellen Sie eine Sicherungskopie des kompletten Tomcat-Verzeichnisses
Ihrer MOA-SPSS-Installation.
diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml
index 3ee362890..4ba4aa708 100644
--- a/spss/server/serverlib/pom.xml
+++ b/spss/server/serverlib/pom.xml
@@ -160,7 +160,7 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>iaik</groupId>
<artifactId>iaik_util</artifactId>
</dependency>
@@ -183,7 +183,7 @@
<dependency>
<groupId>iaik</groupId>
<artifactId>iaik_jsse</artifactId>
- </dependency>
+ </dependency> -->
diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml
index 9159242ef..79a16cbb5 100644
--- a/spss/server/serverws/pom.xml
+++ b/spss/server/serverws/pom.xml
@@ -115,7 +115,7 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>iaik</groupId>
<artifactId>iaik_util</artifactId>
</dependency>
@@ -138,7 +138,7 @@
<dependency>
<groupId>iaik</groupId>
<artifactId>iaik_jsse</artifactId>
- </dependency>
+ </dependency> -->
<!-- transitive dependencies we don't want to include into the war -->
<dependency>