deployment - Does the type of deploy affect the application in any way? -
my team , trying automatize of our proccesses , includes programmatically remote deployment. colleague of mine asked me question jboss' deployment:
does type of deploy in jboss, jmx or filesystem (copy app package deploy folder), affect application in way?
i know jmx deployment temporary , filesystem not. other this, there difference? did research, didn't found useful or understand (i'm beginner-to-intermediate java programmer), how-to's different ways deploy application.
peharps shed light on this? thank you.
i using both kind of deployments in applications , mean of deployment doesn't affect app in way. maybe jmx has enabled (but default). find jboss maven plugin useful (it can handle deployment, redeployment , on).
Comments
Post a Comment