Hi everybody,

sorry, if this question hits the mailing list "tomcat users" twice.
I already sent this mail on Monday, but apparently there were problems
with the mailing list system and I confirmed my registration only today.

As for my problem: I learned, that a solution would be the application
of JkMount or JkUnmount per virtual host. BUT unfortunately, this
does work only for Jk1 and not for Jk2, which I´m using.

So any help in conjunction with the use of Jk2 would be appreciated.

Thanks!
Michael

>-----Ursprüngliche Nachricht-----
>Von: Roth, Michael 
>Gesendet: Montag, 23. Oktober 2006 14:37
>An: 'users@tomcat.apache.org'
>Betreff: how to do a redirect for a wsdl url without tomcat 
>response / tomcat interference
>
>
>Hello,
>
>I asked this on IRC already (nick: PennFan), but didn´t get
>a satisfying answer so far.
>
>I´m running:
>
> Red Hat Enterprise Linux ES release 3 (Taroon Update 6)
> Apache/1.3.36
> Tomcat 4.1
> Tomcat Connector 1.2.15
>
>In my workers2.properties in the Apache conf dir I have defined:
>
> [uri:/arsys/*]
> info=Remedy
>
>We need this for our remedy application, which you can
>finde on ggus.org
>
>
>Here is the problem:
>********************
>
>On a backup machine I want to do a redirect of the WSDL URL like this:
>
><VirtualHost 141.52.2.78>
>    ServerAdmin [EMAIL PROTECTED]
>    ServerName iwrgusback.fzk.de
>    Redirect /arsys/WSDL/public/iwrgusback/Grid_HelpDesk 
>http://gus.fzk.de/arsys/WSDL/gusiwr/Grid_HelpDesk
>    Redirect /arsysx/WSDL/public/iwrgusback/Grid_HelpDesk 
>http://gus.fzk.de/arsys/WSDL/gusiwr/Grid_HelpDesk
>[..]
></VirtualHost>
>
>If I try
>
>    http://iwrgusback.fzk.de/arsys/WSDL/public/iwrgusback/Grid_HelpDesk
>
>then I get
>
>    http://iwrgusback.fzk.de/arsys/WSDL/public/iwrgusback/Grid_HelpDesk
>
>so the redirect does NOT work.
>
>
>If I try (just for testing, appending an x to /arsys)
>
>    
>http://iwrgusback.fzk.de/arsysx/WSDL/public/iwrgusback/Grid_HelpDesk
>
>I will happily see:
>
>    http://gus.fzk.de/arsys/WSDL/gusiwr/Grid_HelpDesk
>
>In the 1st case tomcat comes before the httpd.conf redirect.
>My goal is to do a redirect for the given source WSDL URL for exactly
>this virtual host. So I would need to deactivate the Tomcat connection
>for this virtual host. How can I do that?
>
>Thanks in advance for your time and help!
>
>Best regards
>Michael
>
>--
>Michael M. Roth - Forschungszentrum Karlsruhe
>Institut fuer wissenschaftliches Rechnen (IWR)
>Global Grid User Support (GGUS) / Zi. 213
>Tel. +49 7247 82 8628 / Fax +49 7247 82 4972
>e-mail: [EMAIL PROTECTED]
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to