questions on re-deployment of code to server
Hi,
Once I deploy the code to the server, how would I redeploy the changes I make later in the code after deploying?
Last time I had deployed the code, according to the RTC Extension Workshop document, later I was unable to redeploy the changes I made in the code later. How would I update the code in the server after deploying? Could you please guide me?
FYI, I have followed the document https://jazz.net/library/content/articles/rtc/3.0.1/extensions-workshop/RTC301ExtPoT.pdf for extension and deploying.
Thanks
Once I deploy the code to the server, how would I redeploy the changes I make later in the code after deploying?
Last time I had deployed the code, according to the RTC Extension Workshop document, later I was unable to redeploy the changes I made in the code later. How would I update the code in the server after deploying? Could you please guide me?
FYI, I have followed the document https://jazz.net/library/content/articles/rtc/3.0.1/extensions-workshop/RTC301ExtPoT.pdf for extension and deploying.
Thanks
One answer
As far as I can tell,
In your dev environment, don't check in the files created during the build of the update site. Delete the you have to delete the old files. The Jar files and the folders, except the site.xml in the update site project. Open the site.xml and rebuild all. Replace the files on the server with the new files.
Run a server reset:
and restart the server.
In your dev environment, don't check in the files created during the build of the update site. Delete the you have to delete the old files. The Jar files and the folders, except the site.xml in the update site project. Open the site.xml and rebuild all. Replace the files on the server with the new files.
Run a server reset:
https://server-host:9443/jazz/admin.action=com.ibm.team.repository.admin.serverReset
and restart the server.