what no webconsole win2003

Started by rikm1, March 26, 2012, 12:05:37 AM

Previous topic - Next topic

rikm1

I am trailing your software. so far I am impressed. however I am unable to access the web interface.
The install is on windows2003 sp2.  The webserver service needed to be manually started. I am using localhost for initial setup yet get nothing when using http://127.0.0.1/.

Please advise me where I am going wrong as this is really annoying. 

thanks for your time and help

m coundley

Alex Kirhenshtein

Web interface included with current (1.0.13 and 1.1.10) installer is deprecated and will be replaced in next release.
You can download snapshot of new version here: https://www.netxms.org/download/webui/nxmc-1.1.10.war

To run this WAR you need to install any servlet container (Tomcat, Jetty, etc.) and deploy it into container.

For example: install Tomcat (http://mirrors.webhostinggeeks.com/apache/tomcat/tomcat-6/v6.0.35/bin/apache-tomcat-6.0.35.exe) as service, then copy WAR file into "webroot" folder inside Tomcat's installation directory.
After that web UI will be available at "http://localhost:8080/nxmc".

Right now I'm preparing standalone WebUI installer for upcoming release, so if you can wait couple of days - it will save you from hassle of installing and configuring servlet container on your own.

rikm1