  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | startup dosent work anymore since updated on xp! | startup dosent work anymore since updated on xp! 2004-02-20 - By Martin Gainty
Back Bonjour Francois: On the one hand you are using CALL as if you are synchronously executing a BATch file but you are passing "START" parameter I thought CALL and START were mutually exclusive ?!?!? http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechn ol/winxppro/proddocs/call.asp quoi penser? Marty Gainty -- -- Original Message -- -- From: "FRANCOIS Dufour" <francoisdufour@(protected)> To: <tomcat-user@(protected)> Sent: Friday, February 20, 2004 10:22 AM Subject: Re: startup dosent work anymore since updated on xp!
> > well its look like this > > > > @(protected) off > if "%OS%" == "Windows_NT" setlocal > rem > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ - > rem Start script for the CATALINA Server > rem > rem $Id: startup.bat,v 1.3.4.2 2002/01/30 18:10:40 patrickl Exp $ > rem > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ - > > rem Guess CATALINA_HOME if not defined > if not "%CATALINA_HOME%" == "" goto gotHome > set CATALINA_HOME=. > if exist "%CATALINA_HOME%\bin\catalina.bat" goto okHome > set CATALINA_HOME=.. > :gotHome > if exist "%CATALINA_HOME%\bin\catalina.bat" goto okHome > echo The CATALINA_HOME environment variable is not defined correctly > echo This environment variable is needed to run this program > goto end > :okHome > > set EXECUTABLE=%CATALINA_HOME%\bin\catalina.bat > > rem Check that target executable exists > if exist "%EXECUTABLE%" goto okExec > echo Cannot find %EXECUTABLE% > echo This file is needed to run this program > goto end > :okExec > > rem Get remaining unshifted command line arguments and save them in the > set CMD_LINE_ARGS= > :setArgs > if ""%1""=="""" goto doneSetArgs > set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1 > shift > goto setArgs > :doneSetArgs > > call "%EXECUTABLE%" start %CMD_LINE_ARGS% > > :end > > > > > francoisdufour@(protected) > administrateur http://entre-nous.qc.tc > > > > > > >From: "SMaric" <stefan.maric@(protected)> > >Reply-To: "Tomcat Users List" <tomcat-user@(protected)> > >To: tomcat-user@(protected) > >Subject: Re: startup dosent work anymore since updated on xp! > >Date: Fri, 20 Feb 2004 13:12:10 -0000 > > > >Try opening the bat file using Notepad > >If you see some 'un-printable' chars, then you need to > >close the file > >open it in wordpad > >save it > >close it > > > >If this is the problem > >You will need to do this for several of the bat files throughout the tomcat > >directory tree > > > >use Explorer to search for *.bat & work your way through each one > > > > > > > > > >"FRANCOIS Dufour" <francoisdufour@(protected)> wrote in message > >news:Law9-F94n4YbfbKDBl100013ab1@(protected) > > > hi to all > > > sombody could help mee whit that? > > > > > > i cant use the startup.bat since updated is there a way to fix that > > > even after reinstalling it? > > > ive maded myself shortcut to start it by there and to shut it down by > > > shutdown.bat > > > dosent work anymore > > > is it a bug? > > > but the shortcut from program files still work seem strange! > > > > > > thanks for your precious time > > > > > > francoisdufour@(protected) > > > administrateur http://entre-nous.qc.tc > > > > > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ > > > MSN Messenger : discutez en direct avec vos amis ! > > > http://messenger.fr.msn.ca/ > > > > > > > > > >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > >To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) > >For additional commands, e-mail: tomcat-user-help@(protected) > > > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ > MSN Search, le moteur de recherche qui pense comme vous ! > http://fr.ca.search.msn.com/ > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) > For additional commands, e-mail: tomcat-user-help@(protected) > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|
 |