Hi Richard, I my application listens on 4500 port. Tomcat is configured using AJP13 to work in association with IIS... so I guess its port is 8413 or something. So there is obviously no crash. If the other application would be listening on the same port, then I would get BindException. But i dont get any exception. Lets see. All of you guys have come up with some or the other solution. I'll try each one of them and let u all know whats happening. Thanks & Best Regards, Kaustubh. ----- Original Message ----- From: "Richard Yee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 6:30 PM Subject: Re: Tomcat Problem
> Kaustubh, > What port do you have Tomcat and/or any web servers listening on? > What port is your chat server application listening on? > You need to make sure your chat server is not using a socket that is also > being used by another program. > > I highly doubt there is a bug in the ServerSocket class because I run > Tomcat all of the time and also have applications running that open sockets > all of the time. > > -Richard > > At 05:56 PM 6/18/2002 +0530, you wrote: > >Hi, > > > >Very strange problem with Tomcat and my java chat application. > > > >Both of these block at serversocket.accept() and I have observed that many > >times, tomcat and my application just stops processing new requests. When > >you press control+c or esc(NT-tomcat), the new requests are immediately > >accepted. > > > >Is there anybody with similar experience? Surely its not about my > >application as tomcat also faces the same. > > > >Any thoughts? > > > >Regards, > >Kaustubh > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
