Problem with Debugging server side plugin inside eclipse using jetty
Hello team
I am trying to debug my server side plugin inside eclipse using jetty server launch . I followed the steps given in the link https://jazz.net/library/content/articles/rtc/4.0/extensions-workshop/downloads/RTC4xExtPoT.pdf But under Test the jetty based server luanch(lab 1 (1.6) ) i am not able to access the link https://localhost : 744 3 /jazz/admin. what could be the reason ? |
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Jul 27 '15, 11:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jul 27 '15, 11:59 a.m.
If you want, for whatever reason run a lonly JTS, you would have to get the XML files for JTS copied to the workshop configuration.
https://localhost:9443/jts/admin this should be JTS and RTC installed as the workshop tells you. If you don't carefully follow the workshop instructions and deviate from them, no one here will be able to help you. |
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.
Comments
Have you verified the server and port settings under the Bundles/System Properties?
Hello Shawn
I have only JTS Server is installed in my machine.
Not the Jazz Server .
So can i debug using Jetty if i have only jts .
So i am not able to access( https://localhost :744 3/jazz/admin)
i can access only (https://localhost:9443/jts/admin)
I have seen many reasons why this could not work.
There should be some information in the console, although there are a lot of warnings that are not fatal.
Hello Ralph
Thank you for Response :
Does it not work on JTS server (https://localhost:9443/jts/admin).
Because i have Only installed JTS server in my machine .