How do you want reference...from another GBean or programatically?
If you need it from your GBean...
You would do something like the following:
<reference name="your_ref_name_goes_here">
<module>org/apache/geronimo/System</module>
<name>WebContainer</name>
</reference>
Krishnakumar B wrote:
Hi,
I am reposting this to dev group for some help.
I need object reference of Jetty Server started in geronimo. Any idea
how i can get the same.
I am not able to find a Jetty related GBean that gives reference of
Server created.
thanks for help and ideas.
Regards
Krish