Can I modify roles in the web or EJB deployment descriptors without restarting the application server?
Changes to application deployment descriptors require a redeploy (not necessarily a restart, if you are using dynamic redeployment). However, changing application roles dynamically is not really the best approach. The application roles in J2EE are intended as design-time groupings. Instead, look into dynamically changing the mapping of particular users to these roles. You can do this by mapping the J2EE application role to a group (or groups) and altering the membership of these groups as needed. Upgrade/Migration This section addresses the following questions: • Can I upgrade from other versions of Sun ONE Application Server 7 to Enterprise Edition?
Related Questions
- If the sslXpress does all of the encryption, do I even need to run a secure web application on the server?
- Can I modify roles in the web or EJB deployment descriptors without restarting the application server?
- Can Web Cache be setup to determine failure of different Oracle Application Server components?