Socketproblem using service
System Admin
1
Posts
1
Posters
4
Views
1
Watching
-
Hi, I created this service and it´s used to create,destroy and to keep track of created processes. It receives a commando via sockets and executes it. This socketcommunication works fine. But it also starts other processes that want to communicate with a servlet via a socket. Rather complicated solution but it has it reasons. Anyway this other socketcommunication don´t work. It connects but the data that we want to send isn´t received on the other side of the channel. It works when I debug the service, but when I install it as a service it don´t work. Hoping for answer. Andreas