server.
3. Owns a domain name on which to run the web-application
Suggested Setup:-
Setup Application on various application contexts in a Java Webserver (e.g. Tomcat) on URLs like
http://localhost:8080/application-version1
http://localhost:8080/application-version2
….
….
http://localhost:8080/application-versionN
in folders
/usr/local/java-webserver/webapps/application1
/usr/local/java-webserver/webapps/application2
….
….
/usr/local/java-webserver/webapps/applicationN
The application codebases can be directly updated via rsync from the local machine’s SVN working copies on a machine on client’s LAN by using the rsync over ssh transport.
Run via cron or manually the following
cd