Is there a way for jenkins to deploy and also start the app ?
Related to this I have had to rename my war file from ROOT, to an arbitrary name for the deploy to be (somewhat) succesful.
Is there a way for jenkins to deploy and also start the app ?
Related to this I have had to rename my war file from ROOT, to an arbitrary name for the deploy to be (somewhat) succesful.
You can't replace the ROOT
webapp by autodeployment which is what you would do. See here for the ways to do replace the root wepapp. Which, I assume, is not what you want to do.