DO NOT REPLY [Bug 27884] - mod_jk2 making multiple requests when client cancels the load of the page

2004-12-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27884.
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=27884


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 OS/Version||All
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-12-14 01:36 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/



-- 
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 27884] - mod_jk2 making multiple requests when client cancels the load of the page

2004-03-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27884.
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=27884

mod_jk2 making multiple requests when client cancels the load of the page





--- Additional Comments From [EMAIL PROTECTED]  2004-03-29 08:31 ---
Well I suspect that detection on user abort may not works fully in lb mode.

I'll check if it's the case in Apache 2 also.

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



DO NOT REPLY [Bug 27884] - mod_jk2 making multiple requests when client cancels the load of the page

2004-03-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27884.
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=27884

mod_jk2 making multiple requests when client cancels the load of the page





--- Additional Comments From [EMAIL PROTECTED]  2004-03-30 04:11 ---
Thanks for checking Henri. I doubt if it is the lb entries though. I tried with 
the following configuration too, without a lb entry but still have the same 
error. Mod_jk does not have this problem - 
worker2.properties:

[shm]
file=E:/pr/logs/jk2.shm
size=1048576

[channel.socket:localhost:8009]
port=8009
host=127.0.0.1


[uri:/scripts/Test]
worker=ajp13:localhost:8009

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



DO NOT REPLY [Bug 27884] - mod_jk2 making multiple requests when client cancels the load of the page

2004-03-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27884.
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=27884

mod_jk2 making multiple requests when client cancels the load of the page





--- Additional Comments From [EMAIL PROTECTED]  2004-03-30 06:02 ---
Good information.

The problem is to simulate what your doing, ie stop a request
to start a new one.

BTW, I could only test on Apache 2, no IIS here

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



DO NOT REPLY [Bug 27884] - mod_jk2 making multiple requests when client cancels the load of the page

2004-03-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27884.
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=27884

mod_jk2 making multiple requests when client cancels the load of the page

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2004-03-26 22:58 ---
Henri, 
I tried with version 2.0.4 and it too has the exact same bug. Essentially when 
I don't allow a page to load(by escaping the load, or by clicking on another 
link) mod_jk2 tends to make a duplicate request to the tomcat engine.
This could be because of my configuration, that is why I am including the 
relevant configuration entries too here:

worker2.properties:

[shm]
file=E:/pr/logs/jk2.shm
size=1048576

[channel.socket:localhost:8009]
port=8009
host=127.0.0.1
lbfactor=1

[channel.socket:localhost:8010]
port=8010
host=127.0.0.1
lbfactor=1

[ajp13:localhost:8009]
channel=channel.socket:localhost:8009

[ajp13:localhost:8010]
channel=channel.socket:localhost:8010

[lb:localhost]
worker=ajp13:localhost:8009
worker=ajp13:localhost:8010

[uri:/scripts/Test]
group=lb:localhost


Can you please check to see what the issue is here.

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



DO NOT REPLY [Bug 27884] - mod_jk2 making multiple requests when client cancels the load of the page

2004-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27884.
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=27884

mod_jk2 making multiple requests when client cancels the load of the page





--- Additional Comments From [EMAIL PROTECTED]  2004-03-24 08:48 ---
Which version of jk2 ?

Take a look at the latest in CVS which will be tagged 2.0.4 today

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



DO NOT REPLY [Bug 27884] - mod_jk2 making multiple requests when client cancels the load of the page

2004-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27884.
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=27884

mod_jk2 making multiple requests when client cancels the load of the page





--- Additional Comments From [EMAIL PROTECTED]  2004-03-24 14:19 ---
I am using the release version 2.0.2 right now. Is there a binary version of 
2.04 that I can download from someplace. I can test out if this fixes this 
issue. From what I have seen of the 2.0.2 code, I felt that the following line 
has an issue:

jk_worker_ajp13.c:

#define JK_RETRIES 2


static int JK_METHOD
jk2_worker_ajp13_forwardStream(jk_env_t *env, jk_worker_t *worker,
  jk_ws_service_t *s,
  jk_endpoint_t   *e )
{
int err=JK_OK;
int attempt;
int has_post_body=JK_FALSE;
jk_channel_t *channel= worker-channel;

e-recoverable = JK_TRUE;
s-is_recoverable_error = JK_TRUE;

/*
 * Try to send the request on a valid endpoint. If one endpoint
 * fails, close the channel and try again ( maybe tomcat was restarted )
 *
 * XXX JK_RETRIES could be replaced by the number of workers in
 * a load-balancing configuration
 */
for(attempt = 0 ; attempt  JK_RETRIES ;attempt++) {

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



DO NOT REPLY [Bug 27884] - mod_jk2 making multiple requests when client cancels the load of the page

2004-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27884.
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=27884

mod_jk2 making multiple requests when client cancels the load of the page

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-03-24 14:26 ---
Thanks to check against latest JK 2.0.4 (tagged today), tarball in few hours 
and reopen if needed

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