RE: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: R: Apache / Tomcat Load Balanced mode > > Do you mean that the can be inserted at the context.xml level, > rather than inside the ? Yes. I had made the opposite assumption to Mark T, in that I thought admin was p

Re: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Mark Thomas
André Warnier wrote: > Mark Thomas wrote: >> André Warnier wrote: >>> Mark Thomas wrote: >> I'd assumed that admin was a separate context and therefore could have a >> valve applied. If not, just do it in httpd. >> > Do you mean that the can be inserted at the context.xml level, > rather than insi

Re: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread André Warnier
Mark Thomas wrote: André Warnier wrote: Mark Thomas wrote: Caldarale, Charles R wrote: From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] Subject: RE: R: Apache / Tomcat Load Balanced mode But the intension for doing the same is NOT to expose the "/admin/*" to IN

Re: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Mark Thomas
André Warnier wrote: > Mark Thomas wrote: >> Caldarale, Charles R wrote: >>>> From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] >>>> Subject: RE: R: Apache / Tomcat Load Balanced mode >>>> >>>> But the intension for doing

RE: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: R: Apache / Tomcat Load Balanced mode > > > http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html > > Remote Address Filter or Remote Host Filter > > > Wait, does that not block *all* accesses to th

Re: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread André Warnier
Mark Thomas wrote: Caldarale, Charles R wrote: From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] Subject: RE: R: Apache / Tomcat Load Balanced mode But the intension for doing the same is NOT to expose the "/admin/*" to INTERNET and reply with ERROR 404 for the sam

Re: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Mark Thomas
Caldarale, Charles R wrote: >> From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] >> Subject: RE: R: Apache / Tomcat Load Balanced mode >> >> But the intension for doing the same is NOT to expose the "/admin/*" >> to INTERNET and reply wi

RE: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Caldarale, Charles R
> From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] > Subject: RE: R: Apache / Tomcat Load Balanced mode > > But the intension for doing the same is NOT to expose the "/admin/*" > to INTERNET and reply with ERROR 404 for the same, > > But in ca

RE: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Karthik Nanjangude
gards Karthik -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Tuesday, April 21, 2009 8:10 PM To: Tomcat Users List Subject: RE: R: Apache / Tomcat Load Balanced mode you can restrict based on roles so in /conf/tomcat-users.xml you can define username fubar to

RE: R: Apache / Tomcat Load Balanced mode

2009-04-21 Thread Martin Gainty
pter aucune responsabilité pour le contenu fourni. > From: karthik.nanjang...@xius-bcgi.com > To: users@tomcat.apache.org > Date: Tue, 21 Apr 2009 18:19:42 +0530 > Subject: RE: R: Apache / Tomcat Load Balanced mode > > Hi > > Thx for the same > > Web applicat

RE: R: Apache / Tomcat Load Balanced mode

2009-04-21 Thread Karthik Nanjangude
regards karthik -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Tuesday, April 21, 2009 12:51 PM To: Tomcat Users List Subject: Re: R: Apache / Tomcat Load Balanced mode On 21.04.2009 09:06, Leandro Dardini wrote: > > >> -Messaggio originale- Da:

Re: R: Apache / Tomcat Load Balanced mode

2009-04-21 Thread Rainer Jung
On 21.04.2009 09:06, Leandro Dardini wrote: > > >> -Messaggio originale- Da: Karthik Nanjangude >> [mailto:karthik.nanjang...@xius-bcgi.com] Inviato: martedì 21 >> aprile 2009 7.34 A: Tomcat Users List Oggetto: Apache / Tomcat Load >> Balanced mode >&g

R: Apache / Tomcat Load Balanced mode

2009-04-21 Thread Leandro Dardini
> -Messaggio originale- > Da: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] > Inviato: martedì 21 aprile 2009 7.34 > A: Tomcat Users List > Oggetto: Apache / Tomcat Load Balanced mode > > Hi > > Would the same work with Apache /

Apache / Tomcat Load Balanced mode

2009-04-20 Thread Karthik Nanjangude
Hi Would the same work with Apache / Tomcat Load Balanced mode Configuration for single installation of the web application "acme" "www.acme.com" being exposed to INTERNET "www.acme.com/admin"being exposed to INTRANET Reason : The application u