|
Home > Archive > WebSphere Application Server > February 2004 > Broken Pipe Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| mdkhaliq 2004-02-15, 4:46 pm |
| Hi, I am getting Broken Pipe Error repeatedly. How can I avoid this error. We are using the struts framework also.
Thanks | |
| Johan newsgroup user 2004-02-15, 6:33 pm |
| You cant, and it isnt an error. The user just decided to cancel his
request for the resource in question.
mdkhaliq wrote:
> Hi, I am getting Broken Pipe Error repeatedly. How can I avoid this
> error. We are using the struts framework also.
>
> Thanks
>
>
> mdkhaliq
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message124255.html
>
>
| |
| mdkhaliq 2004-02-15, 7:11 pm |
| quote: Originally posted by Johan newsgroup user
You cant, and it isnt an error. The user just decided to cancel his
request for the resource in question.
mdkhaliq wrote:
> Hi, I am getting Broken Pipe Error repeatedly. How can I avoid this
> error. We are using the struts framework also.
>
> Thanks
>
>
> mdkhaliq
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message124255.html
>
>
Will this message appear if the user accidentally submit the action twice or submit the other action while the previous request is on the process. Is there any way I could control this from Server side or from Struts. Is there any way I could stop the user from using Back button, Stop button from the browser.
Thanks for your reply. | |
| Johan newsgroup user 2004-02-15, 11:33 pm |
| > Will this message appear if the user accidentally submit the action
> twice or submit the other action while the previous request is on the
> process. Is there any way I could control this from Server side or from
> Struts. Is there any way I could stop the user from using Back button,
> Stop button from the browser.
>
> Thanks for your reply.
Struts has something called transaction tokens for dealing with this,
this link: http://husted.com/struts/tips/014.html says something about it.
| |
|
|
|
|
|