Re: routing urls with non-ascii characters

2007-08-13 Thread Stefan Podkowinski
Just found out that this is probably rather a mod_jk/tomcat issue. Just for the archive: I had to change +ForwardURICompat to +ForwardURICompatUnparsed in my mod_jk apache settings (debian and gentoo use the first one as default). Afterwards mod_jk will forward uris to tomcat fully encoded and

Re: How to use servlet connector?

2007-08-13 Thread Alex
Hi, How would I chase when both the constructor and the createRoot method of Application subclass have been called but any of Resource counterparts? Suppose Application would only be executed once but Resource would be executed once per client request. Now, 404 not found is resulted. The

Re: How to use servlet connector?

2007-08-13 Thread Thierry Boileau
Hello Alex, if you are facing some odd problems with uri routing, please feel free to send us some sample cases. best regards, Thierry Boileau On 8/13/07, Alex [EMAIL PROTECTED] wrote: Hi, How would I chase when both the constructor and the createRoot method of Application subclass have