3 Replies Latest reply on Mar 18, 2014 10:50 AM by wdfink

    Process-controller and host-controller log path overwritting one another in domain mode

    we9603

      I have a jboss domain configured where the master and slave reside on the physical box and and are located in the same JBoss_home path.
      For example:

      JBoss_home path = /vol1/jboss/jboss-eap-6.1.0/

      On this path i have 3 directories                         /domain
                                                                                 /master
                                                                                /slave1

      The master and slave1 directories contain a copy of the domain folder inside of it.

      I was able to redirect the server logs on the slave 1 directory to an alternate path.  However I am having issues separating the
      process-controller.log and host-controller log for both master and slave1.  It looks like the process and host-controller logs for both master and slave1 are writing to the same logs located here: /vol1/jboss/jboss-eap-6.1.0/domain/

       

      The goal is to have these logs separated from one another (on same JBoss_home path, same physical box):

      /vol1/jboss/jboss-eap-6.1.0/master/domain/log/
                                                                               /host-controller.log
                                                                               /process-controller.log

      /vol1/jboss/jboss-eap-6.1.0/slave1/domain/log/
                                                                               /host-controller.log
                                                                               /process-controller.log

      Additionally the servers boot.log is nowhere to be found ??

       

      Any expert help will be appreciated.