access restrictions on domains - Weblogic

This is a discussion on access restrictions on domains - Weblogic ; Hi: =20 There are two Weblogic 8.1 domains A and B, and I want to be able=20 to create access permissions on the domain B that will not allow all=20 the EJB's on domain B to be run when JSP's ...

+ Reply to Thread
Results 1 to 2 of 2

access restrictions on domains

  1. Default access restrictions on domains


    Hi:
    =20
    There are two Weblogic 8.1 domains A and B, and I want to be able=20
    to create access permissions on the domain B that will not allow all=20
    the EJB's on domain B to be run when JSP's on the domain A try to access=20
    EJB's on domain B.
    =20
    Please tell me how to do that, your help would be greatly=20
    appreciated.
    =20
    Thanking You
    Anupkumar Prasadam



  2. Default Re: access restrictions on domains


    A connection filter may be the best choice:

    http://edocs.bea.com/wls/docs81/security/con_filtr.html

    and you always have the option of J2EE protections for the EJBs:

    http://edocs.bea.com/wls/docs81/secw...s.html#1209092

    -Craig

    "anup" <anup555@yahoo.com> wrote:
    >
    >Hi:
    >=20
    > There are two Weblogic 8.1 domains A and B, and I want to be able
    >
    >to create access permissions on the domain B that will not allow all
    >
    >the EJB's on domain B to be run when JSP's on the domain A try to access
    >
    >EJB's on domain B.
    >=20
    > Please tell me how to do that, your help would be greatly=20
    >appreciated.
    >=20
    >Thanking You
    >Anupkumar Prasadam



+ Reply to Thread