Is there something different about DOS in WindowsXP that it cannot interpret the following statement:
C:\>"%CATALINA_HOME%\bin\catalina" stop Because if I insert the value for CATALINA_HOME and remove the double quotes making the statement: C:\>C:\Tomcat40\bin\catalina stop It works.......so what is the problem with DOS in XP? Is there some added configuration that I need to do? Thanks for any help you can offer. Paul ----- Original Message ----- From: "Paul Bundick" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 20, 2001 12:11 PM Subject: Re: Problems running Tomcat4.0 under WindowsXP > %CATALINA_HOME% is set to C:\Tomcat40. > > This is where I placed the Tomcat installation. > > Paul > > > ----- Original Message ----- > From: "Rama" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > Sent: Thursday, December 20, 2001 2:24 AM > Subject: RE: Problems running Tomcat4.0 under WindowsXP > > > > what is the value of: type %CATALINA_HOME% ? > > > > > > Rama > > > > > -----Original Message----- > > > From: Paul Bundick [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, December 19, 2001 11:29 PM > > > To: [EMAIL PROTECTED] > > > Subject: Problems running Tomcat4.0 under WindowsXP > > > > > > > > > Has anyone experienced problems with the following command in > > > the shutdown.bat file: > > > > > > C:\Tomcat40\bin>"C:\Tomacat40\bin\catalina" stop > > > > > > basically, CATALINA_HOME is set to C:\Tomcat40 and once it > > > gets to this point in the shutdown.bat process (or > > > startup.bat process for that matter) it bombs because it > > > doesn't understand this string for some reason. If I execute > > > the following command: > > > > > > C:\Tomcat40\bin>catalina stop > > > > > > it runs until a point that it hits another one of these "strings". > > > > > > Any ideas? > > > > > > Thanks, > > > > > > Paul > > > > > > > > > > > > > > > > > > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
