bodmer
I am running the older moderato v3.4.5 using java data adapters now under xampp. I want to run the rig as a service that starts up at run level 3.
i.e.
/etc/rc.d/rc3.d/K01Lightstreamer
/etc/rc.d/rc3.d/S99Lightstreamer
When I do this the whole machine locks up. Is moderato v3.4.5 using java data adapters capable of running as a service under RHEL5 ? What do I need to do to make it work?
Thanks,
jb
Alessandro Alinone
I'm not sure I understood your question.
Java Adapter runs in-process with Lightstreamer Server, so you are going to have a single process containing Lightstreamer Server and all of its Adapters. This process can certainly be run at boot time, as it is a very normal Java application. So you should follow the standard guidelines for starting a Java application as a service under Linux.