>If I understand you correctly, you're saying that I should be able to
>edit web.xml in the deployed app, restart GF, and have the new login
>settings take effect?
>
>
No, restarting the server will not make the changes in effect. You could
use ".reload" to reload/redeploy the app after you make the changes in
the application repository or if you make the change in your
application, you redeploy it afterwards.
You can take a look at the following link for the details of ".reload".
http://docs.sun.com/app/docs/doc/820-4337/beadz?a=view
In v3, we support a small set of the configurations (such as env-entry)
that you can configure post-deployment that does not require a
subsequent redeployment. But that's only available in v3 and the current
supported set does not include the login-config element you were working
with.
Thanks,
- Hong
>I tried this, and it doesn't work. Perhaps the fact that my web app
>is within a jbi service assembly complicates matters. I noticed that
>the web app seems to be deployed in two locations -- one is under
>applications/j2ee-modules, and the other is under
>jbi/service-assemblies. I tried altering the web.xml for the app
>under both of these locations. After restarting GF, the old login
>settings are still in effect.
>
>I'm running GF v2.1.1 included in GlassFish ESB v2.2.
>
>What have I done wrong?
>
>On Thu, Jan 28, 2010 at 11:07 PM, Senthil Chidambaram <cchidamb_at_sun.com> wrote:
>
>
>>Yes you can. You can either restart the server or touch .reload at the
>>docroot level of the deployed app.
>>
>>Thx
>>Senthil
>>
>>Sent from my iPhone
>>
>>On Jan 28, 2010, at 9:06 AM, Jim Whiteley <jimmy_at_whiteley.org> wrote:
>>
>>
>>
>>>Is it possible to change deployment descriptor configuration items
>>>after deployment?
>>>
>>>For example, I would like to change login-config from web.xml, and
>>>security-role-mapping from sun-web.xml.
>>>
>>>
>>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>
>
>