0

Does JBoss CLI have advanced CLI commands using which we can drop/delete contents of domain.xml and host-slave.xml files?

My use-case is , whenever there is a new release to my application , there are changes that happen to these two files. If there are JBoss CLI commands to achieve this, I can incorporate the appropriate CLI commands in to the orchestration tool to implement JBoss related changes to the application

The version of JBoss is 7.1.6

gdey1
  • 13
  • 3

1 Answers1

0

Of course there are: jboss-cli is the preferred way to update the configuration as opposed to editing the XML files by hand.

ehsavoie
  • 3,126
  • 1
  • 16
  • 14