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 ?
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
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.
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.
Comments
Shawn Maclaga
Jul 27 '15, 9:36 a.m.Have you verified the server and port settings under the Bundles/System Properties?
vinitha dsouza
Jul 27 '15, 11:41 a.m.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)
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 27 '15, 11:45 a.m.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.
vinitha dsouza
Jul 27 '15, 11:50 a.m.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 .