I was deploying ColdFusion 11 applications using J2EE configuration (WAR) in Linux server. I am using WebSphere as a application server. Basically, when we deploy through WebSphere it redeploys the whole war file which wipes out the local changes so you can lose any settings or anything you do in cfadmin console. we can't modify files locally on the WebSphere as it is not a good practice. Deploying manually through cfadmin console is not good moving forward. Is there any automated ways to potentially doing deployments. Does cfadmin has any API that can interact to deploy files via scripts.
↧