Hi!
Current version of web interface connects to server on localhost, so if you install it on separate machine, it cannot connect. It is possible to make web UI to connect to remote NetXMS server, but you have to change property file packed deep inside war file:
1. find file WEB-INF/plugins/org.netxms.webui.core_1.2.1.jar inside .war file;
2. inside this jar, find file org/netxms/webui/core/nxmc.properties;
3. Change "server" option to IP address of your NetXMS server.
Deploy modified war file and web ui should be connecting to your NetXMS server.
Best regards,
Victor
Current version of web interface connects to server on localhost, so if you install it on separate machine, it cannot connect. It is possible to make web UI to connect to remote NetXMS server, but you have to change property file packed deep inside war file:
1. find file WEB-INF/plugins/org.netxms.webui.core_1.2.1.jar inside .war file;
2. inside this jar, find file org/netxms/webui/core/nxmc.properties;
3. Change "server" option to IP address of your NetXMS server.
Deploy modified war file and web ui should be connecting to your NetXMS server.
Best regards,
Victor