Java Mailing List Archive

http://www.junlu.com/

Google
Google
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
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
startup dosent work anymore since updated on xp!

startup dosent work anymore since updated on xp!

2004-02-20       - By Martin Gainty

 Back
Reply:     1     2     3     4  

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)




©2008 junlu.com - Jax Systems, LLC, U.S.A.