I want to be able to automatically deploy a Java application on a tomcat server.
Current situation:
- Java project under development at Eclipse
- The Tomcat server is running on another computer, serving the WAR file of this project
My goal: Easy compilation and deployment of the project on a remote Tomcat server. I don't mind if it is a console command / script or using the Eclipse GUI.
Is it possible? If so, how? (If there are features that need to be changed in my setup, feel free to give me tips for a more suitable setup)
Update
Yes, I use Maven.
java eclipse tomcat deployment
Alp
source share