NetXMS Support Forum

English Support => General Support => Topic started by: Johan Berghuis on November 07, 2012, 02:29:00 PM

Title: no nxhttpd in netxms-1.2.4
Post by: Johan Berghuis on November 07, 2012, 02:29:00 PM
Hi,

Following the install_guide section 6.1, I try to install the NetXMS Web Server.
The configure --with-nxhttpd option appears not to be supported. Also I can not
find any nxhttpd code under the netxms-1.2.4/src/ directory.
Question:
    How can I install the NetXMS WebServer? Do I need to download more than
    the netxms-1.2.4.tar.gz file?

thanks,
    Johan Berghuis / Olav Wagenaar
    Aimvalley

Title: Re: no nxhttpd in netxms-1.2.4
Post by: SKYnv on November 07, 2012, 04:42:36 PM
Quote from: Johan Berghuis on November 07, 2012, 02:29:00 PM
Hi,

Following the install_guide section 6.1, I try to install the NetXMS Web Server.
The configure --with-nxhttpd option appears not to be supported. Also I can not
find any nxhttpd code under the netxms-1.2.4/src/ directory.
Question:
    How can I install the NetXMS WebServer? Do I need to download more than
    the netxms-1.2.4.tar.gz file?

thanks,
    Johan Berghuis / Olav Wagenaar
    Aimvalley
nxhttpd are replaced by this servlet http://wiki.netxms.org/wiki/Web_Interface_Installation_Guide
Title: Re: no nxhttpd in netxms-1.2.4
Post by: Johan Berghuis on November 08, 2012, 04:48:57 PM
Quote from: SKYnv on November 07, 2012, 04:42:36 PM
Quote from: Johan Berghuis on November 07, 2012, 02:29:00 PM
Hi,

Following the install_guide section 6.1, I try to install the NetXMS Web Server.
The configure --with-nxhttpd option appears not to be supported. Also I can not
find any nxhttpd code under the netxms-1.2.4/src/ directory.
Question:
    How can I install the NetXMS WebServer? Do I need to download more than
    the netxms-1.2.4.tar.gz file?

thanks,
    Johan Berghuis / Olav Wagenaar
    Aimvalley
nxhttpd are replaced by this servlet http://wiki.netxms.org/wiki/Web_Interface_Installation_Guide
Thanks