Problem connecting to server through RTC
![]()
Hi,
I am new to jazz and started with HiJazz tutorial.when trying to test the code through given launch configuration(JazzServer-06-RTC10-Maximal.launch) , i couldnt see any message in console stating that my server has started,instead it only has osgi> prompt with some log4j warnings.I have local server setup on my computer which is working fine.When i type http://localhost:9080/jazz/service in browser i could see all the services but not "com.example.hijazz.service.IHiJazzService ". I also have others projects added to my workspace , and seems none of them is able to connect to server. Pls help me on this. Thanks Megha |
One answer
![]()
When you are developing new server extensions, you need to make sure
that the only Jazz server running on your machine is the one from your workspace. If you have a Jazz server installation on that machine, make sure that the Tomcat or WAS servers are stopped before trying to launch a development time server. Matt Lavin Jazz Server Team megham wrote: Hi, |