Hello ,
I have a real probleme with my servers :
I have created a Client-server application (works fine)
If the two parts of the application are launched using the line commande everything works well and the data is exchanged.
One i try to set the server side as a real service using : etc/init.d/ the server is not started as the start time.
and if i use the commande /etc/init.d/myservice start to start it : the server starts , listens to requests but do nothing however when i use netstat -a | grep myport i see that there is a connexion established between client and server . i really don't know how to solve this probleme.
thanks for help