It's all about the answers!

Ask a question

please explain architecture RTC Jetty Debug server


Wolfgang Schlicker (112) | asked Oct 20 '23, 4:03 a.m.

 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

Accepted answer


permanent link
Ralph Schoon (63.3k33646) | answered Oct 20 '23, 4:33 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Oct 20 '23, 4:41 a.m.

 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

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.