I am linux admin and i want to automate the process of java web application deployment process in my client location. And actually they are using svn tool for version control.
So my question is if they commit the code into subversion repository automatically create a war file through bash script and move that war file into tomcat for automated deployment.... This is my thought.. can u guys suggest me about war file creation remain process i can build through bash
Thank u in advance