Rmi.server.hostname
JAVA_OPTS="-Dcom.sun.management.jmxremote=true \ -Dcom.sun.management.jmxremote.ssl=false \ -Dcom.sun.management.jmxremote.authenticate=false \ -Djava.rmi.server.hostname=192.168.40.10" There is no need of adding the file setenv.sh in catalina.sh since by seeing the file in name of setenv.sh tomcat will accept the parameters automatically.