I download TC server STANDARD edition on my computer because this is the installed one on QA servers. My final goal is to write a maven task to deploy a war app in a distant tc server's instance.
Because of the use of the standard edition, tomcat manager is not pre-installed (so I cannot use maven's cargo plugin anymore).
So is there any method to deploy my jar in a distant server instance without putting it manually in webapp folder ?
Thanks in advance !