ematrix.server.host—Specifies the name and port number of the machine where the ENOVIA Live Collaboration Server is running. For example: <context-param id="ContextParam_#"> <param-name>ematrix.server.host</param-name> <param-value>//MYHOST:1099</param-value> </context-param> ematrix.proxy.server—Can be added to specify the URL for the proxy server, including the host name for the server, port, and directory. For example, the parameter could be: <context-param id="ContextParam_#"> <param-name>ematrix.proxy.server</param-name> <param-value>http://proxyserv:8088/teamcentral</param-value> </context-param> When a proxy server is used, the URL for accessing an ENOVIA product contains the value for the enovia.proxy.server parameter instead of the host name and port for the web server. For example, suppose the URL for accessing ENOVIA products without the proxy server were: http://webserv:7001/enovia/emxLogin.jsp If the enovia.proxy.server parameter is set using the example shown above, the URL for accessing the application with the proxy server would be: http://proxyserv:8088/teamcentral/enovia/emxLogin.jsp |