Windows freeze...

2003-10-28 Thread Leo Larraquy
Hi people, I`ve got a really simple question but a can`t solve on my own.
On Windows, when an applicacion throws an Exception, for the first time, Tomcat 
freezes, until I hit the keyboard or I do something on the DOS console that appears 
when Tomcat starts up.
But it doesn`t happen on Linux! I`ve been told that Windows losses control on that new 
window, and it can`t print the stackTrace, or even a System.out, until you do 
something to activate that window again. 
Is there some way to solve this?? 
Thanks in advance. 
Leonardo Lopez.




Re: Windows freeze...

2003-10-28 Thread Christopher Schultz
Leo,

On Windows, when an applicacion throws an Exception, for the first
time, Tomcat freezes, until I hit the keyboard or I do something on
the DOS console that appears when Tomcat starts up.
I've had this problem before. It turns out that in some DOS windows,
when you click on them, they suspend the console output because the
mouse is in selection mode.
Pressing enter gives you miles of queued-up output. It's like turning 
on scroll lock on a real console.

Just try not to click *inside* the DOS box when you switch to it. 
Instead, head for the title bar, of better yet, ignore your mouse and 
use ALT-TAB :)

-chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Windows freeze...

2003-10-28 Thread Justin Ruthenbeck
At 12:37 PM 10/28/2003, you wrote:
Leo,

On Windows, when an applicacion throws an Exception, for the first
time, Tomcat freezes, until I hit the keyboard or I do something on
the DOS console that appears when Tomcat starts up.
I've had this problem before. It turns out that in some DOS windows,
when you click on them, they suspend the console output because the
mouse is in selection mode.
Pressing enter gives you miles of queued-up output. It's like turning 
on scroll lock on a real console.

Just try not to click *inside* the DOS box when you switch to it. 
Instead, head for the title bar, of better yet, ignore your mouse and 
use ALT-TAB :)
You can also turn off the click inside dos-box freezes output feature 
by turning *off* QuickEdit Mode in your dos-box properties 
settings.  Before I figured this out, I spun many cycles running back and 
forth between servers to investigate these hanging complaints.

justin 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Windows freeze...

2003-10-28 Thread Leo Larraquy
Could you recomend me any Windows version to avoid this?
Is there some way to send the output of the console to a file?? if not, is
it possible to always click enter in that console so as to left the
selection-mode unselected??
I`m asking you this because I`ve got no problem on doing this in my
company/work place.
But I`m thinking about this situation, that is likely posible, server is
restarted, the user clicks to start Tomcat , how can I advise him not to
click that window???
Excuse me about not beeing happy with your response, I understand that your
not the person who made Tomcat, but I really can`t understand why Linux
doesn`t have these problem and Windows does.

Thanks.

- Original Message -
From: Christopher Schultz [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 5:37 PM
Subject: Re: Windows freeze...


 Leo,

  On Windows, when an applicacion throws an Exception, for the first
  time, Tomcat freezes, until I hit the keyboard or I do something on
  the DOS console that appears when Tomcat starts up.

 I've had this problem before. It turns out that in some DOS windows,
 when you click on them, they suspend the console output because the
 mouse is in selection mode.

 Pressing enter gives you miles of queued-up output. It's like turning
 on scroll lock on a real console.

 Just try not to click *inside* the DOS box when you switch to it.
 Instead, head for the title bar, of better yet, ignore your mouse and
 use ALT-TAB :)

 -chris


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Windows freeze...

2003-10-28 Thread Erik Wright
Leo Larraquy wrote:

Excuse me about not beeing happy with your response, I understand that your
not the person who made Tomcat, but I really can`t understand why Linux
doesn`t have these problem and Windows does.
 

It's a problem with Windows and has nothing to do with Tomcat. More 
specifically, it's a problem with the DOS terminal program. The reason 
it doesn't happen on linux is because linux has better terminal 
emulators than windows.

Anyway, why run a production server in a console? Shouldn't you have it 
installed as a service?

Erik

--
http://www.spectacle.ca/
The New Online Source for Live Music in Montreal
.::514.286.1699::.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Windows freeze...

2003-10-28 Thread Leo Larraquy
I guess thats a fine answer
- Original Message - 
From: Christopher Schultz [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 5:37 PM
Subject: Re: Windows freeze...


 Leo,
 
  On Windows, when an applicacion throws an Exception, for the first
  time, Tomcat freezes, until I hit the keyboard or I do something on
  the DOS console that appears when Tomcat starts up.
 
 I've had this problem before. It turns out that in some DOS windows,
 when you click on them, they suspend the console output because the
 mouse is in selection mode.
 
 Pressing enter gives you miles of queued-up output. It's like turning 
 on scroll lock on a real console.
 
 Just try not to click *inside* the DOS box when you switch to it. 
 Instead, head for the title bar, of better yet, ignore your mouse and 
 use ALT-TAB :)
 
 -chris
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Windows freeze...

2003-10-28 Thread Leo Larraquy
I`ve never done that, that`s the a fine way to avoid the problem,  could you
tell me how to do it?

Thanks
- Original Message -
From: Erik Wright [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 6:48 PM
Subject: Re: Windows freeze...


 Leo Larraquy wrote:

 Excuse me about not beeing happy with your response, I understand that
your
 not the person who made Tomcat, but I really can`t understand why Linux
 doesn`t have these problem and Windows does.
 
 
 It's a problem with Windows and has nothing to do with Tomcat. More
 specifically, it's a problem with the DOS terminal program. The reason
 it doesn't happen on linux is because linux has better terminal
 emulators than windows.

 Anyway, why run a production server in a console? Shouldn't you have it
 installed as a service?

 Erik

 --
 http://www.spectacle.ca/
 The New Online Source for Live Music in Montreal
 .::514.286.1699::.



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Windows freeze...

2003-10-28 Thread Erik Wright
I run my production server on Linux so I've never bothered to try, but a 
quick google search shows:

http://www.mattkelli.com/tech/tomcat/ntservice.htm

and

http://web.bvu.edu/staff/david/tcservcfg/

-e

Leo Larraquy wrote:

I`ve never done that, that`s the a fine way to avoid the problem,  could you
tell me how to do it?
 

It's a problem with Windows and has nothing to do with Tomcat. More
specifically, it's a problem with the DOS terminal program. The reason
it doesn't happen on linux is because linux has better terminal
emulators than windows.
Anyway, why run a production server in a console? Shouldn't you have it
installed as a service?
Erik

--
http://www.spectacle.ca/
The New Online Source for Live Music in Montreal
.::514.286.1699::.
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Windows freeze...

2003-10-28 Thread Dov Rosenberg
Fdisk
Install linux


:)


On 10/28/03 2:25 PM, Leo Larraquy [EMAIL PROTECTED] wrote:

 Hi people, I`ve got a really simple question but a can`t solve on my own.
 On Windows, when an applicacion throws an Exception, for the first time,
 Tomcat freezes, until I hit the keyboard or I do something on the DOS console
 that appears when Tomcat starts up.
 But it doesn`t happen on Linux! I`ve been told that Windows losses control on
 that new window, and it can`t print the stackTrace, or even a System.out,
 until you do something to activate that window again.
 Is there some way to solve this??
 Thanks in advance.
 Leonardo Lopez.
 
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Windows freeze...

2003-10-28 Thread Justin Ruthenbeck
At 01:03 PM 10/28/2003, you wrote:
Could you recomend me any Windows version to avoid this?
Is there some way to send the output of the console to a file?? if not, is
it possible to always click enter in that console so as to left the
selection-mode unselected??
Turn off QuickEdit in your DOS Console window -- it will make output 
always appear in the console and you won't see this freezing 
problem.  Simple.  See the previous message for how to do it.

Cheers,
justin
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Windows freeze...

2003-10-28 Thread Leo Larraquy
It ´s a good idea, and  but my client is Microsoft-mind-ahead
- Original Message -
From: Dov Rosenberg [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 7:22 PM
Subject: Re: Windows freeze...


 Fdisk
 Install linux


 :)


 On 10/28/03 2:25 PM, Leo Larraquy [EMAIL PROTECTED] wrote:

  Hi people, I`ve got a really simple question but a can`t solve on my
own.
  On Windows, when an applicacion throws an Exception, for the first time,
  Tomcat freezes, until I hit the keyboard or I do something on the DOS
console
  that appears when Tomcat starts up.
  But it doesn`t happen on Linux! I`ve been told that Windows losses
control on
  that new window, and it can`t print the stackTrace, or even a
System.out,
  until you do something to activate that window again.
  Is there some way to solve this??
  Thanks in advance.
  Leonardo Lopez.
 
 
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Windows freeze...

2003-10-28 Thread Filip Hanik
run tomcat as a service
- Original Message -
From: Leo Larraquy [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 2:50 PM
Subject: Re: Windows freeze...


It ´s a good idea, and  but my client is Microsoft-mind-ahead
- Original Message -
From: Dov Rosenberg [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 7:22 PM
Subject: Re: Windows freeze...


 Fdisk
 Install linux


 :)


 On 10/28/03 2:25 PM, Leo Larraquy [EMAIL PROTECTED] wrote:

  Hi people, I`ve got a really simple question but a can`t solve on my
own.
  On Windows, when an applicacion throws an Exception, for the first time,
  Tomcat freezes, until I hit the keyboard or I do something on the DOS
console
  that appears when Tomcat starts up.
  But it doesn`t happen on Linux! I`ve been told that Windows losses
control on
  that new window, and it can`t print the stackTrace, or even a
System.out,
  until you do something to activate that window again.
  Is there some way to solve this??
  Thanks in advance.
  Leonardo Lopez.
 
 
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Windows freeze...

2003-10-28 Thread Kwok Peng Tuck
Run as service instead :D

Leo Larraquy wrote:

It ´s a good idea, and  but my client is Microsoft-mind-ahead
- Original Message -
From: Dov Rosenberg [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 7:22 PM
Subject: Re: Windows freeze...
 

Fdisk
Install linux
:)

On 10/28/03 2:25 PM, Leo Larraquy [EMAIL PROTECTED] wrote:

   

Hi people, I`ve got a really simple question but a can`t solve on my
 

own.
 

On Windows, when an applicacion throws an Exception, for the first time,
Tomcat freezes, until I hit the keyboard or I do something on the DOS
 

console
 

that appears when Tomcat starts up.
But it doesn`t happen on Linux! I`ve been told that Windows losses
 

control on
 

that new window, and it can`t print the stackTrace, or even a
 

System.out,
 

until you do something to activate that window again.
Is there some way to solve this??
Thanks in advance.
Leonardo Lopez.


 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]