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]

Reply via email to