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> <authenticationClientFactory>
<webAuthentication> <webAuthentication>
<location server="ls_php_host" port="ls_php_port" <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> </webAuthentication>
</authenticationClientFactory> </authenticationClientFactory>
<storageClientFactory> <storageClientFactory>
<webStorage tempFiles="file:///ls_install_dir/tmp/webStorageClient" > <webStorage tempFiles="file:///ls_install_dir/tmp/webStorageClient" >
<location server="ls_php_host" port="ls_php_port" <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> </webStorage>
</storageClientFactory> </storageClientFactory>
@ -117,7 +117,7 @@
</playLogFactory> </playLogFactory>
<audioPlayer> <audioPlayer>
<helixPlayer dllPath = "ls_install_dir/usr/lib/helix"/> <helixPlayer dllPath = "ls_install_dir/lib/helix"/>
</audioPlayer> </audioPlayer>
<xmlRpcDaemon xmlRpcHost = "ls_scheduler_host" <xmlRpcDaemon xmlRpcHost = "ls_scheduler_host"