Hi
Tomcat requires only one env variable 'TOMCAT_HOME'. If you run the command
'tomcat run' it will include its classes in the classpath. It is better to set
JAVA_HOME environment variable also.
In your situation it is better to run 'tomcat run' and it should run
successfully.
with best regards
partha
"Subramanian" <gomathy_s@s...> wrote:
Hi
I always use the following command:
"tomcat start" - this will run tomcat in a seperate window. If u use "tomcat
run" it will run tomcat in the same window.
regards