Web Timeout on Linux server

Started by curruscanis, June 23, 2015, 07:31:23 PM

Previous topic - Next topic

curruscanis

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...

Alex Kirhenshtein

What servlet container you are using? Tomcat, Jetty, Winston? Is is installed from package?

curruscanis

tomcat7

the web directory would be /usr/local/tomcat7

Alex Kirhenshtein

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.)

curruscanis

Thank you very much, that worked for me!!!