sri laxmi wrote:
Hi, am installing tomcat6.0,for that i download tomcat6.0 and unzip in C driver, and next i set the environment variables ,and next for starting apache tomcati used inthe following commands in the command promt, C:\>cdapache* C:\apache-tomcat-6.0.35>cdbin C:\apache-tomcat-6.0.35\bin>startup.bat Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environment variable is needed to run this program
sri laxmi, Tomcat is a Java program. To run Tomcat, you need first to install Java on your PC. 1) download and install Java 7 JRE from here : http://www.oracle.com/technetwork/java/javase/downloads/index.html Choose "Java Platform, Standard Edition", JRE download. See installation instructions, install. 2) open a *new* command window, go to c:\...\tomcat\bin, and enter "startup.bat" If you get any errors : - in the same tomcat command window, type "version.bat" - copy the response from "version.bat" - create a new message to this list (with a better subject) - paste the response from "version.bat" in the message - send your message to this list --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
