I'm new to use Tomcat and often need to update project but I know only manually update war file on server. This is takes to much time. How can i use more effectively. I want to use git or add my remote server on eclipse.
Asked
Active
Viewed 45 times
1 Answers
0
You should try to automate such steps. The manager-application from tomcat could be controlled by scripts. So using the manager application with some sort of script (bash, REST, ANT) would by my choice.
Take a look at:
https://tomcat.apache.org/tomcat-9.0-doc/index.html

Tobias Otto
- 1,634
- 13
- 20
-
Could you send me any documentation – Oct 31 '16 at 08:20
-
i have added links to my answer. – Tobias Otto Oct 31 '16 at 12:03