domingo, 23 de abril de 2017

Bug em hotdeploy do tomcat apache-tomcat-8.5.13




Caso vc esteja querendo fazer um hotdeploy do seu war conforme abaixo:

curl --upload-file target/fzl_web_primefaces-1.0-SNAPSHOT.war  "http://admin:admin123@fzl_tomcat8:8080/manager/text/deploy?path=/fzl_web_primefaces&update=true"

Não vai funcionar.

Troquei a versão 8.5.13 pela apache-tomcat-8.5.14 e funcionou ok.

Refs:

http://stackoverflow.com/questions/43205092/deploying-in-tomcat-with-exception-cannot-find-operation-isserviced/43232552

https://gist.github.com/pete911/6111816