|:(

. On our NT machine Tomcat has been installed on disk D, and TOMCAT_HOME is set as
following :
TOMCAT_HOME=d:\jakarta-tomcat

. the file d:\jakarta-tomcat\bin\tomcat.bat contains these lines :

@echo off
rem A batch file to start/stop tomcat server.
.
.
rem Set up the CLASSPATH that we need
set cp=%CLASSPATH%

set CLASSPATH=.
set CLASSPATH=%TOMCAT_HOME%\classes

set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\webserver.jar
set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\jasper.jar
set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\xml.jar
set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\servlet_2_2.jar
set CLASSPATH=%CLASSPATH%;%JAVA_HOME%\lib\tools.jar
if "%cp%" == "" goto next
rem else
set CLASSPATH=%CLASSPATH%;%cp%
.
.

. we call startup.bat under d:\jakarta-tomcat\bin   (he call tomcat.bat)

Hope this can help you.

Sylvie.



"V.T.R.Ravi Kumar" a écrit :

> tried after putting the servlet.jar in jdk1.3.1/jre/lib/ext/
> but encounter the same message ....
>
> V.T.R. RAVI KUMAR.,
> ============================================================
> ITX,HEEP,Bharat Heavy Electricals Limited (BHEL),
> Hardwar, Uttraanchal (UA),INDIA . PIN CODE - 249 403.
> ============================================================
> An Apple Falling on his head set Newton thinking, but
> The Story might had been different had it been a coconut.
> ============================================================
>         \\|//                           http://hwr08/web/VTR
>         |o o|
>         | ^ |
>           =
>
> On Thu, 15 Feb 2001, PALLUEL Sylvie wrote:
>
> VTR =>>Hi,
> VTR =>>Just put the file Servlet.jar in your directory
> VTR =>>        jdk1.x\jre\lib\ext
> VTR =>>and you must be able to go on.
> VTR =>>
> VTR =>>Bye.
> VTR =>>Sylvie.
> VTR =>>
> VTR =>>
> VTR =>>
> VTR =>>"V.T.R.Ravi Kumar" a écrit :
> VTR =>>
> VTR =>>> thanx for ur suggestion
> VTR =>>>
> VTR =>>> Now although i am not getting the out of enviroment problem
> VTR =>>>
> VTR =>>> I am getting the following error message
> VTR =>>> Unable to locate servlet.jar. Check the value of TOMCAT_HOME
> VTR =>>>
> VTR =>>> I have given the path of the servlet.jar in the classpath
> VTR =>>> ie.,
> VTR =>>> set Classpath=.;c:\progra~1\apache~1\jakarta-tomcat\lib\servlet.jar;
> VTR =>>>
> VTR =>>> and also in the
> VTR =>>> set TOMCAT_HOME=
> VTR =>>>
> VTR =>>> Unable to determine what the problem might be.....
> VTR =>>>
> VTR =>>> V.T.R. RAVI KUMAR.,
> VTR =>>> ============================================================
> VTR =>>> ITX,HEEP,Bharat Heavy Electricals Limited (BHEL),
> VTR =>>> Hardwar, Uttraanchal (UA),INDIA . PIN CODE - 249 403.
> VTR =>>> ============================================================
> VTR =>>> An Apple Falling on his head set Newton thinking, but
> VTR =>>> The Story might had been different had it been a coconut.
> VTR =>>> ============================================================
> VTR =>>>         \\|//                           http://hwr08/web/VTR
> VTR =>>>         |o o|
> VTR =>>>         | ^ |
> VTR =>>>           =
> VTR =>>>
> VTR =>>> ___________________________________________________________________________
> VTR =>>> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> VTR =>>> of the message "signoff SERVLET-INTEREST".
> VTR =>>>
> VTR =>>> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> VTR =>>> Resources: http://java.sun.com/products/servlet/external-resources.html
> VTR =>>> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> VTR =>>
> VTR =>>___________________________________________________________________________
> VTR =>>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> VTR =>>of the message "signoff SERVLET-INTEREST".
> VTR =>>
> VTR =>>Archives: http://archives.java.sun.com/archives/servlet-interest.html
> VTR =>>Resources: http://java.sun.com/products/servlet/external-resources.html
> VTR =>>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> VTR =>>
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to