I have bit of experience in Running a simple build upon every svn commit ( its is a piece of cake)
Regarding deployment of the war to a remote production server via Hudson, there seem to be some alternatives: * use the 'deploy' target in the app's build.xml * use the deploy-plugin of hudson Which I'm failing to get working:(
What is the most simple way to do a remote deployment to tomcat? Are there any examples available? And what about release management? How do we tag our releases in your SCM? I have maven to build. any explanation or pointers will be really appreciated. Thanks in advance