dev@glassfish.java.net

Re: what does a context-root mean for an ejb?

From: Yifeng <Yifeng.Luo_at_Sun.COM>
Date: Thu, 09 Apr 2009 17:36:45 -0700

Lloyd,

I have filed a bug on this already.

https://glassfish.dev.java.net/issues/show_bug.cgi?id=7562

thanks

-yifeng

Anissa Lam wrote:
>
> This is a bug in GUI.
> In deployment screen, GUI should show context-root as an optional text
> field, and NOT pre-fill that for you automatically. Since you didn't
> empty out this text field during deployment, it was saved.
> I am fixing it such that GUI no longer prefill the context-root for
> you. If the field is empty, the deployment code will put in the
> default for you for web application.
>
> thanks
> Anissa.
>
> Lloyd Chambers wrote:
>> The GUI lets me set a context-root for an ejb app. What does that
>> mean as opposed to "location"?
>>
>> <applications>
>> <application enabled="true" context-root="/ejb"
>> location="${com.sun.aas.instanceRootURI}/applications/MEJB/"
>> directory-deployed="false" name="MEJB" object-type="user">
>> <module name="MEJB">
>> <engine sniffer="ejb"></engine>
>> <engine sniffer="security"></engine>
>> </module>
>> </application>
>> </applications>
>>
>>
>> Lloyd Chambers
>> lloyd.chambers_at_sun.com
>> GlassFish Team
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>