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...
What servlet container you are using? Tomcat, Jetty, Winston? Is is installed from package?
tomcat7
the web directory would be /usr/local/tomcat7
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.)
Thank you very much, that worked for me!!!