You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "kuma.cra" <ku...@ntlworld.com> on 2001/12/28 15:08:47 UTC

Please can someone post an example of there Environment setup 4 tomcat 4

I have deleted the previous install of tomcat 3.2.3
I have installed tomcat 4 . Thus in my environment set-up i have the
following
Tomact unarchived and resides in C:\jakarta-tomcat-4.0.1

rem set %CATALINA_HOME%\bin\startup

set CATALINA_HOME=C:\jakarta-tomcat-4.0.1
set ANT_HOME=C:\ant\jakarta-ant-1.3
set classpath=%ANT_HOME%\lib\ant.jar
set PATH=%PATH%;%ANT_HOME%\bin
set JAVA_HOME=C:\JDK1.3

Thus on running /DOUBLE-CLICK the script STARTUP get a Bad command or
file name"on my Windows 98 Box.
I have tiried various combo paths to no avail example below

set TOMCAT_HOME=C:\jakarta-tomcat-4.0.1
set classpath=%TOMCAT_HOME%\bin
set PATH=%PATH%;%TOMCAT_HOME%\bin
set JAVE_HOME=C:\JDK1.3

Also tried and checked the three most common / likely reasons in the
userguide .
Nevertheless i assume it is my path any suggestions or can someone post
an example of there Win98 Environment variable in Autoexec.bat

Cheers Chuck Amadi



Re: Please can someone post an example of there Environment setup 4 tomcat 4- Sorted Now

Posted by Chuck Amadi <ch...@breconbeacons.org>.
Geoffrey Mroz wrote:

>If I understood you right:
>
>The STARTUP script is in the C:\jakarta-tomcat-4.0.1\bin directory.
>
>If you are not directly in the \bin directory when you run it, you will need
>to include C:\jakarta-tomcat-4.0.1\bin somewhere in your path.
>
>Hope that helps.
>
>-- Geoff
>
>-----Original Message-----
>From: kuma.cra [mailto:kuma.cra@ntlworld.com]
>Sent: Friday, December 28, 2001 9:09 AM
>To: Struts Users Mailing List
>Subject: Please can someone post an example of there Environment setup 4
>tomcat 4
>
>
>I have deleted the previous install of tomcat 3.2.3
>I have installed tomcat 4 . Thus in my environment set-up i have the
>following
>Tomact unarchived and resides in C:\jakarta-tomcat-4.0.1
>
>rem set %CATALINA_HOME%\bin\startup
>
>set CATALINA_HOME=C:\jakarta-tomcat-4.0.1
>set ANT_HOME=C:\ant\jakarta-ant-1.3
>set classpath=%ANT_HOME%\lib\ant.jar
>set PATH=%PATH%;%ANT_HOME%\bin
>set JAVA_HOME=C:\JDK1.3
>
>Thus on running /DOUBLE-CLICK the script STARTUP get a Bad command or
>file name"on my Windows 98 Box.
>I have tiried various combo paths to no avail example below
>
>set TOMCAT_HOME=C:\jakarta-tomcat-4.0.1
>set classpath=%TOMCAT_HOME%\bin
>set PATH=%PATH%;%TOMCAT_HOME%\bin
>set JAVE_HOME=C:\JDK1.3
>
>Also tried and checked the three most common / likely reasons in the
>userguide .
>Nevertheless i assume it is my path any suggestions or can someone post
>an example of there Win98 Environment variable in Autoexec.bat
>
>Cheers Chuck Amadi
>
>Cheers 4 your reply i will try that when i get home .
>
         Nevertheles on my Win 98 Works Station i (rem the previous set 
paths in envirnment variables ) and just had
         set CATALINA_HOME=C:\ jakarta-tomcat-4.0.1
         set JAVA_HOME=C:\JDK1.3

>Thus works fine .
>
Thank Chuck Amadi
IT Systems Programmer

>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Please can someone post an example of there Environment setup 4 tomcat 4

Posted by "kuma.cra" <ku...@ntlworld.com>.
I am in the bin\directory when i run it.

Geoffrey Mroz wrote:

> If I understood you right:
>
> The STARTUP script is in the C:\jakarta-tomcat-4.0.1\bin directory.
>
> If you are not directly in the \bin directory when you run it, you will need
> to include C:\jakarta-tomcat-4.0.1\bin somewhere in your path.
>
> Hope that helps.
>
> -- Geoff
>
> -----Original Message-----
> From: kuma.cra [mailto:kuma.cra@ntlworld.com]
> Sent: Friday, December 28, 2001 9:09 AM
> To: Struts Users Mailing List
> Subject: Please can someone post an example of there Environment setup 4
> tomcat 4
>
> I have deleted the previous install of tomcat 3.2.3
> I have installed tomcat 4 . Thus in my environment set-up i have the
> following
> Tomact unarchived and resides in C:\jakarta-tomcat-4.0.1
>
> rem set %CATALINA_HOME%\bin\startup
>
> set CATALINA_HOME=C:\jakarta-tomcat-4.0.1
> set ANT_HOME=C:\ant\jakarta-ant-1.3
> set classpath=%ANT_HOME%\lib\ant.jar
> set PATH=%PATH%;%ANT_HOME%\bin
> set JAVA_HOME=C:\JDK1.3
>
> Thus on running /DOUBLE-CLICK the script STARTUP get a Bad command or
> file name"on my Windows 98 Box.
> I have tiried various combo paths to no avail example below
>
> set TOMCAT_HOME=C:\jakarta-tomcat-4.0.1
> set classpath=%TOMCAT_HOME%\bin
> set PATH=%PATH%;%TOMCAT_HOME%\bin
> set JAVE_HOME=C:\JDK1.3
>
> Also tried and checked the three most common / likely reasons in the
> userguide .
> Nevertheless i assume it is my path any suggestions or can someone post
> an example of there Win98 Environment variable in Autoexec.bat
>
> Cheers Chuck Amadi
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Please can someone post an example of there Environment setup 4 tomcat 4

Posted by Geoffrey Mroz <gm...@bravepoint.com>.
If I understood you right:

The STARTUP script is in the C:\jakarta-tomcat-4.0.1\bin directory.

If you are not directly in the \bin directory when you run it, you will need
to include C:\jakarta-tomcat-4.0.1\bin somewhere in your path.

Hope that helps.

-- Geoff

-----Original Message-----
From: kuma.cra [mailto:kuma.cra@ntlworld.com]
Sent: Friday, December 28, 2001 9:09 AM
To: Struts Users Mailing List
Subject: Please can someone post an example of there Environment setup 4
tomcat 4


I have deleted the previous install of tomcat 3.2.3
I have installed tomcat 4 . Thus in my environment set-up i have the
following
Tomact unarchived and resides in C:\jakarta-tomcat-4.0.1

rem set %CATALINA_HOME%\bin\startup

set CATALINA_HOME=C:\jakarta-tomcat-4.0.1
set ANT_HOME=C:\ant\jakarta-ant-1.3
set classpath=%ANT_HOME%\lib\ant.jar
set PATH=%PATH%;%ANT_HOME%\bin
set JAVA_HOME=C:\JDK1.3

Thus on running /DOUBLE-CLICK the script STARTUP get a Bad command or
file name"on my Windows 98 Box.
I have tiried various combo paths to no avail example below

set TOMCAT_HOME=C:\jakarta-tomcat-4.0.1
set classpath=%TOMCAT_HOME%\bin
set PATH=%PATH%;%TOMCAT_HOME%\bin
set JAVE_HOME=C:\JDK1.3

Also tried and checked the three most common / likely reasons in the
userguide .
Nevertheless i assume it is my path any suggestions or can someone post
an example of there Win98 Environment variable in Autoexec.bat

Cheers Chuck Amadi




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>