How can I add jvm(Java virtual machine) options in Apache Tomcat 6?
Is there a administration console in tomcat? I tried http://localhost:8080/admin but I could not
if you want to set jvm args on eclipse you can use below:
see below two links to accomplish it:
And for Tomcat you can create a setenv.bat file in bin folder of Tomcat and add below lines to it :
echo "hello im starting setenv"
set CATALINA_OPTS=-DNLP.home=${NLP.home} -Dhostname=${hostname}