mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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
21 lines
513 B
Properties
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}
|
|
|