After the installer finishes, you must edit the SMAExeConfiguration.properties file to connect 3DSpace to the 3DOrchestrate Distribution Server.
Edit this copy of the file under the /STAGING/ subdirectory:
<collaboration_server_dir>/STAGING/ematrix/properties/SMAExeConfiguration.properties
Set the smaexe.proxyserver.url
property to the URL to connect to your 3DOrchestrate Distribution Server, whether or not a proxy server is being used.
In most 3DEXPERIENCE systems a proxy server is used, so you set this property as follows:
smaexe.proxyserver.url=https://<proxy-server-fqdn>:<port>/
where <proxy-server-fqdn>
is the fully qualified domain name of the proxy server.
For example:
smaexe.proxyserver.url=https://proxxy.mydomain.com:448/
Do not include the application context root "SMAExeServer-REST
" in this URL (even if it was used in older releases).
If you are not using a proxy server and the 3DOrchestrate Distribution Server machine is directly accessible, set the property as follows:
smaexe.proxyserver.url=https://<hostname>:<port>
Substitute the hostname and port number of your 3DOrchestrate Distribution Server application.