how to apply patch jboss eap 6.2 ?
I'm not able to apply the jboss-eap-6.2.2.zip patch in jboss eap 6.2.0, is giving the following errors:
[root@jbosseap bin]# ./jboss-cli.sh -c --controller=172.16.1.41:9999
[domain@172.16.1.41:9999 /] patch --host=172.16.1.41 apply /opt/jboss-eap-6.2.2.zip
JBAS014883: Nenhuma definição do recurso está registrada para o endereço [
("host" => "172.16.1.41"),
("core-service" => "patching")
]
[domain@172.16.1.41:9999 /] patch apply /opt/jboss-eap-6.2.2.zip --host=172.16.1.41
JBAS014883: Nenhuma definição do recurso está registrada para o endereço [
("host" => "172.16.1.41"),
("core-service" => "patching")
]
Could inform me what is the correct command to apply the patch ?