How to deploy Jazz Web UI extension to the Jazz server?
![]()
Hello,
I'm developing a Jazz Web UI extension component. If I have a Eclipse plug-in project now, say the tutorial example "Hi Jazz Web UI" https://jazz.net/wiki/bin/view/Main/HiJazzWebTutorial, how can I deploy/integrate it into the Jazz server-side, as in other regular component development? The tutorial, as well as other wiki pages, only details how to launch and debug it with the Like other regular component extension, I thought Does anyone have some idea on how to deploy it into the remote server, or direct me to the right literature? |
2 answers
![]()
Hi,
The topic you have should be right, although it's quite dated. Have a look at this one and see if it helps: https://jazz.net/wiki/bin/view/Main/JazzServerProvisioner Let me know how it goes. Thanks |
![]()
In addition there are instructions in the SDK https://jazz.net/wiki/bin/view/Main/RTCSDK20_ProcessPreConditionExample on creating update sites for a Tomcat container (there's jetty instructions there as well but it sounds like you don't want to use jetty).
|