Environment Variables¶
The Java-EE container process (Wildfly or TomEE) that hosts the insight web-applications must have the following environment variables set:
EAM_URL¶
If Insight Middleware connects to an external EAM (Maximo, OpenJET), the environment variable EAM_URL must contain the eam's URL. The value have to be the same as for Insight property eam.url.
For a pure v3-backend installation the environment variable must not be set.
JEE_SERVER¶
If the container is not listening on default port 8080, the environment variable JEE_SERVER have to be set to the container's address. E.g. if the container is listening on port 9500, the JEE_SERVER should be set to http://localhost:9500.