Featured post
How does Intellij deploy to JBoss? -
i have application in intellij , deploying jboss. i'd hot deploy working looks need understand how intellij , jboss interact.
when build project in intellij , start jboss, ear file not appear in deploy directory assume there magic intellij jboss reads different folder. happening during step?
thanks :)
please refer following articles:
basically, need exploded artifact configuration directory name ending .ear.
build | make performs hot deployment update action (which configurable , can update resources, resources , classes, optionally redeploy or restart server).
instead of copying application jboss, idea runs appropriate parameters uses artifact directory instead. configuration flexible , can change artifact directory location reside under jboss directory.
- Get link
- X
- Other Apps
Comments
Post a Comment