Dmitry Chagin wrote:
> 
> Hi!
> 
> look at server.xml config documentation:
> 
> <application auto-start="true|false"
> deployment-directory="../application-deployments/myapp"
> name="anApplication" parent="anotherApplication"
> path="../applications/myApplication.ear" />
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> parent - Optional 'parent' application, the default is the global
> application. Children see the namespace of it's parent application.
> This is used in order to share services such as EJBs among multiple
> applications.
> 

        Thanks, it runs succefully!! 

        And now more difficult: how can an application see ejb's of TWO another
applications (I can't put an attribute two times).


        Thanks.

Reply via email to