[gatein-commits] gatein SVN: r2054 - in portal/trunk/server: tomcat/patch/src/main/tomcat/bin and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 9 05:16:33 EST 2010


Author: mpodolin
Date: 2010-03-09 05:16:32 -0500 (Tue, 09 Mar 2010)
New Revision: 2054

Removed:
   portal/trunk/server/tomcat/patch/src/main/tomcat/bin/key.txt
Modified:
   portal/trunk/server/jboss/patch-ear/src/main/jboss/bin/run.conf
   portal/trunk/server/jboss/patch-ear/src/main/jboss/bin/run.conf.bat
Log:
GTNPORTAL-708: a config directory set to ${server-configuration}/conf/gatein; removed default key.txt for tomcat

Modified: portal/trunk/server/jboss/patch-ear/src/main/jboss/bin/run.conf
===================================================================
--- portal/trunk/server/jboss/patch-ear/src/main/jboss/bin/run.conf	2010-03-09 09:56:55 UTC (rev 2053)
+++ portal/trunk/server/jboss/patch-ear/src/main/jboss/bin/run.conf	2010-03-09 10:16:32 UTC (rev 2054)
@@ -50,3 +50,6 @@
 
 # Sample JPDA settings for shared memory debugging 
 #JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_shmem,address=jboss,server=y,suspend=n"
+
+# GateIn configuration directory
+JAVA_OPTS="$JAVA_OPTS -Dexo.conf.dir.name=gatein"

Modified: portal/trunk/server/jboss/patch-ear/src/main/jboss/bin/run.conf.bat
===================================================================
--- portal/trunk/server/jboss/patch-ear/src/main/jboss/bin/run.conf.bat	2010-03-09 09:56:55 UTC (rev 2053)
+++ portal/trunk/server/jboss/patch-ear/src/main/jboss/bin/run.conf.bat	2010-03-09 10:16:32 UTC (rev 2054)
@@ -55,3 +55,6 @@
 rem set "JAVA_OPTS=%JAVA_OPTS% -Xrunjdwp:transport=dt_shmem,address=jboss,server=y,suspend=n"
 
 :JAVA_OPTS_SET
+
+rem # GateIn configuration directory
+set "JAVA_OPTS=%JAVA_OPTS% -Dexo.conf.dir.name=gatein"

Deleted: portal/trunk/server/tomcat/patch/src/main/tomcat/bin/key.txt
===================================================================
--- portal/trunk/server/tomcat/patch/src/main/tomcat/bin/key.txt	2010-03-09 09:56:55 UTC (rev 2053)
+++ portal/trunk/server/tomcat/patch/src/main/tomcat/bin/key.txt	2010-03-09 10:16:32 UTC (rev 2054)
@@ -1 +0,0 @@
-GYdJ1j54n49aTjZjTEy4+eZfoZ8IT6h7xQj7u45ogoI=



More information about the gatein-commits mailing list