| Author |
what are the configuration for need to tomcat to run?
|
Samanthi perera
Ranch Hand
Joined: Jan 08, 2010
Posts: 510
|
|
what are the configuration for need to tomcat to run?
i remember there is one configuration to tomcat bin folder .what is it.
and there is a another configuration somthing like home ?
|
 |
Siva Masilamani
Ranch Hand
Joined: Sep 19, 2008
Posts: 377
|
|
|
i think,you need to set PATH,JAVA_HOME and TOMCAT_HOME and in very rare cases CLASSPATH variable
|
SCJP 6,SCWCD 5,SCBCD 5
Failure is not an option.
|
 |
Samanthi perera
Ranch Hand
Joined: Jan 08, 2010
Posts: 510
|
|
|
what are the values for that 4 variables
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56229
|
|
|
All you need to set is JAVA_HOME. And I cannot tell what to set it to. Depends on where you down-loaded Java to.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
There is no "TOMCAT_HOME" environment variable. If you set one, Tomcat won't look at it. We use that term a lot, but it's technically inaccurate, as the actual variable names are CATALINA_HOME and CATALINA_BASE. Usually, both of these variables have the same value, unless you're using a common Tomcat binary to run multiple Tomcat servers.
Bear is correct. Only JAVA_HOME needs to be set. Tomcat can determine the default values for all the other settings.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: what are the configuration for need to tomcat to run?
|
|
|