You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Do...@aol.com on 2003/05/27 17:56:30 UTC

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 !

Posted by John Turner <to...@johnturner.com>.
Try startup.bat.  There is no startup.bin.

John

On Tue, 27 May 2003 11:56:30 EDT, <Do...@aol.com> 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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: System cannot find the path specified !

Posted by George Sexton <gs...@mhsoftware.com>.
Assuming CATALINA_HOME has already been set, then 4 should be:

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

-----Original Message-----
From: DominskiS@aol.com [mailto:DominskiS@aol.com]
Sent: Tuesday, May 27, 2003 9:57 AM
To: tomcat-user@jakarta.apache.org
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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org