Difference between revisions of "Web Interface Installation Guide"

From NetXMS Wiki
Jump to navigation Jump to search
Line 18: Line 18:
Deselect "JRE" during install if you already have one installed.<br />
Deselect "JRE" during install if you already have one installed.<br />
Open http://localhost:8787/ with your browser.
Open http://localhost:8787/ with your browser.
= Installing web interface on remote system =
By default nxmc.war will try to connect to NetXMS server at address 127.0.0.1. To change that, do the following before deploying new war file:
* Extract file WEB-INF\plugins\org.netxms.webui.core_''version''.jar from nxmc.war
* Extract file org\netxms\webui\core\nxmc.properties from extracted jar file
* Change '''server''' property in nxmc.properties file
* Pack everything back

Revision as of 15:19, 12 September 2012

Preface

NetXMS web interface is java based and should be deployed into servlet container to run. Tested containers: Tomcat6, Jetty7.

Installation into existing instance

Download latest version of WAR file from Web Interface Binaries section http://www.netxms.org/download/

Tomcat

Copy nxmc.war to webapps directory, in a few seconds it will be autodeployed and available at http://SERVER_IP:SERVER_PORT/nxmc/

Known default locations of webapps

  • Debian, Ubuntu: /var/lib/tomcat6/webapps
  • Windows: INSTALLATION_DIR\webapps

Jetty

Copy nxmc.war to webapps directory, in a few seconds it will be autodeployed and available at http://SERVER_IP:SERVER_PORT/nxmc/

(Windows only) Using netxmsd-webui.exe installer

Download latest version of installer from http://www.netxms.org/latest/netxms-webui.exe
Deselect "JRE" during install if you already have one installed.
Open http://localhost:8787/ with your browser.

Installing web interface on remote system

By default nxmc.war will try to connect to NetXMS server at address 127.0.0.1. To change that, do the following before deploying new war file:

  • Extract file WEB-INF\plugins\org.netxms.webui.core_version.jar from nxmc.war
  • Extract file org\netxms\webui\core\nxmc.properties from extracted jar file
  • Change server property in nxmc.properties file
  • Pack everything back