Files
alfresco-community-repo/config/alfresco/alfresco-shared.properties
Derek Hulley 6059a17375 Remote API exposure for benchmark client.
Benchmark client
Note:
 - Loading types still need to be fleshed out
 - The content over RMI is weak, but sufficient for this use-case.
 - An all-round solution for RMI content serialization is needed for ContentReader and ContentWriter, probably using the RemotableInputStream, etc


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6783 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-14 08:49:35 +00:00

21 lines
513 B
Properties

#
# Properties shared between the Alfresco server
# and its remote clients (e.g.: the virtualization server).
#
# Ports used by Alfresco AVM
#
# Note: These ports are also used by the virtualization server
# (hence, they're in a seperate file that's can be copied easily).
# Name of the host running AVM
avm.remote.host=localhost
# AVMRemote API
avm.remote.port=50500
# Remote RMI services
rmi.services.remote.port=${avm.remote.port}
rmi.services.remote.host=${avm.remote.host}