Re: System cannot find the path specified !

2003-05-27 Thread John Turner
Try startup.bat.  There is no startup.bin.

John

On Tue, 27 May 2003 11:56:30 EDT, [EMAIL PROTECTED] wrote:

Hello Tomcat People,
Trying to get started using Tomcat. I did:
1) C:\ set PATH = j2sdk1.4.0_03
2) C:\ set PATH = %JAVA_HOME%\bin;%PATH%
3) C:\ set JDBC_HOME = C:\oracle\jdbc\lib
4) C:\ CATALINA_HOME\bin\startup.bin
The error message says:
 system cannot find the path specified 
Your suggestions are appreciated
Stan


--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: System cannot find the path specified !

2003-05-27 Thread George Sexton
Assuming CATALINA_HOME has already been set, then 4 should be:

4) C:\ %CATALINA_HOME%\bin\startup.bin

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 27, 2003 9:57 AM
To: [EMAIL PROTECTED]
Subject: System cannot find the path specified !


Hello Tomcat People,
   Trying to get started using Tomcat. I did:

1) C:\ set PATH = j2sdk1.4.0_03
2) C:\ set PATH = %JAVA_HOME%\bin;%PATH%
3) C:\ set JDBC_HOME = C:\oracle\jdbc\lib
4) C:\ CATALINA_HOME\bin\startup.bin

The error message says:
 system cannot find the path specified 

Your suggestions are appreciated
Stan


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



Re: System cannot find the path specified !

2003-05-27 Thread DominskiS

Assuming CATALINA_HOME has already been set, then 4 should be:

At the command prompt I did:
C:\ set CATALINA_HOME = C:\jakarta-tomcat-5-bin-20030526

then I did :
C:\ CATALINA_HOME\bin\startup.bat

and I also tried:
C:\ %CATALINA_HONE%\bin\startup.bat

the error message both times was:
system cannot find the path specified

Thank you for your advice
Stan



 4) C:\ %CATALINA_HOME%\bin\startup.bin
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, May 27, 2003 9:57 AM
 To: [EMAIL PROTECTED]
 Subject: System cannot find the path specified !
 
 
 Hello Tomcat People,
   Trying to get started using Tomcat. I did:
 
 1) C:\ set PATH = j2sdk1.4.0_03
 2) C:\ set PATH = %JAVA_HOME%\bin;%PATH%
 3) C:\ set JDBC_HOME = C:\oracle\jdbc\lib
 4) C:\ CATALINA_HOME\bin\startup.bin
 
 The error message says:
  system cannot find the path specified 
 
 Your suggestions are appreciated
 Stan
 



Re: System cannot find the path specified !

2003-05-27 Thread Ben Souther
Try setting the env variable without spaces:
set CATALINA_HOME=C:\jakarta-tomcat-5-bin-20030526

Then test it:
echo %CATALINA_HOME%
It will print the value to the command window.

Then test it for accuracy:
cd %CATALINA_HOME%
That should put you in the catalina directory.


On Tuesday 27 May 2003 12:31 pm, [EMAIL PROTECTED] wrote:
 Assuming CATALINA_HOME has already been set, then 4 should be:

 At the command prompt I did:
 C:\ set CATALINA_HOME = C:\jakarta-tomcat-5-bin-20030526

 then I did :
 C:\ CATALINA_HOME\bin\startup.bat

 and I also tried:
 C:\ %CATALINA_HONE%\bin\startup.bat

 the error message both times was:
 system cannot find the path specified

 Thank you for your advice
 Stan

  4) C:\ %CATALINA_HOME%\bin\startup.bin
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, May 27, 2003 9:57 AM
  To: [EMAIL PROTECTED]
  Subject: System cannot find the path specified !
 
 
  Hello Tomcat People,
Trying to get started using Tomcat. I did:
 
  1) C:\ set PATH = j2sdk1.4.0_03
  2) C:\ set PATH = %JAVA_HOME%\bin;%PATH%
  3) C:\ set JDBC_HOME = C:\oracle\jdbc\lib
  4) C:\ CATALINA_HOME\bin\startup.bin
 
  The error message says:
   system cannot find the path specified 
 
  Your suggestions are appreciated
  Stan


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



Re: System cannot find the path specified !

2003-05-27 Thread DominskiS
Try setting the env variable without spaces:
set CATALINA_HOME=C:\jakarta-tomcat-5-bin-20030526

   Thank you very  much 
By taking out the spaces when I did
   C:\set CATALINA_HOME=C:\jakarta-tamcat-5-bin-20030526

 and

C:\cd %CATALINA_HOME%

I got:

C:\jakarta-tomcat-5-bin-20030526

But now I should be able to startup the Tomcat with
CATALINA_HOME\bin\startuup.bat

My prompt is at

C:\jakarta-tomcat-5-bin-20030526 _

but if I type in 
C:\jakarta-tomcat-5-bin-20030526 cd 
C:\jakarta-tomcat-5-bin-20030526\bin\startup.bat

I get   The system cannot find the path specified

Your assistance is appreciated !
Stan





 
 Then test it:
 echo %CATALINA_HOME%
 It will print the value to the command window.
 
 Then test it for accuracy:
 cd %CATALINA_HOME%
 That should put you in the catalina directory.
 
 
 On Tuesday 27 May 2003 12:31 pm, [EMAIL PROTECTED] wrote:
 Assuming CATALINA_HOME has already been set, then 4 should be:
 
 At the command prompt I did:
 C:\ set CATALINA_HOME = C:\jakarta-tomcat-5-bin-20030526
 
 then I did :
 C:\ CATALINA_HOME\bin\startup.bat
 
 and I also tried:
 C:\ %CATALINA_HONE%\bin\startup.bat
 
 the error message both times was:
 system cannot find the path specified
 
 Thank you for your advice
 Stan
 
 4) C:\ %CATALINA_HOME%\bin\startup.bin
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, May 27, 2003 9:57 AM
 To: [EMAIL PROTECTED]
 Subject: System cannot find the path specified !
 
 
 Hello Tomcat People,
   Trying to get started using Tomcat. I did:
 
 1) C:\ set PATH = j2sdk1.4.0_03
 2) C:\ set PATH = %JAVA_HOME%\bin;%PATH%
 3) C:\ set JDBC_HOME = C:\oracle\jdbc\lib
 4) C:\ CATALINA_HOME\bin\startup.bin
 
 The error message says:
  system cannot find the path specified 
 
 Your suggestions are appreciated
 Stan
 
 



Re: System cannot find the path specified !

2003-05-27 Thread Jacob Kjome
um you are cd'ing to a file, not a directory.  Of course it can't find 
the path specified.

If you are currently in CATALINA_HOME, type...

bin\startup.bat

Jake

At 01:27 PM 5/27/2003 -0400, you wrote:
Try setting the env variable without spaces:
set CATALINA_HOME=C:\jakarta-tomcat-5-bin-20030526
   Thank you very  much
By taking out the spaces when I did
   C:\set CATALINA_HOME=C:\jakarta-tamcat-5-bin-20030526
 and

C:\cd %CATALINA_HOME%

I got:

C:\jakarta-tomcat-5-bin-20030526

But now I should be able to startup the Tomcat with
CATALINA_HOME\bin\startuup.bat
My prompt is at

C:\jakarta-tomcat-5-bin-20030526 _

but if I type in
C:\jakarta-tomcat-5-bin-20030526 cd
C:\jakarta-tomcat-5-bin-20030526\bin\startup.bat
I get   The system cannot find the path specified

Your assistance is appreciated !
Stan





 Then test it:
 echo %CATALINA_HOME%
 It will print the value to the command window.

 Then test it for accuracy:
 cd %CATALINA_HOME%
 That should put you in the catalina directory.


 On Tuesday 27 May 2003 12:31 pm, [EMAIL PROTECTED] wrote:
 Assuming CATALINA_HOME has already been set, then 4 should be:
 
 At the command prompt I did:
 C:\ set CATALINA_HOME = C:\jakarta-tomcat-5-bin-20030526
 
 then I did :
 C:\ CATALINA_HOME\bin\startup.bat
 
 and I also tried:
 C:\ %CATALINA_HONE%\bin\startup.bat
 
 the error message both times was:
 system cannot find the path specified
 
 Thank you for your advice
 Stan
 
 4) C:\ %CATALINA_HOME%\bin\startup.bin
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, May 27, 2003 9:57 AM
 To: [EMAIL PROTECTED]
 Subject: System cannot find the path specified !
 
 
 Hello Tomcat People,
   Trying to get started using Tomcat. I did:
 
 1) C:\ set PATH = j2sdk1.4.0_03
 2) C:\ set PATH = %JAVA_HOME%\bin;%PATH%
 3) C:\ set JDBC_HOME = C:\oracle\jdbc\lib
 4) C:\ CATALINA_HOME\bin\startup.bin
 
 The error message says:
  system cannot find the path specified 
 
 Your suggestions are appreciated
 Stan




Re: System cannot find the path specified !

2003-05-27 Thread DominskiS
um you are cd'ing to a file, not a directory.  Of course it can't find 
the path specified.

If you are currently in CATALINA_HOME, type...

bin\startup.bat

Jake

i am at:
C:\jakarta-tomcat-5-bin-20030526 _

so I did:
C:\jakarta-tomcat-5-bin-20030526bin\startup.bat

the error message is the same

: system cannot find the path specified 

Your assistance is appreciated
Stan



Then test it:
echo %CATALINA_HOME%
It will print the value to the command window.

Then test it for accuracy:
cd %CATALINA_HOME%
That should put you in the catalina directory.


On Tuesday 27 May 2003 12:31 pm, [EMAIL PROTECTED] wrote:
Assuming CATALINA_HOME has already been set, then 4 should be:

At the command prompt I did:
C:\ set CATALINA_HOME = C:\jakarta-tomcat-5-bin-20030526

then I did :
C:\ CATALINA_HOME\bin\startup.bat

and I also tried:
C:\ %CATALINA_HONE%\bin\startup.bat

the error message both times was:
system cannot find the path specified

Thank you for your advice
Stan

4) C:\ %CATALINA_HOME%\bin\startup.bin

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 27, 2003 9:57 AM
To: [EMAIL PROTECTED]
Subject: System cannot find the path specified !


Hello Tomcat People,
 Trying to get started using Tomcat. I did:

1) C:\ set PATH = j2sdk1.4.0_03
2) C:\ set PATH = %JAVA_HOME%\bin;%PATH%
3) C:\ set JDBC_HOME = C:\oracle\jdbc\lib
4) C:\ CATALINA_HOME\bin\startup.bin

The error message says:
 system cannot find the path specified 

Your suggestions are appreciated
Stan




Re: System cannot find the path specified !

2003-05-27 Thread Jason Bainbridge
On Wed, 28 May 2003 01:46, [EMAIL PROTECTED] wrote:
 i am at:
 C:\jakarta-tomcat-5-bin-20030526

Do a DIR from there you should have bin, common,conf, logs, server, 
shared,temp,webapps,work

If not did you extract the Zip using the directory option (can't remember what 
WinZip calls it)?

If so cd into the bin directory and then try startup.bat, if that doesn't work 
do a DIR inside there and see what is listed.

Regards,
-- 
Jason Bainbridge
KDE Web Team - http://kde.org 
[EMAIL PROTECTED] 

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



Re: System cannot find the path specified !

2003-05-27 Thread DominskiS

On Wed, 28 May 2003 01:46, [EMAIL PROTECTED] wrote:
i am at:
C:\jakarta-tomcat-5-bin-20030526

Do a DIR from there you should have bin, common,conf, logs, server, 
shared,temp,webapps,work

If not did you extract the Zip using the directory option (can't remember 
what 
WinZip calls it)?

  I did extract it. The problem might be that I stopped the download of 
Tomcat
  halfway through and then restarted it. I have 2 copies of Tomcat. One with 
9 Meg and one with 61 Meg.

What to do?
Thank you for your assistance
Stan


 
 If so cd into the bin directory and then try startup.bat, if that doesn't 
 work 
 do a DIR inside there and see what is listed.
 
 Regards,
 -- 
 Jason Bainbridge
 KDE Web Team - http://kde.org 
 [EMAIL PROTECTED] 
 



Re: System cannot find the path specified !

2003-05-27 Thread John Turner
Better yet:

- CD to C:\

- type DIR /S STARTUP.BAT

- tell us what the results are (the location of startup.bat)

John

On Wed, 28 May 2003 01:55:22 +0800, Jason Bainbridge [EMAIL PROTECTED] 
wrote:

On Wed, 28 May 2003 01:46, [EMAIL PROTECTED] wrote:
i am at:
C:\jakarta-tomcat-5-bin-20030526
Do a DIR from there you should have bin, common,conf, logs, server, 
shared,temp,webapps,work

If not did you extract the Zip using the directory option (can't remember 
what WinZip calls it)?

If so cd into the bin directory and then try startup.bat, if that doesn't 
work do a DIR inside there and see what is listed.

Regards,


--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: System cannot find the path specified !

2003-05-27 Thread John Turner
Start over with a fresh copy (fresh download) of Tomcat.  I don't know of a 
Tomcat distribution that is 61 MB...that's huge.

John

On Tue, 27 May 2003 14:10:08 EDT, [EMAIL PROTECTED] wrote:

On Wed, 28 May 2003 01:46, [EMAIL PROTECTED] wrote:
i am at:
C:\jakarta-tomcat-5-bin-20030526
Do a DIR from there you should have bin, common,conf, logs, server, 
shared,temp,webapps,work

If not did you extract the Zip using the directory option (can't remember 
what WinZip calls it)?

I did extract it. The problem might be that I stopped the download of 
Tomcat
halfway through and then restarted it. I have 2 copies of Tomcat. One 
with 9 Meg and one with 61 Meg.

What to do?
Thank you for your assistance
Stan

If so cd into the bin directory and then try startup.bat, if that 
doesn't work do a DIR inside there and see what is listed.

Regards,
-- Jason Bainbridge
KDE Web Team - http://kde.org [EMAIL PROTECTED]




--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: System cannot find the path specified !

2003-05-27 Thread Jason Bainbridge
On Wed, 28 May 2003 02:10, [EMAIL PROTECTED] wrote:
   I did extract it. The problem might be that I stopped the download of
 Tomcat
   halfway through and then restarted it. I have 2 copies of Tomcat. One
 with 9 Meg and one with 61 Meg.

61mb??? Are you sure that isn't the JDK?

the jakarta-tomcat-5.0.2.zip should be 11mb or if you got the installer then 
that is 9.5mb (hmmm why's the zip bigger than the installer? isn't usually 
the other way around?).

Have a quick look at your directory structure as per my earlier email and see 
if it looks okay.

Regards,
-- 
Jason Bainbridge
KDE Web Team - http://kde.org 
[EMAIL PROTECTED] 

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



Re: System cannot find the path specified !

2003-05-27 Thread Jason Bainbridge
On Wed, 28 May 2003 02:20, John Turner wrote:
  type DIR /S STARTUP.BAT

That brings back warm and fuzzy memories from the pre windows 3.1 days, it's 
amazing all the cool things DOS can do that I've forgotten, that one will 
come in handy, thanks for reminding me. :)

Cheers,
-- 
Jason Bainbridge
KDE Web Team - http://kde.org 
[EMAIL PROTECTED] 

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



Re: System cannot find the path specified !

2003-05-27 Thread DominskiS
Better yet:

- CD to C:\

- type DIR /S STARTUP.BAT

- tell us what the results are (the location of startup.bat)

John


I did 
cd C:\

then I said
C:\dir /s startup.bat

response was
Volume in drive C has no label
volune serial number is 3E28-A856

Directory of C:\Jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5\dist\bin
12:52 AM  1,216 startup.bat


What to do now ? ?
PS I have 2 copies of Tomcat...one with 9 meg and one with 61 meg.
should I delete one ?

Thank you for your advice !
Stan



Re: System cannot find the path specified !

2003-05-27 Thread Jason Bainbridge
On Wed, 28 May 2003 02:31, [EMAIL PROTECTED] wrote:
 Directory of C:\Jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5\dist\bin

forgot about that dist sub directory... 

You either need to amend your catalina home to be 
C:\Jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5\dist or move the contents 
of that directory up a level to 
C:\Jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5 and discard the dist 
directory.

Regards,
-- 
Jason Bainbridge
KDE Web Team - http://kde.org 
[EMAIL PROTECTED] 

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



Re: System cannot find the path specified !

2003-05-27 Thread DominskiS
Start over with a fresh copy (fresh download) of Tomcat.  I don't know of a 
Tomcat distribution that is 61 MB...that's huge.

John

   I have one Tomcat that says 
   25 Meg, 61 Meg on disk
   the other copy says:
   9 Meg

 Can't I just delete one from the Windows Explorer ?
It will take a couple of hours to redownload !

Thank you for your assiatance
Stan


 On Tue, 27 May 2003 14:10:08 EDT, [EMAIL PROTECTED] wrote:
 
 
 On Wed, 28 May 2003 01:46, [EMAIL PROTECTED] wrote:
 i am at:
 C:\jakarta-tomcat-5-bin-20030526
 
 Do a DIR from there you should have bin, common,conf, logs, server, 
 shared,temp,webapps,work
 
 If not did you extract the Zip using the directory option (can't remember 
 what WinZip calls it)?
 
 I did extract it. The problem might be that I stopped the download of 
 Tomcat
 halfway through and then restarted it. I have 2 copies of Tomcat. One 
 with 9 Meg and one with 61 Meg.
 
 What to do?
 Thank you for your assistance
 Stan
 
 
 
 If so cd into the bin directory and then try startup.bat, if that 
 doesn't work do a DIR inside there and see what is listed.
 
 Regards,
 -- Jason Bainbridge
 KDE Web Team - http://kde.org [EMAIL PROTECTED]
 
 
 



Re: System cannot find the path specified !

2003-05-27 Thread DominskiS
forgot about that dist sub directory... 

You either need to amend your catalina home to be 
C:\Jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5\dist or move the contents 
of that directory up a level to 
C:\Jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5 and discard the dist 
directory.

Regards,
-- 
Jason Bainbridge


  Jason
  I changed CATALINA_HOME to be
  
C:\Jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5\dist 

I did
C:\ CATALINA_HOME\dist\bin\startup.bat

response is 
sytsem connot find the file specified

When I go to windows explorer I see that under the directory dist
bin
conf
serv
temp
work
common
logs
shared
webapps

when I go to  windows exploere and look under the bin directory I see
bootstrap
catalina
commons-launcher
digest
launcher properties
setclasspath
shutdown
startup
tool-wrapper
cpappend
digest
lauvher bootstrap
starup.sh
etc

What to do now ?
Your assistance is appreciated
Stan




Re: System cannot find the path specified !

2003-05-27 Thread John Turner
OK, we're going around in circles.

If CATALINA_HOME = C:\Jakarta-tomcat-5-bin-20030526\jakarta-tomcat- 
5\dist, then the CORRECT COMMAND is:

%CATALINA_HOME%\bin\startup.bat

Note the %, note the lack of dist because its already included in the 
value of CATALINA_HOME.

John

On Tue, 27 May 2003 14:58:54 EDT, [EMAIL PROTECTED] wrote:

Jason
 I changed CATALINA_HOME to be
 
C:\Jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5\dist  
I did
C:\ CATALINA_HOME\dist\bin\startup.bat
 
response is sytsem connot find the file specified
 
When I go to windows explorer I see that under the directory dist
bin

forgot about that dist sub directory...

You either need to amend your catalina home to be C:\Jakarta-tomcat-5- 
bin-20030526\jakarta-tomcat-5\dist or move the contents of that directory 
up a level to C:\Jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5 and 
discard the dist directory.

Regards,


--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: System cannot find the path specified !

2003-05-27 Thread DominskiS
OK, we're going around in circles.

If CATALINA_HOME = C:\Jakarta-tomcat-5-bin-20030526\jakarta-tomcat- 
5\dist, then the CORRECT COMMAND is:

%CATALINA_HOME%\bin\startup.bat

Note the %, note the lack of dist because its already included in the 
value of CATALINA_HOME.

John

Thank you very much for your assistance. This is my first day attempting to 
start
 the Tomcat. Thank you for your patience 

I understand that now dist is included in the value of CATALINA_HOME

I did
C:\ %CATALINA_HOME%\bin\startup.bat

and still get
system cannot find the path specified

Stan


Re: System cannot find the path specified !

2003-05-27 Thread Jason Bainbridge
On Wed, 28 May 2003 03:22, [EMAIL PROTECTED] wrote:
 I did
 C:\ %CATALINA_HOME%\bin\startup.bat

 and still get
 system cannot find the path specified

Lets try this the easy way... Find the file in Windows Explorer either by 
searching for it or navigating into the right directory and just double click 
on it. Hopefully that will work. :)

Also can you do a:

set CATALINA_HOME

and let us know what it returns?

-- 
Jason Bainbridge
KDE Web Team - http://kde.org 
[EMAIL PROTECTED] 

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



Re: System cannot find the path specified !

2003-05-27 Thread DominskiS

Lets try this the easy way... Find the file in Windows Explorer either by 
searching for it or navigating into the right directory and just double click 

on it. Hopefully that will work. :)

Also can you do a:

set CATALINA_HOME

and let us know what it returns?


When I go to windows explorer I see that under the directory dist
bin
conf
serv
temp
work
common
logs
shared
webapps

when I go to  windows exploere and look under the bin directory I see
bootstrap
catalina
commons-launcher
digest
launcher properties
setclasspath
shutdown
startup
tool-wrapper
cpappend
digest
lauvher bootstrap
starup.sh
etc


I did
C:\ set CATALINA_HOME and it said

CATALINA_HOME=C:\set 
CATALINA_HOME=C:\jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5\dist

CATALINA_HOME  =   C:\jakarta-tomcat-5-bin-20030526

Maybe the problem is that when I created a new one I still had the first one.

Thank you for your assistance 
Stan

ps what do I double click on in windows explorer ? 
 



Re: System cannot find the path specified !

2003-05-27 Thread John Turner
startup in the bin directory

On Tue, 27 May 2003 15:43:36 EDT, [EMAIL PROTECTED] wrote:

Lets try this the easy way... Find the file in Windows Explorer either by 
searching for it or navigating into the right directory and just double 
click

on it. Hopefully that will work. :)

Also can you do a:

set CATALINA_HOME

and let us know what it returns?

When I go to windows explorer I see that under the directory dist
bin
conf
serv
temp
work
common
logs
shared
webapps
when I go to  windows exploere and look under the bin directory I see
bootstrap
catalina
commons-launcher
digest
launcher properties
setclasspath
shutdown
startup
tool-wrapper
cpappend
digest
lauvher bootstrap
starup.sh
etc
I did
C:\ set CATALINA_HOME and it said
CATALINA_HOME=C:\set CATALINA_HOME=C:\jakarta-tomcat-5-bin- 
20030526\jakarta-tomcat-5\dist

CATALINA_HOME  =   C:\jakarta-tomcat-5-bin-20030526

Maybe the problem is that when I created a new one I still had the first 
one.

Thank you for your assistance Stan

ps what do I double click on in windows explorer ?





--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: System cannot find the path specified !

2003-05-27 Thread Jason Bainbridge
On Wed, 28 May 2003 03:43, [EMAIL PROTECTED] wrote:
 CATALINA_HOME=C:\set
 CATALINA_HOME=C:\jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5\dist

 CATALINA_HOME  =   C:\jakarta-tomcat-5-bin-20030526

 Maybe the problem is that when I created a new one I still had the first
 one.

I'd say you have a CATALINA_HOME set as a system wide environment variable and 
a user specific one, I'm not sure which will take preference.

Easiest way to fix it is to Right click on My Computer, Properties, Advanced 
tab, Environment Variables button, then find CATALINA_HOME in the top User 
Variables box, delete it, then find it in the System Variables box and make 
sure it points to the full path of the dist directory.

Regards,
-- 
Jason Bainbridge
KDE Web Team - http://kde.org 
[EMAIL PROTECTED] 

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



Re: System cannot find the path specified !

2003-05-27 Thread DominskiS
startup in the bin directory


Thank you for your assistance. It is appreciated !
I double clicked on the 'startup file in the bin directory
the error message said:
The JAVA_HOME environment variable is not defined.
the environment variable is needed to run this program
using CATALINA_BASE
 CATALINA_HOME
  CATALINA_TMPDIR..\temp
 JAVA_HOME   

Thank you for your  patience
Stan 



 On Tue, 27 May 2003 15:43:36 EDT, [EMAIL PROTECTED] wrote:
 
 
 Lets try this the easy way... Find the file in Windows Explorer either by 
 searching for it or navigating into the right directory and just double 
 click
 
 on it. Hopefully that will work. :)
 
 Also can you do a:
 
 set CATALINA_HOME
 
 and let us know what it returns?
 
 
 When I go to windows explorer I see that under the directory dist
 bin
 conf
 serv
 temp
 work
 common
 logs
 shared
 webapps
 
 when I go to  windows exploere and look under the bin directory I see
 bootstrap
 catalina
 commons-launcher
 digest
 launcher properties
 setclasspath
 shutdown
 startup
 tool-wrapper
 cpappend
 digest
 lauvher bootstrap
 starup.sh
 etc
 
 
 I did
 C:\ set CATALINA_HOMEand it said
 
 CATALINA_HOME=C:\set CATALINA_HOME=C:\jakarta-tomcat-5-bin- 
 20030526\jakarta-tomcat-5\dist
 
 CATALINA_HOME  =   C:\jakarta-tomcat-5-bin-20030526
 
 Maybe the problem is that when I created a new one I still had the first 
 one.
 
 Thank you for your assistance Stan
 
 ps what do I double click on in windows explorer ?
 
 
 
 



Re: System cannot find the path specified !

2003-05-27 Thread DominskiS


Easiest way to fix it is to Right click on My Computer, Properties, Advanced 
tab, Environment Variables button, then find CATALINA_HOME in the top User 
Variables box, delete it, then find it in the System Variables box and make 
sure it points to the full path of the dist directory.

I did not find CATALINA_HOME listed in the user variables box on the top.
 I did not see it in the System variables box either.

Thank you very much for your assistance
Stan



 Regards,
 -- 
 Jason Bainbridge



On Wed, 28 May 2003 03:43, [EMAIL PROTECTED] wrote:
CATALINA_HOME=C:\set
CATALINA_HOME=C:\jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5\dist

CATALINA_HOME  =  C:\jakarta-tomcat-5-bin-20030526

Maybe the problem is that when I created a new one I still had the first
one.

I'd say you have a CATALINA_HOME set as a system wide environment variable 
and 
a user specific one, I'm not sure which will take preference.


Re: System cannot find the path specified !

2003-05-27 Thread Jason Bainbridge
On Wed, 28 May 2003 03:56, [EMAIL PROTECTED] wrote:
 The JAVA_HOME environment variable is not defined.
 the environment variable is needed to run this program

Have you got a JDK installed? If not you need one...

Then you need to create an environment variable JAVA_HOME similar to 
CATALINA_HOME but it needs to point to your installation of the JDK, 
something like C:\j2sdk1.4.0

Regards,
-- 
Jason Bainbridge
KDE Web Team - http://kde.org 
[EMAIL PROTECTED] 

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



Re: System cannot find the path specified !

2003-05-27 Thread John Turner
Ugh.

For setting JAVA_HOME, see my HOWTO: http://www.johnturner.com/howto/winxp- 
howto.html

For setting CATALINA_HOME, see my HOWTO: 
http://www.johnturner.com/howto/winxp-howto.html

You need both.  Once both are set, reboot, then try starting Tomcat again.

John

On Tue, 27 May 2003 16:03:15 EDT, [EMAIL PROTECTED] wrote:



Easiest way to fix it is to Right click on My Computer, Properties, 
Advanced tab, Environment Variables button, then find CATALINA_HOME in 
the top User Variables box, delete it, then find it in the System 
Variables box and make sure it points to the full path of the dist 
directory.

I did not find CATALINA_HOME listed in the user variables box on the 
top.
I did not see it in the System variables box either.

Thank you very much for your assistance
Stan


Regards,
-- Jason Bainbridge


On Wed, 28 May 2003 03:43, [EMAIL PROTECTED] wrote:
CATALINA_HOME=C:\set
CATALINA_HOME=C:\jakarta-tomcat-5-bin-20030526\jakarta-tomcat-5\dist
CATALINA_HOME  =  C:\jakarta-tomcat-5-bin-20030526

Maybe the problem is that when I created a new one I still had the first
one.
I'd say you have a CATALINA_HOME set as a system wide environment 
variable and a user specific one, I'm not sure which will take 
preference.



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: System cannot find the path specified !

2003-05-27 Thread DominskiS
John,
   Your web site is a great help. I am taking time to study there now
 Thanks very much !
 Stan

 
 Ugh.
 
 For setting JAVA_HOME, see my HOWTO: http://www.johnturner.com/howto/winxp- 
 howto.html
 
 For setting CATALINA_HOME, see my HOWTO: 
 http://www.johnturner.com/howto/winxp-howto.html
 
 You need both.  Once both are set, reboot, then try starting Tomcat again.
 
 John
 



Re: System cannot find the path specified !

2003-05-27 Thread DominskiS
On Wed, 28 May 2003 03:56, [EMAIL PROTECTED] wrote:
 The JAVA_HOME environment variable is not defined.
 the environment variable is needed to run this program

Have you got a JDK installed? If not you need one...

  I have j2sdk1.4.0_03

At the command prompt I did
C:\JAVA_HOME=C:\j2sdk1.4.0_03

the response was
JAVA_HOME was not recognized as a internal or external command, operable 
program or  batch file

Thank you for your  patience
Stan




 
 Then you need to create an environment variable JAVA_HOME similar to 
 CATALINA_HOME but it needs to point to your installation of the JDK, 
 something like C:\j2sdk1.4.0
 
 Regards,
 -- 
 Jason Bainbridge
 KDE Web Team - http://kde.org 
 [EMAIL PROTECTED] 
 



RE: System cannot find the path specified !

2003-05-27 Thread Longley, Andrew
I'm sure you're past this, but the first line (line 1) is not correct.
You need to 

set PATH=c:\j2sdk1.4.0_03
 
or whatever.  (you are missing the c:)

Andrew

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2003 10:57 AM
To: [EMAIL PROTECTED]
Subject: System cannot find the path specified !

Hello Tomcat People,
   Trying to get started using Tomcat. I did:

1) C:\ set PATH = j2sdk1.4.0_03
2) C:\ set PATH = %JAVA_HOME%\bin;%PATH%
3) C:\ set JDBC_HOME = C:\oracle\jdbc\lib
4) C:\ CATALINA_HOME\bin\startup.bin

The error message says:
 system cannot find the path specified 

Your suggestions are appreciated
Stan

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