RE: Please, Please help with the install of Tomcat!

2001-01-25 Thread Jayesh

adding it to autoexec.bat and renaming is not necessary.
add it to STARTUP.BAT in your c:\jakarta-tomcat-3.2.1\bin directory.

-Original Message-
From: G.Nagarajan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 1:16 AM
To: [EMAIL PROTECTED]
Subject: RE: Please, Please help with the install of Tomcat!


Hi Roland,

do the following,
rename jdk1.3 to jdk
rename jakarta-tomcat-3.2.1 to tomcat

and add the following to the autoexec.bat,

JAVA_HOME=c:\jdk
TOMCAT_HOME=C:\tomcat\
PATH=c:\jdk\bin

this should do!



-Original Message-
From: Roland Dong [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 11:06 AM
To: [EMAIL PROTECTED]
Subject: Pleae, Please help with the install of Tomcat!


I am new to the list.  I just downloaded Tomcat 3.2.1. and have little idea
in terms of how to install it. I did manage to unzip the file and put them
all together under the directory jakarta-tomcat 3.2.1. However, when I
startup the server, I got an error message:

"You must set JAVA_HOME to point at your Java Development Kit installation"

I found "Tomcat - A Minimalistic User's Guide" is not clear enough to help
me.  Can someone perhelps show me a bit details?

According to the Guide:

"On Win32 you should type: "set TOMCAT_HOME=foo\tomcat". Set the environment
variable JAVA_HOME to point to the root directory of your JDK hierarchy,
then add the Java interpreter to your PATH environment variable."

So I added these lines to my autoexec.bat "following" the above guide.

JAVA_HOME=c:\jdk1.3
TOMCAT_HOME=C:\jakarta-tomcat-3.2.1\
PATH=%JAVA_HOME%\bin

But I get it work. Is there something wrong?

Thanks a lot,

Roland


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Please, Please help with the install of Tomcat!

2001-01-25 Thread Roland Dong

First, thanks very much!

I follow the instruction and change the jdk1.3 to jdk and reset my
autoexec.bat file so it looks like this:


SET BLASTER=A220 I7 D1 T2
SET SNDSCAPE=C:\WINDOWS

set JAVA_HOME=c:\jdk
set TOMCAT_HOME=C:\tomcat\
set PATH=c:\jdk\bin

PATH C:\WINDOWS;C:\WINDOWS\COMMAND;C:\ORAWIN95\BIN;c:\jdk\bin
set CLASSPATH=c:\jdk\lib\tools.jar;

But I got errors:

***
Out of environment space
Out of environment space
Out of environment space
Unable to set CLASSPATH dynamically.
Note: To set the CLASSPATH dynamically on Win9x systems
  only DOS 8.3 names may be used in TOMCAT_HOME!
Setting your CLASSPATH statically.
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Using CLASSPATH: C:\tomcat\\classes

Starting Tomcat in new window
Bad command or file name

**

Can you tell me what's wrong? Can you give me an example of an autoexec.bat?

I have been trying to set up tomcat for two days without success.

Thanks very very much

Roland





-Original Message-
From: Jayesh [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 8:36 AM
To: [EMAIL PROTECTED]
Subject: RE: Please, Please help with the install of Tomcat!


adding it to autoexec.bat and renaming is not necessary.
add it to STARTUP.BAT in your c:\jakarta-tomcat-3.2.1\bin directory.

-Original Message-
From: G.Nagarajan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 1:16 AM
To: [EMAIL PROTECTED]
Subject: RE: Please, Please help with the install of Tomcat!


Hi Roland,

do the following,
rename jdk1.3 to jdk
rename jakarta-tomcat-3.2.1 to tomcat

and add the following to the autoexec.bat,

JAVA_HOME=c:\jdk
TOMCAT_HOME=C:\tomcat\
PATH=c:\jdk\bin

this should do!



-Original Message-
From: Roland Dong [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 11:06 AM
To: [EMAIL PROTECTED]
Subject: Pleae, Please help with the install of Tomcat!


I am new to the list.  I just downloaded Tomcat 3.2.1. and have little idea
in terms of how to install it. I did manage to unzip the file and put them
all together under the directory jakarta-tomcat 3.2.1. However, when I
startup the server, I got an error message:

"You must set JAVA_HOME to point at your Java Development Kit installation"

I found "Tomcat - A Minimalistic User's Guide" is not clear enough to help
me.  Can someone perhelps show me a bit details?

According to the Guide:

"On Win32 you should type: "set TOMCAT_HOME=foo\tomcat". Set the environment
variable JAVA_HOME to point to the root directory of your JDK hierarchy,
then add the Java interpreter to your PATH environment variable."

So I added these lines to my autoexec.bat "following" the above guide.

JAVA_HOME=c:\jdk1.3
TOMCAT_HOME=C:\jakarta-tomcat-3.2.1\
PATH=%JAVA_HOME%\bin

But I get it work. Is there something wrong?

Thanks a lot,

Roland


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Please, Please help with the install of Tomcat!

2001-01-25 Thread Jim Rudnicki


 do the following,
 rename jdk1.3 to jdk

Okay, I have to say DO NOT do this.  The JDK installer adds registry entries
for the install locations.

Jim


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]