Re: mod_jk: plus-character causes %-encoding problems

2010-01-15 Thread Tero Karttunen
- (or at least reality-) compliant. :-) I will let you know whether it solves the problem. Tero Karttunen - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: mod_jk: plus-character causes %-encoding problems

2010-01-14 Thread Tero Karttunen
); } if (config.containsKey(url)) { return config.get(url); } throw new UnknownUrlException (url); } What do you think? Is my approach valid? Am I somehow abusing URLCodec? Should the request be (partially) decoded in some other way? Best Regards, Tero

Re: mod_jk: plus-character causes %-encoding problems

2010-01-14 Thread Tero Karttunen
for pointing this out! Tero Karttunen - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: mod_jk: plus-character causes %-encoding problems

2010-01-13 Thread Tero Karttunen
in encoded format. Does anyone have any ideas or hints? Thanks for help! Tero Karttunen - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

mod_jk: plus-character causes %-encoding problems

2010-01-11 Thread Tero Karttunen
:8082/contextroot/subcontext/sites/one%2Bone%3Cthree? Best Regards, Tero Karttunen - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Feedback on Tomcat Client Deployer

2009-12-08 Thread Tero Karttunen
this feedback, because so far the support for application deployment has not been as extensive as the rest of your software. Best Regards, Tero Karttunen - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

mod_jk: How to configure separate failover for different JkMounts?

2009-11-23 Thread Tero Karttunen
BACKGROUND INFORMATION: I have used mod_jk to configure Apache to work as a load balancer for two Tomcat server instances. To these Tomcat instances, I have deployed two Web Applications, ts_core_virtual_repository and pum. These Web Applications are actually simple servlets that DO NOT use J2EE