Tomcat stops after client abort

2008-03-18 Thread ratul banerjee
Tomcat stops after client browser in cancelled midway when it is loading.

The localhost.log gives :

ClientAbortException:  java.net.SocketException: Connection reset by peer:
socket write error


Re: Tomcat stops after client abort

2008-03-18 Thread ratul banerjee
Hi Peter,

Could not find anything close to that
To add something more,this is happening in case of client browser that is
requesting a big download and midway during the search the client browser is
closed.


On 3/18/08, Peter Crowther [EMAIL PROTECTED] wrote:

  From: ratul banerjee [mailto:[EMAIL PROTECTED]
  Tomcat stops after client browser in cancelled midway when it
  is loading.

 That sounds like the webapp you're running does something inappropriate
 when it gets an exception.  Check it for nasties like System.Exit() calls.

  The localhost.log gives :
 
  ClientAbortException:  java.net.SocketException: Connection
  reset by peer:
  socket write error

 ... which is what you'd expect when the socket is closed.

 Tomcat deals with these exceptions correctly.  I've seen plenty of them
 over time, in many versions of Tomcat - they're expected.  I have never seen
 Tomcat stop after one, which is why I think your application developer has
 left an exit call in some exception handling code somewhere.

- Peter

 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Tomcat stops after client abort

2008-03-18 Thread ratul banerjee
Is the download static content, or is it generated?  If it's generated,
what's the code that generates it?

The download content is generated.
It is generated through the ARS Mid-Tier.

Also... could you give us some more details on OS, Tomcat version, whether
it's standalone or fronted by Apache httpd or IIS?

The OS  is Windows 2003 Server.
Tomcat version is 5.5.23...Standalone



 - Show quoted text -

   - Peter

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



On 3/18/08, Peter Crowther [EMAIL PROTECTED] wrote:

  From: ratul banerjee [mailto:[EMAIL PROTECTED]
  Could not find anything close to that

 OK.

  To add something more,this is happening in case of client
  browser that is
  requesting a big download and midway during the search the
  client browser is closed.

 Is the download static content, or is it generated?  If it's generated,
 what's the code that generates it?

 Also... could you give us some more details on OS, Tomcat version, whether
 it's standalone or fronted by Apache httpd or IIS?

- Peter

 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread ratul banerjee
You probably have to set web alias...

On 3/18/08, Murat Birben [EMAIL PROTECTED] wrote:

 Hi,

 My server OS is centos and I've apache 2.2 and tomcat6 installed on my
 machine. I can display my php pages as abc.xyz.com and display my jsp
 pages
 on LAN as abc.xyz.com:8080/asd but my jsp pages cannot be display from out
 of my LAN. What may be the problem?

 My second question is, I want to display my jsp pages as abc.xyz.com. How
 can I do that?

 Regards,

 --
 Murat BIRBEN