updated template to reflect correct installed scheduler settings

This commit is contained in:
maroy 2005-03-27 17:42:18 +00:00
parent 66b7c83149
commit 6ffe7dcdc0

View file

@ -97,14 +97,14 @@
<authenticationClientFactory>
<webAuthentication>
<location server="ls_php_host" port="ls_php_port"
path="ls_php_urlPrefix/ls_alib_xmlRpcPrefix"/>
path="/ls_php_urlPrefix/storageServer/var/ls_alib_xmlRpcPrefix"/>
</webAuthentication>
</authenticationClientFactory>
<storageClientFactory>
<webStorage tempFiles="file:///ls_install_dir/tmp/webStorageClient" >
<location server="ls_php_host" port="ls_php_port"
path="ls_php_urlPrefix/ls_storage_xmlRpcPrefix"/>
path="/ls_php_urlPrefix/storageServer/var/ls_alib_xmlRpcPrefix"/>
</webStorage>
</storageClientFactory>
@ -117,7 +117,7 @@
</playLogFactory>
<audioPlayer>
<helixPlayer dllPath = "ls_install_dir/usr/lib/helix"/>
<helixPlayer dllPath = "ls_install_dir/lib/helix"/>
</audioPlayer>
<xmlRpcDaemon xmlRpcHost = "ls_scheduler_host"