My question is that is it possible to run
TOMCAT without JDK. I feel that during startup, TOMCAT looks for JAVA_HOME. Is there a way by which i can copy a few JAR file to Tomcat directory and run it.
I do not want to install JDK, but run TOMCAT.
I have WAR file ready, so i do not even require to compile my JSPs
Kindly suggest me.