Re: [us...@httpd] how do I redirect wsdl calls to local disk

2009-02-17 Thread Krist van Besien
On Mon, Feb 16, 2009 at 6:19 PM, Jones Scott - sjones scott.jo...@acxiom.com wrote: I am using apache in our DMZ. It is using mod_jk to redirect all calls to JBoss 4.0.2 I need to redirect the product/1.0?wsdl requests to stay on the apache server. Why do you need that? A wsdl is

RE: [us...@httpd] how do I redirect wsdl calls to local disk

2009-02-17 Thread Jones Scott - sjones
on the apache server. This is until we can upgrade or get a patch -Original Message- From: Krist van Besien [mailto:krist.vanbes...@gmail.com] Sent: Tuesday, February 17, 2009 5:12 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] how do I redirect wsdl calls to local disk On Mon

RE: [us...@httpd] how do I redirect wsdl calls to local disk

2009-02-17 Thread Jones Scott - sjones
is to have the WSDLs static on the apache server. This is until we can upgrade or get a patch -Original Message- From: Krist van Besien [mailto:krist.vanbes...@gmail.com] Sent: Tuesday, February 17, 2009 5:12 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] how do I redirect wsdl calls

Re: [us...@httpd] how do I redirect wsdl calls to local disk

2009-02-17 Thread Karel Kubat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott, On Feb 17, 2009, at 3:22 PM, Jones Scott - sjones wrote: But I can't seem to get a rewrite rule that will work. Thus, I posted this note for some help [...] I am trying to bypass an error on the JBoss server. There is an error that

Re: [us...@httpd] how do I redirect wsdl calls to local disk

2009-02-17 Thread Krist van Besien
On Tue, Feb 17, 2009 at 3:22 PM, Jones Scott - sjones scott.jo...@acxiom.com wrote: But I can't seem to get a rewrite rule that will work. Thus, I posted this note for some help RewriteRules only work on the URL, not on the query string. if you also want to match the query string you need to

[us...@httpd] how do I redirect wsdl calls to local disk

2009-02-16 Thread Jones Scott - sjones
I am using apache in our DMZ. It is using mod_jk to redirect all calls to JBoss 4.0.2 I need to redirect the product/1.0?wsdl requests to stay on the apache server. What is the best approach to do this *** The