reply urgently tomcat installation query !!!!!!!

2003-07-03 Thread harpreet kapur
sir/mam
i have tried to install tomcat on windows 98
several times and tht mens several timesss actuallly 20 times
but i am not able to install it
pl
cld u see the error its giving on startup command i ran on command mode
and let me know wht RE CHANGES REQUIRED IF ANY??pl help me out
I have noone to help me out as none of my aquaintances know java
hope someone replies sooon
 
I HAVE GIVEN THE RIGHT PATH AS FAR AS I KNOW 
I.E. in autoexec.bat file
i did the following:
 
 set JAVA_HOME =C:\jdk1.2
set CATALINA_HOME = C:\TOMCAT
set PATH = %PATH%;C:\jdk1.2\bin;C:\TOMCAT\bin
 
ERROR:
 
C:\Tomcat\binstartup
The JAVA_HOME environment variable is not defined
This environment variable is needed to run this program
Using CATALINA_BASE:   ..
Using CATALINA_HOME:   ..
Using CATALINA_TMPDIR: ..\temp
Using JAVA_HOME:
Invalid switch - -DJAVA.ENDORSED.DIRS=


SMS using the Yahoo! Messenger;Download latest version.

RE: reply urgently tomcat installation query !!!!!!!

2003-07-03 Thread Atreya Basu
I don't think that the current version of Tomcat works with any JDK less
than 1.4.  So you may want to get the latest JDK (1.4.2 is the latest I
believe).

Give that a try first and then before you start tomcat check that the
environment variables are indeed set properly with 'set'.  That will
list your current settings.  

Good luck

_
Atreya Basu
Developer,
Greenfield Research Inc.
e-mail: atreya (at) greenfieldresearch (dot) ca

-Original Message-
From: harpreet kapur [mailto:[EMAIL PROTECTED] 
Sent: July 3, 2003 12:25 PM
To: [EMAIL PROTECTED]
Subject: reply urgently tomcat installation query !!!

sir/mam
i have tried to install tomcat on windows 98
several times and tht mens several timesss actuallly 20 times
but i am not able to install it
pl
cld u see the error its giving on startup command i ran on command mode
and let me know wht RE CHANGES REQUIRED IF ANY??pl help me out
I have noone to help me out as none of my aquaintances know java
hope someone replies sooon
 
I HAVE GIVEN THE RIGHT PATH AS FAR AS I KNOW 
I.E. in autoexec.bat file
i did the following:
 
 set JAVA_HOME =C:\jdk1.2
set CATALINA_HOME = C:\TOMCAT
set PATH = %PATH%;C:\jdk1.2\bin;C:\TOMCAT\bin
 
ERROR:
 
C:\Tomcat\binstartup
The JAVA_HOME environment variable is not defined
This environment variable is needed to run this program
Using CATALINA_BASE:   ..
Using CATALINA_HOME:   ..
Using CATALINA_TMPDIR: ..\temp
Using JAVA_HOME:
Invalid switch - -DJAVA.ENDORSED.DIRS=


SMS using the Yahoo! Messenger;Download latest version.



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



RE: reply urgently tomcat installation query !!!!!!!

2003-07-03 Thread Shapira, Yoav

Howdy,
Don't use JDK 1.2, use JDK 1.3 or later.  Set JAVA_HOME via the
environment tab in My Computer.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: harpreet kapur [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 03, 2003 11:25 AM
To: [EMAIL PROTECTED]
Subject: reply urgently tomcat installation query !!!

sir/mam
i have tried to install tomcat on windows 98
several times and tht mens several timesss actuallly 20 times
but i am not able to install it
pl
cld u see the error its giving on startup command i ran on command mode
and let me know wht RE CHANGES REQUIRED IF ANY??pl help me out
I have noone to help me out as none of my aquaintances know java
hope someone replies sooon

I HAVE GIVEN THE RIGHT PATH AS FAR AS I KNOW
I.E. in autoexec.bat file
i did the following:

 set JAVA_HOME =C:\jdk1.2
set CATALINA_HOME = C:\TOMCAT
set PATH = %PATH%;C:\jdk1.2\bin;C:\TOMCAT\bin

ERROR:

C:\Tomcat\binstartup
The JAVA_HOME environment variable is not defined
This environment variable is needed to run this program
Using CATALINA_BASE:   ..
Using CATALINA_HOME:   ..
Using CATALINA_TMPDIR: ..\temp
Using JAVA_HOME:
Invalid switch - -DJAVA.ENDORSED.DIRS=


SMS using the Yahoo! Messenger;Download latest version.



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: reply urgently tomcat installation query !!!!!!!

2003-07-03 Thread Ben Souther
If you have no experience with Java and none of your acquaintances do either, 
I would strongly suggest getting a book doing some reading before start.
Tomcat Kickstart by Sam's publishing is a great one to start with.
I also recommend Core Servlets and Java Server Pages
You can download this one for free here: http://www.coreservlets.com
Also, read the documentation on the Tomcat site.

If you don't understand how to set environment variables, you should either 
get a book on Java or goto java.sun.com and look for the First Cup Of Java 
Tutorial.  It covers environment variables on several flavors of windows.

If you plan on using lists for help in the future, I strongly suggest reading 
ALL of this first: http://www.catb.org/~esr/faqs/smart-questions.html
You'll find that once you do, getting answers here will be a lot easier.

Good-Luck
-Ben





On Thursday 03 July 2003 11:24 am, harpreet kapur wrote:

 sir/mam
 i have tried to install tomcat on windows 98
 several times and tht mens several timesss actuallly 20 times
 but i am not able to install it
 pl
 cld u see the error its giving on startup command i ran on command mode
 and let me know wht RE CHANGES REQUIRED IF ANY??pl help me out
 I have noone to help me out as none of my aquaintances know java
 hope someone replies sooon

 I HAVE GIVEN THE RIGHT PATH AS FAR AS I KNOW
 I.E. in autoexec.bat file
 i did the following:

  set JAVA_HOME =C:\jdk1.2
 set CATALINA_HOME = C:\TOMCAT
 set PATH = %PATH%;C:\jdk1.2\bin;C:\TOMCAT\bin

 ERROR:

 C:\Tomcat\binstartup
 The JAVA_HOME environment variable is not defined
 This environment variable is needed to run this program
 Using CATALINA_BASE:   ..
 Using CATALINA_HOME:   ..
 Using CATALINA_TMPDIR: ..\temp
 Using JAVA_HOME:
 Invalid switch - -DJAVA.ENDORSED.DIRS=


 SMS using the Yahoo! Messenger;Download latest version.



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



RE: reply urgently tomcat installation query !!!!!!!

2003-07-03 Thread Shapira, Yoav

Howdy,

From: Atreya Basu [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 03, 2003 12:01 PM
To: 'Tomcat Users List'
Subject: RE: reply urgently tomcat installation query !!!

I don't think that the current version of Tomcat works with any JDK
less
than 1.4.

That's wrong.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: reply urgently tomcat installation query !!!!!!!

2003-07-03 Thread Eric J. Pinnell
Hi,

This is off topic but does tomcat/JDK even work on windows 98?

-e

On Thu, 3 Jul 2003, Shapira, Yoav wrote:


 Howdy,
 Don't use JDK 1.2, use JDK 1.3 or later.  Set JAVA_HOME via the
 environment tab in My Computer.

 Yoav Shapira
 Millennium ChemInformatics


 -Original Message-
 From: harpreet kapur [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 03, 2003 11:25 AM
 To: [EMAIL PROTECTED]
 Subject: reply urgently tomcat installation query !!!
 
 sir/mam
 i have tried to install tomcat on windows 98
 several times and tht mens several timesss actuallly 20 times
 but i am not able to install it
 pl
 cld u see the error its giving on startup command i ran on command mode
 and let me know wht RE CHANGES REQUIRED IF ANY??pl help me out
 I have noone to help me out as none of my aquaintances know java
 hope someone replies sooon
 
 I HAVE GIVEN THE RIGHT PATH AS FAR AS I KNOW
 I.E. in autoexec.bat file
 i did the following:
 
  set JAVA_HOME =C:\jdk1.2
 set CATALINA_HOME = C:\TOMCAT
 set PATH = %PATH%;C:\jdk1.2\bin;C:\TOMCAT\bin
 
 ERROR:
 
 C:\Tomcat\binstartup
 The JAVA_HOME environment variable is not defined
 This environment variable is needed to run this program
 Using CATALINA_BASE:   ..
 Using CATALINA_HOME:   ..
 Using CATALINA_TMPDIR: ..\temp
 Using JAVA_HOME:
 Invalid switch - -DJAVA.ENDORSED.DIRS=
 
 
 SMS using the Yahoo! Messenger;Download latest version.



 This e-mail, including any attachments, is a confidential business communication, 
 and may contain information that is confidential, proprietary and/or privileged.  
 This e-mail is intended only for the individual(s) to whom it is addressed, and may 
 not be saved, copied, printed, disclosed or used by anyone else.  If you are not 
 the(an) intended recipient, please immediately delete this e-mail from your computer 
 system and notify the sender.  Thank you.


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




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



RE: reply urgently tomcat installation query !!!!!!!

2003-07-03 Thread Bodycombe, Andrew
Yes.

-Original Message-
From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] 
Sent: 03 July 2003 17:08
To: Tomcat Users List
Subject: RE: reply urgently tomcat installation query !!!


Hi,

This is off topic but does tomcat/JDK even work on windows 98?

-e

On Thu, 3 Jul 2003, Shapira, Yoav wrote:


 Howdy,
 Don't use JDK 1.2, use JDK 1.3 or later.  Set JAVA_HOME via the
 environment tab in My Computer.

 Yoav Shapira
 Millennium ChemInformatics


 -Original Message-
 From: harpreet kapur [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 03, 2003 11:25 AM
 To: [EMAIL PROTECTED]
 Subject: reply urgently tomcat installation query !!!
 
 sir/mam
 i have tried to install tomcat on windows 98
 several times and tht mens several timesss actuallly 20 times
 but i am not able to install it
 pl
 cld u see the error its giving on startup command i ran on command mode
 and let me know wht RE CHANGES REQUIRED IF ANY??pl help me out
 I have noone to help me out as none of my aquaintances know java
 hope someone replies sooon
 
 I HAVE GIVEN THE RIGHT PATH AS FAR AS I KNOW
 I.E. in autoexec.bat file
 i did the following:
 
  set JAVA_HOME =C:\jdk1.2
 set CATALINA_HOME = C:\TOMCAT
 set PATH = %PATH%;C:\jdk1.2\bin;C:\TOMCAT\bin
 
 ERROR:
 
 C:\Tomcat\binstartup
 The JAVA_HOME environment variable is not defined
 This environment variable is needed to run this program
 Using CATALINA_BASE:   ..
 Using CATALINA_HOME:   ..
 Using CATALINA_TMPDIR: ..\temp
 Using JAVA_HOME:
 Invalid switch - -DJAVA.ENDORSED.DIRS=
 
 
 SMS using the Yahoo! Messenger;Download latest version.



 This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


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




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

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



Re: reply urgently tomcat installation query !!!!!!!

2003-07-03 Thread Andoni
Definitely wrong!!

I'd worry about setting JAVA_HOME and not worry about JDK versions for now.

have you tried running the command at the dos prompt just before running
startup thus:

c:\set java_home=c:\jdk1.2
c:\startup

you can run startup from anywhere if the c:\tomcat\bin directory is in you
PATH variable as you say it is.

Good luck,  it may be annoying at first but stick with it, it's brilliant
when you get it all going.  And there will always be lots of help here if
you don't have personal contacts.

Andoni.

- Original Message -
From: Shapira, Yoav [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, July 03, 2003 5:09 PM
Subject: RE: reply urgently tomcat installation query !!!



Howdy,

From: Atreya Basu [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 03, 2003 12:01 PM
To: 'Tomcat Users List'
Subject: RE: reply urgently tomcat installation query !!!

I don't think that the current version of Tomcat works with any JDK
less
than 1.4.

That's wrong.

Yoav Shapira



This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


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



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