Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

please explain architecture RTC Jetty Debug server

 Hi all, 

can someone explain the architecture of RTC Jetty Debug server? I was wondering why I have to start the RTC development server via server.startup.bat before starting the Jetty debug configuration in eclipse, assuming that JTS/CCM is running under Jetty Webserver and not under WebSphere LIberty Webserver? Which RTC WebApps/Databases are running in Jetty context and which WebApps/Databases are running under Liberty? 
Thanks for clarifing,
Wolfgang

0 votes


Accepted answer

Permanent link

 Please see https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ . When that was written, there was a Tomcat based default deployment. So replace Tomcat with Liberty profile.


The Liberty Profile based ELM server would be the server that your company runs to allow software development. This server contains an EWM Project area that hosts the code for the example extension of the Rational Team Concert Extensions Workshop. You can run this server in debug mode and connect to it using the remote debug connection. Usually you would not do this. You would have to deploy your extension on it to see it running. This is only the last step of developing.

The Jetty server runs a server in your development environment. The features, including your custom extension you develop, can be specified in the launch you use. The bundles and features specified are automatically deployed on Jetty. You can fully debug your extension including hot code replacement, if you fix issues. This is sometimes not working and the server will tell you.

You develop your stuff using the Jetty debug server, you version your code in the Liberty development server. You use the Liberty development server to test the final deployment - before you try that on your production server. 

Wolfgang Schlicker selected this answer as the correct answer

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,935
× 7,494
× 1,324

Question asked: Oct 20 '23, 4:03 a.m.

Question was seen: 702 times

Last updated: Oct 20 '23, 4:41 a.m.

Confirmation Cancel Confirm