1 Reply Latest reply on Dec 30, 2013 10:59 AM by wdfink

    Problem changing custom path jboss cli

    nielsvanderbeke

      Hi,

       

      I have trouble changing a custom path in jboss using the cli

       

      [domain@localhost:9999 /] /host=master/server-config=server-one/path=custom.jboss.server.log.dir:read-attribute(name="path")

      {

          "outcome" => "success",

          "result" => "/int/loc/sft/jbscrt/machineA/log/server-one"

      }

      [domain@localhost:9999 /] /host=master/server-config=server-one/path=custom.jboss.server.log.dir:write-attribute(name="path", value="/int/loc/sft/jbscrt/machineA/log/server-one-tmp")

      {

          "outcome" => "failed",

          "failure-description" => {"host-failure-descriptions" => [("master" => "JBAS014792: Unknown attribute path")]},

          "rolled-back" => true

      }

       

      Can sommeone help me?