RE: patch: mod_jk load balance algorithm that accounts for current worker load

2005-08-06 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to 
assisting you in anyway possible. In order to assist you in the most 
efficient and timely manner, all email correspondence must be submitted 
through our online email form. To locate our online email form, we ask 
that you visit our Help Desk at Customer Support at 
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online 
Store Information. Then, choose the subject that will address your 
question and send us an email through our online email form.  

We apologize for any inconvenience this may cause you.  

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


mod_jk developers:

We have been using mod_jk for some time, (1.2.8, 1.2.10, and now
1.2.14), with Apache 2.0.50, Tomcat 5.5.9, under fedora (2.4.22
kernel).  We have 6 tomcats as balanced workers, and we're using
lb.method=[R]equest.

When load testing our tomcats individually, they can handle about 10
requests per second.  Our application is completely parallel, nothing
is shared (no database).  However, when we test against the load
balancer, it starts out okay, but degrades to about 12 to 16 requests
per second overall.  It should be getting somewhere between 50 and 60
requests per second (6 servers * 10 requests per second each).  With
mod_jk 1.2.14 we were able to check the (very helpful) jkstatus page,
and we noticed that the Busy column was very high for the lagging
server, yet mod_jk kept giving it more requests, while other servers
were sitting with 0 Busy.  We tried both optimistic and pessimistic
locking modes; pessimistic may have been slightly better but it was
hard to say.

We added a simple load balancing algorithm (to common/jk_lb_worker.c)
that takes into account the busyness of each worker and its
lbfactor, and picks the worker with the lowest current load.  It
ignores the Load Balancer Value.  This simple algorithm improved our
test from 12-16 requests per second to 60+ requests per second, and
watching the jkstatus page showed that all servers were kept evenly
busy.  If one particular server slowed down, its Busy value increased,
so it received fewer requests.

We'd like to submit our patch to mod_jk.  We've added a new
workers.properties lb.method option -- lb.method=B for Busyness, and
updated the jkstatus display page accordingly.  I wanted to get any
feedback or suggestions from the mailing list before submitting the
patch to bugzilla.  Thanks,

Chris Lamprecht

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


This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution 
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.  

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



RE: RE: patch: mod_jk load balance algorithm that accounts for current worker load

2005-08-06 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to 
assisting you in anyway possible. In order to assist you in the most 
efficient and timely manner, all email correspondence must be submitted 
through our online email form. To locate our online email form, we ask 
that you visit our Help Desk at Customer Support at 
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online 
Store Information. Then, choose the subject that will address your 
question and send us an email through our online email form.  

We apologize for any inconvenience this may cause you.  

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to 
assisting you in anyway possible. In order to assist you in the most 
efficient and timely manner, all email correspondence must be submitted 
through our online email form. To locate our online email form, we ask 
that you visit our Help Desk at Customer Support at 
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online 
Store Information. Then, choose the subject that will address your 
question and send us an email through our online email form.  

We apologize for any inconvenience this may cause you.  

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


mod_jk developers:

We have been using mod_jk for some time, (1.2.8, 1.2.10, and now
1.2.14), with Apache 2.0.50, Tomcat 5.5.9, under fedora (2.4.22
kernel).  We have 6 tomcats as balanced workers, and we're using
lb.method=[R]equest.

When load testing our tomcats individually, they can handle about 10
requests per second.  Our application is completely parallel, nothing
is shared (no database).  However, when we test against the load
balancer, it starts out okay, but degrades to about 12 to 16 requests
per second overall.  It should be getting somewhere between 50 and 60
requests per second (6 servers * 10 requests per second each).  With
mod_jk 1.2.14 we were able to check the (very helpful) jkstatus page,
and we noticed that the Busy column was very high for the lagging
server, yet mod_jk kept giving it more requests, while other servers
were sitting with 0 Busy.  We tried both optimistic and pessimistic
locking modes; pessimistic may have been slightly better but it was
hard to say.

We added a simple load balancing algorithm (to common/jk_lb_worker.c)
that takes into account the busyness of each worker and its
lbfactor, and picks the worker with the lowest current load.  It
ignores the Load Balancer Value.  This simple algorithm improved our
test from 12-16 requests per second to 60+ requests per second, and
watching the jkstatus page showed that all servers were kept evenly
busy.  If one particular server slowed down, its Busy value increased,
so it received fewer requests.

We'd like to submit our patch to mod_jk.  We've added a new
workers.properties lb.method option -- lb.method=B for Busyness, and
updated the jkstatus display page accordingly.  I wanted to get any
feedback or suggestions from the mailing list before submitting the
patch to bugzilla.  Thanks,

Chris Lamprecht

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


This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution 
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.  

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


This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution 
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.  

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



RE: RE: RE: patch: mod_jk load balance algorithm that accounts for current worker load

2005-08-06 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to 
assisting you in anyway possible. In order to assist you in the most 
efficient and timely manner, all email correspondence must be submitted 
through our online email form. To locate our online email form, we ask 
that you visit our Help Desk at Customer Support at 
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online 
Store Information. Then, choose the subject that will address your 
question and send us an email through our online email form.  

We apologize for any inconvenience this may cause you.  

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to 
assisting you in anyway possible. In order to assist you in the most 
efficient and timely manner, all email correspondence must be submitted 
through our online email form. To locate our online email form, we ask 
that you visit our Help Desk at Customer Support at 
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online 
Store Information. Then, choose the subject that will address your 
question and send us an email through our online email form.  

We apologize for any inconvenience this may cause you.  

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to 
assisting you in anyway possible. In order to assist you in the most 
efficient and timely manner, all email correspondence must be submitted 
through our online email form. To locate our online email form, we ask 
that you visit our Help Desk at Customer Support at 
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online 
Store Information. Then, choose the subject that will address your 
question and send us an email through our online email form.  

We apologize for any inconvenience this may cause you.  

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


mod_jk developers:

We have been using mod_jk for some time, (1.2.8, 1.2.10, and now
1.2.14), with Apache 2.0.50, Tomcat 5.5.9, under fedora (2.4.22
kernel).  We have 6 tomcats as balanced workers, and we're using
lb.method=[R]equest.

When load testing our tomcats individually, they can handle about 10
requests per second.  Our application is completely parallel, nothing
is shared (no database).  However, when we test against the load
balancer, it starts out okay, but degrades to about 12 to 16 requests
per second overall.  It should be getting somewhere between 50 and 60
requests per second (6 servers * 10 requests per second each).  With
mod_jk 1.2.14 we were able to check the (very helpful) jkstatus page,
and we noticed that the Busy column was very high for the lagging
server, yet mod_jk kept giving it more requests, while other servers
were sitting with 0 Busy.  We tried both optimistic and pessimistic
locking modes; pessimistic may have been slightly better but it was
hard to say.

We added a simple load balancing algorithm (to common/jk_lb_worker.c)
that takes into account the busyness of each worker and its
lbfactor, and picks the worker with the lowest current load.  It
ignores the Load Balancer Value.  This simple algorithm improved our
test from 12-16 requests per second to 60+ requests per second, and
watching the jkstatus page showed that all servers were kept evenly
busy.  If one particular server slowed down, its Busy value increased,
so it received fewer requests.

We'd like to submit our patch to mod_jk.  We've added a new
workers.properties lb.method option -- lb.method=B for Busyness, and
updated the jkstatus display page accordingly.  I wanted to get any
feedback or suggestions from the mailing list before submitting the
patch to bugzilla.  Thanks,

Chris Lamprecht

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


This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution 
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.  

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


This message, including any

RE: RE: RE: RE: patch: mod_jk load balance algorithm that accounts for current worker load

2005-08-06 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to 
assisting you in anyway possible. In order to assist you in the most 
efficient and timely manner, all email correspondence must be submitted 
through our online email form. To locate our online email form, we ask 
that you visit our Help Desk at Customer Support at 
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online 
Store Information. Then, choose the subject that will address your 
question and send us an email through our online email form.  

We apologize for any inconvenience this may cause you.  

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to 
assisting you in anyway possible. In order to assist you in the most 
efficient and timely manner, all email correspondence must be submitted 
through our online email form. To locate our online email form, we ask 
that you visit our Help Desk at Customer Support at 
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online 
Store Information. Then, choose the subject that will address your 
question and send us an email through our online email form.  

We apologize for any inconvenience this may cause you.  

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to 
assisting you in anyway possible. In order to assist you in the most 
efficient and timely manner, all email correspondence must be submitted 
through our online email form. To locate our online email form, we ask 
that you visit our Help Desk at Customer Support at 
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online 
Store Information. Then, choose the subject that will address your 
question and send us an email through our online email form.  

We apologize for any inconvenience this may cause you.  

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to 
assisting you in anyway possible. In order to assist you in the most 
efficient and timely manner, all email correspondence must be submitted 
through our online email form. To locate our online email form, we ask 
that you visit our Help Desk at Customer Support at 
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online 
Store Information. Then, choose the subject that will address your 
question and send us an email through our online email form.  

We apologize for any inconvenience this may cause you.  

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


mod_jk developers:

We have been using mod_jk for some time, (1.2.8, 1.2.10, and now
1.2.14), with Apache 2.0.50, Tomcat 5.5.9, under fedora (2.4.22
kernel).  We have 6 tomcats as balanced workers, and we're using
lb.method=[R]equest.

When load testing our tomcats individually, they can handle about 10
requests per second.  Our application is completely parallel, nothing
is shared (no database).  However, when we test against the load
balancer, it starts out okay, but degrades to about 12 to 16 requests
per second overall.  It should be getting somewhere between 50 and 60
requests per second (6 servers * 10 requests per second each).  With
mod_jk 1.2.14 we were able to check the (very helpful) jkstatus page,
and we noticed that the Busy column was very high for the lagging
server, yet mod_jk kept giving it more requests, while other servers
were sitting with 0 Busy.  We tried both optimistic and pessimistic
locking modes; pessimistic may have been slightly better but it was
hard to say.

We added a simple load balancing algorithm (to common/jk_lb_worker.c)
that takes into account the busyness of each worker and its
lbfactor, and picks the worker with the lowest current load.  It
ignores the Load Balancer Value.  This simple algorithm improved our
test from 12-16 requests per second to 60+ requests per second, and
watching the jkstatus page showed that all servers were kept evenly
busy.  If one particular server slowed down, its Busy value increased,
so it received fewer requests.

We'd like to submit our patch to mod_jk.  We've added a new
workers.properties lb.method option -- lb.method=B for Busyness, and
updated the jkstatus display page accordingly.  I wanted to get any
feedback or suggestions from the mailing list before submitting the
patch to bugzilla.  Thanks,

Chris

RE: RE: DO NOT REPLY [Bug 35901] - jk 1.2.14 - Worker stop action does not hold

2005-08-05 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,
Thank you for contacting Customer Support at www.ballystore.com.
Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.
We apologize for any inconvenience this may cause you.
Sincerely,
Customer Support at www.ballystore.com
Original Message Follows:

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=35901.
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=35901
[EMAIL PROTECTED] changed:
   What|Removed |Added



   Severity|major   |critical
--
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]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.

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



RE: RE: RE: DO NOT REPLY [Bug 35901] - jk 1.2.14 - Worker stop action does not hold

2005-08-05 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,
Thank you for contacting Customer Support at www.ballystore.com.
Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.
We apologize for any inconvenience this may cause you.
Sincerely,
Customer Support at www.ballystore.com
Original Message Follows:

Dear Valued Customer,
Thank you for contacting Customer Support at www.ballystore.com.
Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.
We apologize for any inconvenience this may cause you.
Sincerely,
Customer Support at www.ballystore.com
Original Message Follows:

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=35901.
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=35901
[EMAIL PROTECTED] changed:
   What|Removed |Added



   Severity|major   |critical
--
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]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.

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



RE: DO NOT REPLY [Bug 35901] - jk 1.2.14 - Worker stop action does not hold

2005-08-05 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


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=35901.
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=35901





--- Additional Comments From [EMAIL PROTECTED]  2005-08-05
22:07
---
Created an attachment (id=15927)
 --
(http://issues.apache.org/bugzilla/attachment.cgi?id=15927action=view)
workers.properties


--
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]


This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.

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



RE: RE: DO NOT REPLY [Bug 35901] - jk 1.2.14 - Worker stop action does not hold

2005-08-05 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,
Thank you for contacting Customer Support at www.ballystore.com.
Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.
We apologize for any inconvenience this may cause you.
Sincerely,
Customer Support at www.ballystore.com
Original Message Follows:

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=35901.
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=35901
--- Additional Comments From [EMAIL PROTECTED]  2005-08-05
22:07
---
Created an attachment (id=15927)
 --
(http://issues.apache.org/bugzilla/attachment.cgi?id=15927action=view)
workers.properties
--
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]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.

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



RE: RE: RE: DO NOT REPLY [Bug 35901] - jk 1.2.14 - Worker stop action does not hold

2005-08-05 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,
Thank you for contacting Customer Support at www.ballystore.com.
Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.
We apologize for any inconvenience this may cause you.
Sincerely,
Customer Support at www.ballystore.com
Original Message Follows:

Dear Valued Customer,
Thank you for contacting Customer Support at www.ballystore.com.
Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.
We apologize for any inconvenience this may cause you.
Sincerely,
Customer Support at www.ballystore.com
Original Message Follows:

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=35901.
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=35901
--- Additional Comments From [EMAIL PROTECTED]  2005-08-05
22:07
---
Created an attachment (id=15927)
 --
(http://issues.apache.org/bugzilla/attachment.cgi?id=15927action=view)
workers.properties
--
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]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.

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



RE: DO NOT REPLY [Bug 36055] New: - HTTPS connection does not workwithout sslProtocol attribute

2005-08-05 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


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=36055.
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=36055

   Summary: HTTPS connection does not work without sslProtocol
attribute
   Product: Tomcat 5
   Version: 5.5.9
  Platform: Other
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Connector:HTTP
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


With Tomcat 5.0 this worked:

Connector port=443 scheme=https secure=true
   keystoreFile=MY_KEYSTORE_FILE
   keystorePass=MY_KEYSTORE_PASSWORD /

In 5.5.9, it does not work (requests hang) unless I add:

sslProtocol=TLS

Debugging the code, it looks like the problem is that the secure flag
does
not
get set in the Http11Protcol object unless sslProtocol is present
because
setting the secure flag calls the setter in Connector, not in
Http11Protcol.

I saw that the setter for sslProtocol in Http11Protocol calls
setSecure(true)
as do a few other setters.

--
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]


This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.

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



RE: RE: DO NOT REPLY [Bug 36055] New: - HTTPS connection does not workwithout sslProtocol attribute

2005-08-05 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,
Thank you for contacting Customer Support at www.ballystore.com.
Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.
We apologize for any inconvenience this may cause you.
Sincerely,
Customer Support at www.ballystore.com
Original Message Follows:

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=36055.
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=36055
   Summary: HTTPS connection does not work without sslProtocol
attribute
   Product: Tomcat 5
   Version: 5.5.9
  Platform: Other
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Connector:HTTP
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]
With Tomcat 5.0 this worked:
Connector port=443 scheme=https secure=true
   keystoreFile=MY_KEYSTORE_FILE
   keystorePass=MY_KEYSTORE_PASSWORD /
In 5.5.9, it does not work (requests hang) unless I add:
sslProtocol=TLS
Debugging the code, it looks like the problem is that the secure flag
does
not
get set in the Http11Protcol object unless sslProtocol is present
because
setting the secure flag calls the setter in Connector, not in
Http11Protcol.
I saw that the setter for sslProtocol in Http11Protocol calls
setSecure(true)
as do a few other setters.
--
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]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.

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



RE: RE: RE: DO NOT REPLY [Bug 36055] New: - HTTPS connection does not workwithout sslProtocol attribute

2005-08-05 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,
Thank you for contacting Customer Support at www.ballystore.com.
Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.
We apologize for any inconvenience this may cause you.
Sincerely,
Customer Support at www.ballystore.com
Original Message Follows:

Dear Valued Customer,
Thank you for contacting Customer Support at www.ballystore.com.
Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.
We apologize for any inconvenience this may cause you.
Sincerely,
Customer Support at www.ballystore.com
Original Message Follows:

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=36055.
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=36055
   Summary: HTTPS connection does not work without sslProtocol
attribute
   Product: Tomcat 5
   Version: 5.5.9
  Platform: Other
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Connector:HTTP
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]
With Tomcat 5.0 this worked:
Connector port=443 scheme=https secure=true
   keystoreFile=MY_KEYSTORE_FILE
   keystorePass=MY_KEYSTORE_PASSWORD /
In 5.5.9, it does not work (requests hang) unless I add:
sslProtocol=TLS
Debugging the code, it looks like the problem is that the secure flag
does
not
get set in the Http11Protcol object unless sslProtocol is present
because
setting the secure flag calls the setter in Connector, not in
Http11Protcol.
I saw that the setter for sslProtocol in Http11Protocol calls
setSecure(true)
as do a few other setters.
--
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]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you

RE: DO NOT REPLY [Bug 35033] - response.encodeURL() needs additional Permissions

2005-08-05 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


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=35033.
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=35033


[EMAIL PROTECTED] changed:

   What|Removed |Added



 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-08-06
06:26 ---
This is fixed in the CVS, and will appear in 5.5.11.

--
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]


This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.

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



RE: RE: DO NOT REPLY [Bug 35033] - response.encodeURL() needs additional Permissions

2005-08-05 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,
Thank you for contacting Customer Support at www.ballystore.com.
Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.
We apologize for any inconvenience this may cause you.
Sincerely,
Customer Support at www.ballystore.com
Original Message Follows:

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=35033.
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=35033
[EMAIL PROTECTED] changed:
   What|Removed |Added



 Status|NEW |RESOLVED
 Resolution||FIXED
--- Additional Comments From [EMAIL PROTECTED]  2005-08-06
06:26 ---
This is fixed in the CVS, and will appear in 5.5.11.
--
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]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.

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



RE: RE: RE: DO NOT REPLY [Bug 35033] - response.encodeURL() needs additional Permissions

2005-08-05 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Dear Valued Customer,
Thank you for contacting Customer Support at www.ballystore.com.
Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.
We apologize for any inconvenience this may cause you.
Sincerely,
Customer Support at www.ballystore.com
Original Message Follows:

Dear Valued Customer,
Thank you for contacting Customer Support at www.ballystore.com.
Your questions and concerns are important to us and we are dedicated to
assisting you in anyway possible. In order to assist you in the most
efficient and timely manner, all email correspondence must be submitted
through our online email form. To locate our online email form, we ask
that you visit our Help Desk at Customer Support at
www.ballystore.com/helpdesk  and choose FAQ/Contact Us under Online
Store Information. Then, choose the subject that will address your
question and send us an email through our online email form.
We apologize for any inconvenience this may cause you.
Sincerely,
Customer Support at www.ballystore.com
Original Message Follows:

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=35033.
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=35033
[EMAIL PROTECTED] changed:
   What|Removed |Added



 Status|NEW |RESOLVED
 Resolution||FIXED
--- Additional Comments From [EMAIL PROTECTED]  2005-08-06
06:26 ---
This is fixed in the CVS, and will appear in 5.5.11.
--
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]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This message, including any attachments, is solely for the use of the
intended recipient(s) and may contain confidential and/or privileged
information.  Any unauthorized review, use, disclosure or distribution
of
this communication is expressly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy any and
all
copies of the original message. Thank you

RE: RE: Source for Tomcat.exe

2004-05-27 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

In an effort to increase the effectiveness of customer communication, we
recently modified our customer support e-mail addresses, and our system
is unable to accept the e-mail you sent us.

Please visit our online Customer Support at www.ballystore.com/helpdesk
for answers to questions about your order. If you are unable to find the
answers you need, you may contact one of our Customer Service
Representatives through our online e-mail form, also found in the Help 
Area of our website.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:



Check the Jakarta-commons/daemon package or...


http://cvs.apache.org/viewcvs.cgi/jakarta-commons/daemon/src/native/nt/p
rocr
un/

MT.

 -Original Message-
 From: George Sexton [mailto:[EMAIL PROTECTED]
 Sent: 27. svibanj 2004 16:51
 To: 'Tomcat Developers List'
 Subject: RE: Source for Tomcat.exe

 My bust. I mean tomcat5.exe

 -Original Message-
 From: George Sexton [mailto:[EMAIL PROTECTED]
 Sent: Thursday, May 27, 2004 8:39 AM
 To: [EMAIL PROTECTED]
 Subject: Source for Tomcat.exe


 Can someone tell me where to find the source for Tomcat.EXE? There
seem
 to be some issues in it relating to StartParams and StopParams.

 George Sexton
 MH Software, Inc.
 Voice: 303 438 9585
 http://www.mhsoftware.com



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


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


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



RE: JK2 2.0.5?

2004-05-14 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

In an effort to increase the effectiveness of customer communication, we
recently modified our customer support e-mail addresses, and our system
is unable to accept the e-mail you sent us.

Please visit our online Customer Support at www.ballystore.com/helpdesk
for answers to questions about your order. If you are unable to find the
answers you need, you may contact one of our Customer Service
Representatives through our online e-mail form, also found in the Help 
Area of our website.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


Hi,

How about releasing JK2 2.0.5?

There was some fixes from Norm and the IIS bug resolved dealing with
upload.

Henri, are you willing to roll that again?

MT.


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



RE: RE: JK2 2.0.5?

2004-05-14 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

In an effort to increase the effectiveness of customer communication, we
recently modified our customer support e-mail addresses, and our system
is unable to accept the e-mail you sent us.

Please visit our online Customer Support at www.ballystore.com/helpdesk
for answers to questions about your order. If you are unable to find the
answers you need, you may contact one of our Customer Service
Representatives through our online e-mail form, also found in the Help 
Area of our website.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:




 -Original Message-
 From: Andy Armstrong

  Is it only or 5.x or it can be used for Domino 6 too?

 It should be fine with all Domino versions but I haven't tested
against
 6. I can find out from the 'extensive' user community whether any of
 them have.


It seems to me that the 6.0 is quite different then 5.x, and IMO it
would be
great if someone could confirm that (either it works or not on 6.x).

  How about making a binary release?

 I've been tending to make the binary releases here:
http://free.tagish.net/domino-tomcat/index.jsp

 which seems to suit the people who use it. I have to confess I haven't
 bothered to find out where on the jakarta.apache.org would be the
 appropriate place for a binary release or what might be involved.
Anyone?


Well, you are a committer, just sign the binaries and upload them to the
Jakarta site.

MT.


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



RE: Re: information

2004-05-12 Thread Customer Support at www.ballystore.com
Dear Valued Customer,

Thank you for contacting Customer Support at www.ballystore.com.

In an effort to increase the effectiveness of customer communication, we
recently modified our customer support e-mail addresses, and our system
is unable to accept the e-mail you sent us.

Please visit our online Customer Support at www.ballystore.com/helpdesk
for answers to questions about your order. If you are unable to find the
answers you need, you may contact one of our Customer Service
Representatives through our online e-mail form, also found in the Help 
Area of our website.

We apologize for any inconvenience this may cause you.

Sincerely,

Customer Support at www.ballystore.com





Original Message Follows:


gonna?



[ Attachment 1.2Type: application/x-zip-compressed]
[ Attachment 1.3Type: text/plain]


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