ematrix.server.host—Specifies the name and port number of the machine where the 3DSpace Service 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> When a proxy server is used, the URL for accessing an ENOVIA app 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 apps 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 app with the proxy server would be: http://proxyserv:8088/teamcentral/enovia/emxLogin.jsp |