Externalize properties file on tomcat 8

2015-12-15 Thread samanth marisetty
Hi, I am trying to externalize the database properties config file. I have created a folder env-conf and set a -Dconfig property in the catalina.sh, to point to the config file. Tomcat does not pickup this file, instead it picks the properties file from the .war. How would I be able to pick up

memory usage

2007-03-28 Thread samanth marisetty
Hi, I have configured the jvmoptions to have a higher perm size -XX:MaxPermSize=128m in the service.bat file and it is reflected in the tomcat6w.exe list of jvmoptions. Now I want to know if there is a way to know if tomcat is actually using rather set to specified amout of perm space? Can