mod_rewrite pass rewrited URL to mod_jk how ?

2004-10-02 Thread Antony Paul
Hi ,
   I want Apache to rewrite the URL's before passing it to Tomcat. It
is rewriting the URL(from rewrite_log) but when passed to Tomcat it is
sending original URL ?. I want to pass the rewritten URL. How to
achieve this ?.

Using Apache 1.3.29
Tomcat 4.1.30
mo_jk(JK) AJP13 connector.

setting JkOptions +ForwardURICompat or JkOptions
+ForwardURICompatUnparsed  are of no use.

rgds
Antony Paul

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



Re: mod_rewrite pass rewrited URL to mod_jk how ?

2004-10-02 Thread Mark Lowe
You can rewrite urls as you would without jk .. JK only cares about 
urls that match the mounts typically /*.jsp, /servlet/*,  /*.do or 
/*.jsf

Mark
On 2 Oct 2004, at 11:36, Antony Paul wrote:
Hi ,
   I want Apache to rewrite the URL's before passing it to Tomcat. It
is rewriting the URL(from rewrite_log) but when passed to Tomcat it is
sending original URL ?. I want to pass the rewritten URL. How to
achieve this ?.
Using Apache 1.3.29
Tomcat 4.1.30
mo_jk(JK) AJP13 connector.
setting JkOptions +ForwardURICompat or JkOptions
+ForwardURICompatUnparsed  are of no use.
rgds
Antony Paul
-
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: mod_rewrite pass rewrited URL to mod_jk how ?

2004-10-02 Thread Antony Paul
Using PT flag only helped me to pass the relevant request to Tomcat. I
found it at
http://helma.org/docs/howtos/mod_jk/.

rgds
Antony Paul


On Sat, 2 Oct 2004 13:57:35 +0200, Mark Lowe [EMAIL PROTECTED] wrote:
 You can rewrite urls as you would without jk .. JK only cares about
 urls that match the mounts typically /*.jsp, /servlet/*,  /*.do or
 /*.jsf
 
 Mark
 
 
 
 On 2 Oct 2004, at 11:36, Antony Paul wrote:
 
  Hi ,
 I want Apache to rewrite the URL's before passing it to Tomcat. It
  is rewriting the URL(from rewrite_log) but when passed to Tomcat it is
  sending original URL ?. I want to pass the rewritten URL. How to
  achieve this ?.
 
  Using Apache 1.3.29
  Tomcat 4.1.30
  mo_jk(JK) AJP13 connector.
 
  setting JkOptions +ForwardURICompat or JkOptions
  +ForwardURICompatUnparsed  are of no use.
 
  rgds
  Antony Paul
 
  -
  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]