1 Reply Latest reply on Feb 19, 2014 7:01 AM by wdfink

    Command to identify if a module is present in JBoss AS 7.2

    divya_ah

      Hi,

       

      Is there any command or approach(programmatically) to identify if a module is present in JBoss AS 7.2. I have deployed a module using cmd 'module add --name=<module_name> --resources=<module_path>'. Before running this i need to check if the module with above name already exist. Is there any way to do this.

       

      Also, my application is deployed in domain mode(1DomainController+ 2 HostController). I need to check from my domain controller if the module with same name exist on Host controller. How can i check this.

       

      Regards

      Divya