Re: Tomcat window appears briefly, does not startup - Windows XP

2009-06-22 Thread Mark Thomas
Josh Gooding wrote:
> Don't know if this was already answered, but make sure you have your logging
> set for "debug" logging.  I know by default, it is not set to that.  That
> may help get you something in the logs.

That is a really bad idea. If you turn on debug logging for everything,
Tomcat will take literally hours to start.
>>>
>>> Startup.bat in CATALINA_HOME/bin runs without error, but Tomcat does not
>>> startup

>From a command prompt change to the CATALINA_HOME/bin directory and use:

catalina.bat run

to start Tomcat. Or just look in the logs directory.

Mark



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat window appears briefly, does not startup - Windows XP

2009-06-22 Thread Josh Gooding
Don't know if this was already answered, but make sure you have your logging
set for "debug" logging.  I know by default, it is not set to that.  That
may help get you something in the logs.

- Josh

2009/6/16 Martin Gainty 

>
> Tim-
>
> what do the logs say?
>
> Martin Gainty
> __
> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
>
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie
> de ceci est interdite. Ce message sert à l'information seulement et n'aura
> pas n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
>
>
>
>
> > Subject: Tomcat window appears briefly, does not startup - Windows XP
> > Date: Tue, 16 Jun 2009 18:04:31 -0400
> > From: timothy.ruc...@teradata.com
> > To: users@tomcat.apache.org
> >
> > Startup.bat in CATALINA_HOME/bin runs without error, but Tomcat does not
> > startup
> >
> > Tim Rucker
> > Professional Services Americas
> > Teradata
> > * E-Mail: timothy.ruc...@teradata.com 
> > * SMS: iPhone 
> > * Virtual Office: (614) 314-4427
> >
> >
>
> _
> Bing™  brings you maps, menus, and reviews organized in one place.   Try it
> now.
>
> http://www.bing.com/search?q=restaurants&form=MLOGEN&publ=WLHMTAG&crea=TEXT_MLOGEN_Core_tagline_local_1x1


RE: Tomcat window appears briefly, does not startup - Windows XP

2009-06-16 Thread Martin Gainty

Tim-

what do the logs say?

Martin Gainty 
__ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Subject: Tomcat window appears briefly, does not startup - Windows XP
> Date: Tue, 16 Jun 2009 18:04:31 -0400
> From: timothy.ruc...@teradata.com
> To: users@tomcat.apache.org
> 
> Startup.bat in CATALINA_HOME/bin runs without error, but Tomcat does not
> startup
> 
> Tim Rucker
> Professional Services Americas
> Teradata
> * E-Mail: timothy.ruc...@teradata.com  
> * SMS: iPhone  
> * Virtual Office: (614) 314-4427
> 
> 

_
Bing™  brings you maps, menus, and reviews organized in one place.   Try it now.
http://www.bing.com/search?q=restaurants&form=MLOGEN&publ=WLHMTAG&crea=TEXT_MLOGEN_Core_tagline_local_1x1

Re: Tomcat window appears briefly, does not startup - Windows XP

2009-06-16 Thread Filip Hanik - Dev Lists

run

CATALINA_HOME/bin/catalina.bat run

and no new window will be created

Filip


Rucker, Timothy wrote:

Startup.bat in CATALINA_HOME/bin runs without error, but Tomcat does not
startup

Tim Rucker
Professional Services Americas
Teradata
* E-Mail: timothy.ruc...@teradata.com  
* SMS: iPhone  
* Virtual Office: (614) 314-4427




  



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat window appears briefly, does not startup - Windows XP

2009-06-16 Thread Rucker, Timothy
Chuck,

Tomcat version 5.5.23

JVM version 1.5.0_19-b02

Nothing in the logs unfortunately. 

-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Tuesday, June 16, 2009 6:12 PM
To: Tomcat Users List
Subject: RE: Tomcat window appears briefly, does not startup - Windows
XP

> From: Rucker, Timothy [mailto:timothy.ruc...@teradata.com]
> Subject: Tomcat window appears briefly, does not startup - Windows XP
> 
> Startup.bat in CATALINA_HOME/bin runs without error, but Tomcat does 
> not startup

Tomcat version?

JVM version?

Anything in the logs?

Try running catalina.bat instead, after setting the environment
variables displayed by startup.bat.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat window appears briefly, does not startup - Windows XP

2009-06-16 Thread Caldarale, Charles R
> From: Rucker, Timothy [mailto:timothy.ruc...@teradata.com]
> Subject: Tomcat window appears briefly, does not startup - Windows XP
> 
> Startup.bat in CATALINA_HOME/bin runs without error, but Tomcat does
> not startup

Tomcat version?

JVM version?

Anything in the logs?

Try running catalina.bat instead, after setting the environment variables 
displayed by startup.bat.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat window appears briefly, does not startup - Windows XP

2009-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tim,

On 6/16/2009 6:04 PM, Rucker, Timothy wrote:
> Startup.bat in CATALINA_HOME/bin runs without error, but Tomcat does not
> startup

That sucks. Any idea what's wrong?

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAko4GFEACgkQ9CaO5/Lv0PAKfACffh4TuyvOvxMcbrCKkykxoNet
9BYAmgL3dopvLgqIPBiLywLMN7cxyFLq
=o4YX
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org