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
----- Original Message -----
Sent: Friday, July 27, 2001 2:35 PM
Subject: Denying access to machine via IPAddress:PortNumberOfOrion

List,
 
Environment: JDeveloper 3.2.3, WinNt 4.0 and Latest Version of Orion
 
I want to prevent other users access to a machine running Orion via the URL containing the IPAddress:PortNumberOfOrion. The User Security Link does not address NT, only Solaris and Linux.
 

Thanks in advance,

Gregory A. Scott


Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to