一、环境和资源准备
- 离线资源下载:
- V979946-01.zip (Oracle Autovue 软件)
- apache-tomcat-9.0.40-windows-x64.zip
- jdk-8u65-windows-x64.exe
二、服务器运行环境部署和配置
1、JDK 安装和apache-tomcat-9.0.40-windows-x64
2、系统环境变量设置
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_65
Classpath=.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;
Path=%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;
CATALINA_BASE=E:\apache-tomcat-9.0.40;
CATALINA_HOME=E:\apache-tomcat-9.0.40;
三、安装AutoVue服务器和部署配置
1、安装 InstallClientServer.exe
2、指定安装目录,然后点击下一步(注意:记住这个安装目录,每台服务器的Autovue的安装目录必须完全一致)
3、选择自定义,然后点击下一步
4、身份验证
5、配置AutoVue文件
用记事本打开:C:\Oracle\AutoVue\bin\jvueserver.properties,修改如下信息
jvueserver.rmi.host.1 --其它服务器地址
jvueserver.authentication.enable --是否启用身份验证
jvueserver.processPoolSize --进程数
#########################################
# AutoVue Server Configuration #
#########################################
[Options]
# MAIN SETTINGS:
# -------------
# * jvueserver.hostname specifies the name of the primary AutoVue server
jvueserver.hostname=XXX.com
# * RMI Registry port number
jvueserver.rmi.host.1=【服务器1】:1099
jvueserver.rmi.host.2=【服务器2】:1099
jvueserver.rmi.host.3=【服务器3】:1099
jvueserver.rmi.port=1099
# * RMI remote objects ports
# * Specify a range of ports to use, or leave commented for automatic allocation.
#jvueserver.rmi.objectPorts=2020-2120
# * Enable Socket connections to the server
jvueserver.socket.enable=true
# * Socket port number
jvueserver.socket.port=5099
# * Ini file for VueServer settings. Default: VueServer.ini
jvueserver.inifile=VueServer.ini
# * Set the process pool size for the server
jvueserver.processPoolSize=10
# * Enable streaming file cache on the server
jvueserver.metacache.enable=true
# * Set the Encryption Algorithm
jvueserver.encryption.algorithm=AES
# * Set the Key Agreement Algorithm (Secret key)
jvueserver.encryption.keyagreement.algorithm=EC
# * Specify client authentication plug-in to load at AutoVue server startup
#jvueserver.authenticator=com.cimmetry.jvueserver.JAASAuthenticator
jvueserver.authentication.enable=FALSE
#
# Collaboration settings
#
# * Enable or disable collaboration
jvueserver.collaboration.enable=true
# * Communication protocol
jvueserver.collaboration.protocol=rmi
# * Minimum of IDs for collaboration
jvueserver.collaboration.id.min=0
# * Filter out sensitive DMS arguments from the DocID that is passed to collaboration session guests
jvueserver.collaboration.dmsargsfilter=.*(JSESSIONID|USERNAME|PASSWORD).*
#
# PROXY SETTINGS:
# --------------
# * Define the proxy server (if any) that is needed to access
# * the network. Warning: Please specify the correct values, otherwise
# * the AutoVue Server will report "File not found" errors.
# * Note: This is not the client proxy machine, but the proxy, if any,
# * that the server uses to connect to the network.
#jvueserver.http.proxyhost=my.proxyhostname.com:80
#jvueserver.ftp.proxyhost=my.proxyhostname.com:80
#
# Base dir
#--------------------------------
jvueserver.basedir=C:\Oracle\AutoVue\
#
# Bin dir
#--------------------------------
jvueserver.bindir=C:\Oracle\AutoVue\bin\
#
# PROGRAM STARTUP OPTIONS:
# -----------------------
jvueserver.classpath=C:\Oracle\AutoVue\bin\jvueserver.jar;C:\Oracle\AutoVue\bin\jsonrpc4j.jar;C:\Oracle\AutoVue\bin\log4j-api.jar;C:\Oracle\AutoVue\bin\log4j-core.jar;C:\Ora