-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Karthik,

On 4/13/2009 7:57 AM, Karthik Nanjangude wrote:
> Configuration  for  single installation of the web application
> "acme"
> 
> "www.acme.com"               being exposed to INTERNET
> "www.acme.com/admin"    being exposed to INTRANET

The only way I know of doing this (without httpd in front) would be to
use something like http://tuckey.org/urlrewrite/ to filter requests for
/admin* and refuse anything that didn't match an IP address pattern
(such as "192\.196\.1\..*).

> Is there any Configuration with in Apache or Tomcat to achieve the
> same?

You can use Apache httpd's <Location> and "Allow" directives to control
this at the httpd level if you prefer.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAknmRYQACgkQ9CaO5/Lv0PDBLwCdHNz3VgBBbrNzoEXvTFz2cQTf
RywAnih7BtHJrixjOzgCrnG48cPwhazX
=g21c
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to