While installing tomcat in a windows98 system,
These are the lines i entered in autoexec.bat.
set JAVA_HOME=c:\;
set path=c:\software\jakarta-tomcat-3.2.1\bin;
set TOMCAT_HOME=c:\software\jakarta-tomcat-3.2.1\lib\tools.jar;"%TOMCAT_HOME%";
set TOMCAT_HOME=c:\software\jakarta-tomcat-3.2.1\lib\servlet.jar;
if i give startup in c:\software\jakarta-tomcat-3.2.1\bin;
iam getting an error message saying that,
"bad command or file name"
Udayan Naik<BR>Sun Certified Programmer for the Java 2 Platform
Kar Stephen David<BR>Senior Consultant <BR>Endimyon Systems Inc. <BR>Oakland, CA <BR>Tel: (510) 563-0000 <BR>Mobile 510-333-5733 <BR>Web: <A HREF="http://www.esicom.com" TARGET=_blank rel="nofollow">http://www.esicom.com</A> <BR>Email: [email protected] <P>
Kar Stephen David<BR>Senior Consultant <BR>Endimyon Systems Inc. <BR>Oakland, CA <BR>Tel: (510) 563-0000 <BR>Mobile 510-333-5733 <BR>Web: <A HREF="http://www.esicom.com" TARGET=_blank rel="nofollow">http://www.esicom.com</A> <BR>Email: [email protected] <P>
Originally posted by rekha adapa:
I did right click on startup.bat and do edit,the notepad is showing the folllowing.
what is this?
@echo off
rem $Id: startup.bat,v 1.7.4.1 2000/09/04 21:18:05 larryi Exp $
rem Startup batch file for tomcat servner.
rem This batch file written and tested under Windows NT
rem Improvements to this file are welcome
if not "%TOMCAT_HOME%" == "" goto start
SET TOMCAT_HOME=.
if exist "%TOMCAT_HOME%\bin\tomcat.bat" goto start
SET TOMCAT_HOME=..
if exist "%TOMCAT_HOME%\bin\tomcat.bat" goto start
SET TOMCAT_HOME=
echo Unable to determine the value of TOMCAT_HOME.
goto eof
:start
call "%TOMCAT_HOME%\bin\tomcat" start %1 %2 %3 %4 %5 %6 %7 %8 %9
:eof
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81