As was mentioned earlier, your problem is probably due to you clicking the console.
 
Basically, you are pausing the terminal window.  Microsoft added this functionality in case you wanted to copy from the console. 
 
If you highlight some text, then hit enter, it is copied to the clipboard. 
Or you can just hit enter.
Processing will then resume.
 
Good luck!!!

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://struts-atlanta.open-tools.org

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of kaustubh
Sent: Tuesday, June 18, 2002 8:39 AM
To: [EMAIL PROTECTED]
Subject: Re : Tomcat Problem

yeah...thanks for the suggestions...
The environment is
Win NT 4.0, IIS , Tomcat 4.0 & JDK 1.3
Here is what I do....
I have an applet in my site.....
This applet connectes to my ChatServer (Pure Java class) while the other pages are served by IIS + Tomcat integrated together.
I start my chatserver from command prompt.
Sometimes it just happens that both, Tomcat & My application, stop responding....
If I have started both of them from the command prompt....I have to press ctrl+c or ctrl+break
and then the rest of the communication is started.
We dont get any exception or error.......
I have also tried setSoTimeout() for serversocket, but it simply does not work...
Is there anything else I might have forgotten or is it just a bug in the ServerSocket class??
Thanks & Regards,
Kaustubh.

Reply via email to