Hi Karan,
            Is there any other alternative for the same functionality where
we can restrict the access to EJB application running on the server? I tried


<gbean name="EJBNetworkService"
class="org.apache.geronimo.openejb.EjbDaemonGBean">
        <attribute name="port">${PlanOpenEJBPort}</attribute>
        <attribute name="host">someip other than my localmachine where
server is running</attribute>
        <attribute name="threads">20</attribute>
        <dependency>
            <name>OpenEjbSystem</name>
        </dependency>
    </gbean>

Please see the host attribute.
Even than I could not restrict the access. Any user is able to access
the EJB on the server?

Any idea how it can be enabled in geronimo 2.0 or openEjb 3.0.


Thanks
Ashish



On 10/17/07, Karan Malhi <[EMAIL PROTECTED]> wrote:
>
> Ashish,
>
> I did some research and looks like the attribute was removed.
> Here are the list of attributes in Geronimo 1.2
> -name
> -port
> -host
> -allowHosts
> -logOnSuccess
> -logOnFailure
>
> You can find the exact plan.xml for Geronimo 1.2 here which describes
> the attributes used for EJBNetworkService:
>
> http://svn.apache.org/viewvc/geronimo/server/branches/1.2/configs/openejb/src/plan/plan.xml?diff_format=u&revision=476468&view=markup
>
> Here are the attributes supported by Geronimo 2.0
> -port
> -host
> -threads
> And here is the plan.xml for Geronimo 2.0:
>
> http://svn.apache.org/viewvc/geronimo/server/branches/2.0/configs/openejb/src/plan/plan.xml?diff_format=u&revision=583563&view=markup
>
>
> On 10/17/07, Jacek Laskowski <[EMAIL PROTECTED]> wrote:
> > On 10/17/07, Ashish Jain <[EMAIL PROTECTED]> wrote:
> > > Any help on this issue??
> >
> > I can't help you with this, but I noticed you sent it to
> > [EMAIL PROTECTED] mailing list too and I'd expect more help there.
> >
> > Jacek
> >
> > --
> > Jacek Laskowski
> > http://www.JacekLaskowski.pl
> >
>
>
> --
> Karan Singh Malhi
>

Reply via email to