Reputation: 13
When the properties or .xml of some application (ear) in jboss (RHEL) are modified, is it necessary to restart the jboss service or simply by doing a redeploy (mv .deployed .dodeploy) are the changes recognized? Thanks
Upvotes: 0
Views: 289
Reputation: 3547
You only need to redeploy the application. Of course if you change the server configuration that's a different story.
Upvotes: 1