> > I would like to know if is there a similar concept to the > > 'VirtualHost' directive of Apache, in Tomcat. > > It's not by any means identical, but the Tomcat documentation > for the concept is here: > http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html >
OK. Thanks. > > Suppose then that I would like to give full access to the URL: > > http://<hostname>/path/subpath > > and deny access to > > http://<hostname>/path > > You need to read the security section of the servlet spec. > You can control access via URL pattern matching pretty much > any way you want. Is there another way to hide http://<hostname>/path to the outside world? Could anybody give me some hints on how could I set up security in this case? rocsca --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]