Installing Multiple Web Client Applications

enaio® 9.10 »

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 so, change the following parameter in all places:

redir=/osweb

Instead, enter the name specified during installation.

redir=/osweb2

If necessary, you can also modify the application name osweb for the first enaio® webclient application in the same way.

Additional end point redirects must also be set up in the application-prod.yml configuration file under \Services\gateway\apps\os\gateway_g\config\ for each additional enaio® webclient in enaio® gateway. To do so, 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 application-prod.yml configuration file, following the example above:

proxy.services.handleRedirectsFromService: 'osweb1,osweb2'