This is a discussion on How do I password protect a folder (Tomcat running on windows) within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi! I am trying to figure out how to password protect a folder on my Tomcat server? I have found ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi!
I am trying to figure out how to password protect a folder on my Tomcat server? I have found dozens of examples of how to do this using Apache (using the .htaccess file), but it seems as if this is not supported with Tomcat. Does anybody know how to do this? Regards, PML |
|
|||
|
[ nobody ]
> Hi! > I am trying to figure out how to password protect a folder on my > Tomcat server? > > I have found dozens of examples of how to do this using Apache > (using the .htaccess file), but it seems as if this is not supported > with Tomcat. > > Does anybody know how to do this? See Tomcat-docs on 'Realm': http://tomcat.apache.org/tomcat-5.5-...alm-howto.html Rgds, Kenneth Svee |