|
Hi,
Couldn't it be done by configuring the web.xml of
the default-web-site?
<security-contraint>
<web-resource-collection>
<web-resource-name>theWholeSite</web-resource-name>
<description>some witty desc</description>
<url-pattern>/*</url-pattern>
<http-method>GET</http-method>
</web-resource-collection>
<auth-constraint>
<description>authorised users</description>
<role-name>myRole</role-name>
</auth-constraint>
</security-constraint>
Haven't actually done it myself, but it looks like
it *can* work.
Regards,
Nicki
|
- Denying access to machine via IPAddress:PortNumberOfOrion Gregory Scott
- RE: Denying access to machine via IPAddress:PortNumberO... Shane Witbeck
- Nicki de Wet
