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
>
>

Reply via email to