]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
more tweaks
authorBrian West <brian@freeswitch.org>
Fri, 12 Dec 2008 23:53:37 +0000 (23:53 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 12 Dec 2008 23:53:37 +0000 (23:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10747 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/java.conf.xml
conf/autoload_configs/lua.conf.xml

index 985b90d8898784123f918ba63fe1ebb91a90bc66..dadd42838715c7ff451c36bd23f7fd0e0df00bd7 100644 (file)
@@ -4,7 +4,7 @@
   <!-- Options to pass to Java -->
   <options>
     <!-- Your class path (make sure freeswitch.jar is on it) -->
-    <option value="-Djava.class.path=/usr/local/freeswitch/scripts/freeswitch.jar"/>
+    <option value="-Djava.class.path=$${base_dir}/scripts/freeswitch.jar"/>
     <!-- Enable remote debugging -->
     <option value="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=127.0.0.1:8000"/>
   </options>
index 881049e23d74aaa4da93cc968b88e8230c075e0b..1eb594f0b5d5774f7fb9b412a11285b12a3593a9 100644 (file)
@@ -13,7 +13,7 @@
     These entries will be pre-pended to the LUA_PATH environment variable
     -->
     <!-- <param name="script-directory" value="/usr/local/lua/?.lua"/> -->
-    <!-- <param name="script-directory" value="/usr/local/freeswitch/scripts/?.lua"/> -->
+    <!-- <param name="script-directory" value="$${base_dir}/scripts/?.lua"/> -->
 
     <!--<param name="xml-handler-script" value="/dp.lua"/>-->
     <!--<param name="xml-handler-bindings" value="dialplan"/>-->