Installing Multiple Web Client Applications
Valid for: enaio webclient version 8.50 SP1
If you install multiple web client applications on the same web application server, the relevant configuration files will need to be adjusted:
…\webclient\webapps\<application_name>\WEB-INF\struts-config.xml
For multiple applications, enter a name for each in the installation dialog.
The relevant struts-config.xml configuration files will need to be adjusted.
To do this, change the following parameter in all places:
redir=/osweb
Instead, enter the name specified during the installation.
redir=/osweb2
If necessary, you can also modify the application name osweb for the first enaio webclient application in the same way.
For each additional enaio webclient in enaio gateway additional end point redirects must also be set up in the configuration file application-prod.yml in the directory ...\Services\gateway\apps\os\gateway_g\config\. To do this, add the existing endpoint entry in the 'proxy' area according to the following example:
endpoint:
name: osweb1
url: 'http://localhost:9090/osweb1'
endpoint:
name: osweb2
url: 'http://localhost:9090/osweb2'
To allow redirects, enter the following parameter at the top level in the configuration file application-prod.yml, following the example above:
proxy.services.handleRedirectsFromService:'osweb1,osweb2'
© Copyright OPTIMAL SYSTEMS 2020. | Legal and Data Privacy