Re: Unable to start tomcat server

2004-09-21 Thread Suresh Akula
It was a typo and CATALINA_HOME is actually set to C:\Tomcat. I actually installed tomcat onto folder named C:\softwares\tomcat\jakarta-tomcat-5.0.27 In this folder i have all bin, common and other folders. But while i am setting class path it is taking lot of place so i moved all the folders

Re: Unable to start tomcat server

2004-09-21 Thread Ben Souther
Using JAVA_HOME: C:\Java.. What is the name of your java installation? On Tue, 2004-09-21 at 09:01, Suresh Akula wrote: It was a typo and CATALINA_HOME is actually set to C:\Tomcat. I actually installed tomcat onto folder named C:\softwares\tomcat\jakarta-tomcat-5.0.27 In this

Re: Unable to start tomcat server

2004-09-21 Thread Suresh Akula
From: Ben Souther [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Unable to start tomcat server Date: Tue, 21 Sep 2004 09:13:35 -0400 Using JAVA_HOME: C:\Java.. What is the name of your java installation? On Tue, 2004-09

Re: Unable to start tomcat server

2004-09-21 Thread Hassan Schroeder
Suresh Akula wrote: CATALINA_HOME and JAVA_HOME and also included all the jars available in C:\Tomcat\Common\lib folder in the classpath. But when i go to command prompt C:\Tomcat\bin and execute startup.bat a black window comes up and disappears but my server never starts.On the command

Re: Unable to start tomcat server

2004-09-21 Thread Suresh Akula
Suresh Akula From: Hassan Schroeder [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Unable to start tomcat server Date: Tue, 21 Sep 2004 07:46:09 -0700 Suresh Akula wrote: CATALINA_HOME and JAVA_HOME and also included all the jars

Re: Unable to start tomcat server

2004-09-21 Thread Suresh Akula
[EMAIL PROTECTED] Subject: Re: Unable to start tomcat server Date: Tue, 21 Sep 2004 07:46:09 -0700 Suresh Akula wrote: CATALINA_HOME and JAVA_HOME and also included all the jars available in C:\Tomcat\Common\lib folder in the classpath. But when i go to command prompt C:\Tomcat\bin and execute

Re: Unable to start tomcat server

2004-09-21 Thread Hassan Schroeder
Suresh Akula wrote: I am trying to run my tomcat server but am not able to do. I am struggling on this for past 2 days. Earlier you said: I actually installed tomcat onto folder named C:\softwares\tomcat\jakarta-tomcat-5.0.27 In this folder i have all bin, common and other folders. But while i

RE: Unable to start tomcat server

2004-09-21 Thread John Najarian
; -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 3:16 PM To: Tomcat Users List Subject: Re: Unable to start tomcat server Suresh Akula wrote: I am trying to run my tomcat server but am not able to do. I am struggling on this for past

RE: Unable to start tomcat server

2004-09-21 Thread John Najarian
) Reinstall Tomcat. 4) From the add/remove programs remove the j2sdk. 5) Download another j2sdk and install it. 6) Try starting Tomcat. -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 3:16 PM To: Tomcat Users List Subject: Re: Unable to start

Re: Unable to start tomcat server

2004-09-21 Thread Brian Roberts
Hi everyone I too was having trouble starting the server and thanks everyone for your help but what I found was that with the latest tomcat server you need to have the latest java JRE version 5. Try installing the latest from http://java.sun.com/j2se version 5 or later and set an environment

Re: Unable to start tomcat server

2004-09-21 Thread Cary Conover
Brian, One point to ponder is you were also using both %CATALINA_HOME% and %CATALINA_BASE%. %CATALINA_HOME% is for where the main Jakarta Tomcat bin, conf, common and server directories reside. These are Shared Directories between the Base Directories for other instances of Tomcat that run

RE: Unable to start tomcat server

2004-09-21 Thread John Najarian
to start tomcat server Brian, One point to ponder is you were also using both %CATALINA_HOME% and %CATALINA_BASE%. %CATALINA_HOME% is for where the main Jakarta Tomcat bin, conf, common and server directories reside. These are Shared Directories between the Base Directories for other instances

RE: Unable to start tomcat server

2004-09-21 Thread Cary Conover
John, See below: John Najarian [EMAIL PROTECTED] wrote: Hi Suresh, I installed Tomcat in C:\Tomcat My Catalina_home environment variable is: c:\tomcat Java is installed at C:\j2sdk1.4.2_03 My Catalina_home environment variable is: C:\j2sdk1.4.2_03 Are you sure you do not mean your

RE: Unable to start tomcat server

2001-07-19 Thread Cory Powers
Put the following lines in your autoexec.bat file set JAVA_HOME=c:\jdk1.3.1 set TOMCAT_HOME=C:\tomcat change the paths to fit your system. Cory -Original Message-From: Manish Pradhan [mailto:[EMAIL PROTECTED]]Sent: Thursday, July 19, 2001 1:56 PMTo: [EMAIL

RE: Unable to start tomcat server

2001-07-19 Thread Filip Hanik
On your desktop, right click on "My Computer" select "Properties" under the environment variable settings, create a new variable called JAVA_HOME and have it point to your java installation this doc explains it http://sourceforge.net/docman/display_doc.php?docid=5651group_id=26042 Filip