NetXMS Support Forum

English Support => General Support => Topic started by: curruscanis on June 23, 2015, 07:31:23 PM

Title: Web Timeout on Linux server
Post by: curruscanis on June 23, 2015, 07:31:23 PM
Can someone help me with the file locations for a couple of files on a linux based NetXMS server?

I need to create a "nxmc.properties" file to extend the web timeout, but I dont' know where to put it.  I have this working on a Windows 7 box, but that doesn't help me with a linux file location.

Also, I would like to upload my logo and I need to know where to put that file, but of course it can be defined in the nxmc.properties file...
Title: Re: Web Timeout on Linux server
Post by: Alex Kirhenshtein on June 23, 2015, 11:35:37 PM
What servlet container you are using? Tomcat, Jetty, Winston? Is is installed from package?
Title: Re: Web Timeout on Linux server
Post by: curruscanis on June 24, 2015, 01:21:09 AM
tomcat7

the web directory would be /usr/local/tomcat7
Title: Re: Web Timeout on Linux server
Post by: Alex Kirhenshtein on June 24, 2015, 02:22:54 AM
From directory name I assume it's installed by hand. Most likely it will work if you create nxmc.properties in /usr/local/tomcat7/lib/ (next to "catalina.jar", etc.)
Title: Re: Web Timeout on Linux server
Post by: curruscanis on June 25, 2015, 07:23:15 PM
Thank you very much, that worked for me!!!