Hi All, just joined in. Sorry I missed the original post, so I'm replying to the reply...
> > From: Galina K [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, February 14, 2002 2:31 AM > > To: [EMAIL PROTECTED] > > Subject: Can't shut down Tomcat-4.0 > > > > > > Hi, > > I was able to start the Tomcat-4.0 ( it looked different from > > tomcat-3.2.1, maybe it's normal ). > > When I try to shutdown, it does not and I'm getting this: > > > > C:\jakarta-tomcat-4.0\bin>shutdown > > Using CATALINA_BASE: .. > > Using CATALINA_HOME: .. > > Using CLASSPATH: ..\bin\bootstrap.jar;C:jdk1.3\lib\tools.jar > > Using JAVA_HOME: C:jdk1.3 > > Bad command or file name > > C:\jakarta-tomcat-4.0\bin> > > > > It does find "shutdown.bat" but then tells "bad command or file > name" > > > > What am I doing wrong? You have your JAVA_HOME environment variable set incorrectly. Look closely, it should be "C:\jdk1.3" I guess, but you have "C:jdk1.3". The bad command or file name is coming from the shutdown or startup bat file trying to run the "java" command. If you type "%JAVA_HOME%\bin\java" in the dos shell you will see that you cannot find it. Just edit your environment variable "JAVA_HOME" and you should be right. bfn Christo. -- Chris Mountford Web Engineer [EMAIL PROTECTED] Think Internet Consulting http://think.net.au/ -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
