internal connector¶
it is recommended to parameterize an internal connector for a better throuput of JEE-Server. The internal connector is used for communication between internal insight-webapplications so the internal communication is independend from incoming client-requests.
The standalone.xml-template for wildfly already does contain an internal connector named insightlocal
How to activate the internal connector:
- lookup (and maybe adapt) PORT_OF_INSIGHTLOCAL in socket-binding of standalone.xml (default is 8081) and use this value for the following steps
- set environment variable JEE_SERVER=http://localhost:PORT_OF_INSIGHTLOCAL
- remove gateway.var.jeeserver if configured so it uses default.
- check if all properties in insight.properties are using PORT_OF_INSIGHTLOCAL instead of default "8080"