DO NOT REPLY [Bug 35038] - After login tomcat throws Broken Pipe.

2005-05-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35038





--- Additional Comments From [EMAIL PROTECTED]  2005-05-28 03:04 ---
(In reply to comment #2)
> Hi,
> Thanks for your valuable information. We can't update the Tomcat version. 
> Because it came along with the Product (Documentum4.i). 

It's theoretically possible to update the Connector only, but I don't know of 
anybody that has tried it in a very long time. Probably easier is to front 
your app with Apache and mod_jk.  Prior to 3.3.2, the stand-alone Connector 
isn't really suitable for production use.

> Now i want to clarify only one thing. 
> In our home page contains 5 frame set. We are facing this issue (Broken 
pipe) 
> only in the Header Frame set. Rest of the frame are displaing correctly. 
> How it is possible?
> User confirm that, she didn't press the stop button.
> Thanks,

Well, modern browsers (esp. ones from MS) can get confused when presented with 
frames and a HTTP/1.0 server.  If you disable the use of HTTP/1.1 in the 
browser, it may work better (at the expense of much worse performance on all 
other sites).

The problem is that with HTTP/1.0, the browser needs to open a new Socket 
connection to retrieve each part of the frame, and they don't like this 
anymore than your server does.  What is probably happening is that the browser 
is attempting to use the keep-alive extension to HTTP/1.0, and giving up in 
disgust when it discovers that the (now deprecated) Http10Connector doesn't 
support it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35038] - After login tomcat throws Broken Pipe.

2005-05-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35038





--- Additional Comments From [EMAIL PROTECTED]  2005-05-25 03:54 ---
The exception is simply that the browser stopped talking to Tomcat before 
Tomcat expected it to.  It's not too surprising, since frames and HTTP/1.0 
don't play well together.

The Http10Connector is currently deprecated.  You're best bet is to upgrade to 
3.3.2 and use the CoyoteConnector instead

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35038] - After login tomcat throws Broken Pipe.

2005-05-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35038





--- Additional Comments From [EMAIL PROTECTED]  2005-05-25 03:47 ---
Hi,
Thanks for your valuable information. We can't update the Tomcat version. 
Because it came along with the Product (Documentum4.i). 

Now i want to clarify only one thing. 
In our home page contains 5 frame set. We are facing this issue (Broken pipe) 
only in the Header Frame set. Rest of the frame are displaing correctly. 
How it is possible?
User confirm that, she didn't press the stop button.

Thanks,
(In reply to comment #1)
> The exception is simply that the browser stopped talking to Tomcat before 
> Tomcat expected it to.  It's not too surprising, since frames and HTTP/1.0 
> don't play well together.
> The Http10Connector is currently deprecated.  You're best bet is to upgrade 
to 
> 3.3.2 and use the CoyoteConnector instead.





-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35038] - After login tomcat throws Broken Pipe.

2005-05-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35038


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2005-05-24 19:37 ---
The exception is simply that the browser stopped talking to Tomcat before 
Tomcat expected it to.  It's not too surprising, since frames and HTTP/1.0 
don't play well together.

The Http10Connector is currently deprecated.  You're best bet is to upgrade to 
3.3.2 and use the CoyoteConnector instead.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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