You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by rw...@apache.org on 2009/02/28 01:21:05 UTC

svn commit: r748760 - /portals/jetspeed-2/portal/branches/JPA_BRANCH/jetspeed-portal-resources/src/main/resources/conf/jetspeed/jetspeed.properties

Author: rwatler
Date: Sat Feb 28 00:21:05 2009
New Revision: 748760

URL: http://svn.apache.org/viewvc?rev=748760&view=rev
Log:
relocate Atomikos transaction recovery files under WEB-INF

Modified:
    portals/jetspeed-2/portal/branches/JPA_BRANCH/jetspeed-portal-resources/src/main/resources/conf/jetspeed/jetspeed.properties

Modified: portals/jetspeed-2/portal/branches/JPA_BRANCH/jetspeed-portal-resources/src/main/resources/conf/jetspeed/jetspeed.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JPA_BRANCH/jetspeed-portal-resources/src/main/resources/conf/jetspeed/jetspeed.properties?rev=748760&r1=748759&r2=748760&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JPA_BRANCH/jetspeed-portal-resources/src/main/resources/conf/jetspeed/jetspeed.properties (original)
+++ portals/jetspeed-2/portal/branches/JPA_BRANCH/jetspeed-portal-resources/src/main/resources/conf/jetspeed/jetspeed.properties Sat Feb 28 00:21:05 2009
@@ -360,9 +360,10 @@
 #-------------------------------------------------------------------------
 # J P A / A T O M I K O S
 #-------------------------------------------------------------------------
-# transaction log file properties
-com.atomikos.icatch.log_base_dir=${applicationRoot}/logs
+# transaction manager name
 com.atomikos.icatch.tm_unique_name=jetspeed-tm
+# transaction recovery log file properties
+com.atomikos.icatch.log_base_dir=${applicationRoot}/WEB-INF/tm_txn_recovery_logs
 com.atomikos.icatch.log_base_name=jetspeed-tm-txn
 # logging file properties
 com.atomikos.icatch.output_dir=${applicationRoot}/logs



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org