Re: RES: url redirection

2008-03-27 Thread ChrisS
ccessing Tomcat through two worker ports set up in apache. Is this what you are trying to do? Chris S - Original Message - From: "Melanie Pfefer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, March 27, 2008 4:23 PM Subject: Re: RES: u

Re: RES: url redirection

2008-03-27 Thread Rainer Jung
ild 1.3.39, 1.3.4, 2.0.x 2.2.x this way. - Original Message - From: "Melanie Pfefer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, March 27, 2008 12:31 PM Subject: Re: RES: url redirection Hi, thanks for your reply. what I want is to redirect

Re: RES: url redirection

2008-03-27 Thread Melanie Pfefer
e section and I was > accessing Tomcat through two > worker ports set up in apache. Is this what you are > trying to do? > Chris S > > - Original Message - > From: "Melanie Pfefer" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: T

Re: RES: url redirection

2008-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Melanie, Melanie Pfefer wrote: | Hello | Actually I was able to define a rewrite rule in | apache: | | RewriteRule ^/(.*web:jar.*) http://zeus:8086/src/$1 | [R=301,L] Aah, mod_rewrite: the chainsaw of httpd configuration. I personally think Redirect

Re: RES: url redirection

2008-03-27 Thread ChrisS
p in apache. Is this what you are trying to do? Chris S - Original Message - From: "Melanie Pfefer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, March 27, 2008 4:23 PM Subject: Re: RES: url redirection Hello Actually I was able to defi

Re: RES: url redirection

2008-03-27 Thread Melanie Pfefer
rs > whilst trying to build > 1.3.39, 1.3.4, 2.0.x 2.2.x this way. > > - Original Message - > From: "Melanie Pfefer" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Thursday, March 27, 2008 12:31 PM > Subject: Re: RES: url redirection >

Re: RES: url redirection

2008-03-27 Thread ChrisS
--- Original Message - From: "Melanie Pfefer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, March 27, 2008 12:31 PM Subject: Re: RES: url redirection Hi, thanks for your reply. what I want is to redirect http://zeus:8085/web/sec:jar:001 to http://ze

Re: RES: url redirection

2008-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Melanie, Melanie Pfefer wrote: | thanks for your reply. what I want is to redirect | | http://zeus:8085/web/sec:jar:001 | | to | | | http://zeus:8086/src/web:sec:jar:001 | | The first one is on apache | the 2nd one is on tomcat If you are us

Re: RES: url redirection

2008-03-27 Thread Melanie Pfefer
Hi, thanks for your reply. what I want is to redirect http://zeus:8085/web/sec:jar:001 to http://zeus:8086/src/web:sec:jar:001 The first one is on apache the 2nd one is on tomcat thanks again --- "Milanez, Marcus" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm not completely sure about