> can anybody tell me how to use run-as tag in web.xml?

You need to put 'run-as' inside an 'ejb-ref' in your web.xml:

<ejb-ref>
    <ejb-ref-name>...</ejb-ref-name>
    ...
    <run-as>Admin</run-as>
</ejb-ref>


--
Eric Jain


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to