0 Replies Latest reply on Apr 4, 2012 8:41 AM by akoledzhikov

    "Transient" deployment in AS7

    akoledzhikov

      In domain mode, is there a way to make a deployment to a server group "transient" - meaning that if I deploy it as disabled, enable it at some point during the runtime, it will again be disabled after restart? My current idea is to modify the domain.xml before each start, adding enabled="false" to it, or plug a CLI script doing the same somewhere in the server startup, but I'm curious if there is more elegant way...