It's all about the answers!

Ask a question

questions on re-deployment of code to server


Ananya Joisa (4562124) | asked Oct 12 '12, 7:58 a.m.
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

One answer



permanent link
Ralph Schoon (63.4k33646) | answered Oct 12 '12, 8:22 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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:

https://server-host:9443/jazz/admin.action=com.ibm.team.repository.admin.serverReset


and restart the server.



Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.