Author: indika
Date: Mon Oct 8 21:10:02 2007
New Revision: 583041
URL: http://svn.apache.org/viewvc?rev=583041&view=rev
Log:
fixed the working directory which set to native dir when running synapse as NT
service or deamon
Modified:
webservices/synapse/trunk/java/repository/conf/wrapper.conf
Modified: webservices/synapse/trunk/java/repository/conf/wrapper.conf
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/wrapper.conf?rev=583041&r1=583040&r2=583041&view=diff
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/wrapper.conf (original)
+++ webservices/synapse/trunk/java/repository/conf/wrapper.conf Mon Oct 8
21:10:02 2007
@@ -4,6 +4,9 @@
# Java Application
wrapper.java.command=java
+# set the working directory to the SYNAPSE_HOME
+wrapper.working.dir=../..
+
# Java Main class. This class must implement the WrapperListener interface
# or guarantee that the WrapperManager class is initialized. Helper
# classes are provided to do this for you. See the Integration section
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]