|
From: Nick R. <nic...@em...> - 2004-06-30 15:03:29
|
Hello All, This wrapper is exactly what I've was looking for. But I need some help on how to go about integrating it with my application. See, I have a two java class files (say Pserver.class and Pthread.class). Pserver listens as a server socket (i.e. in a while loop), and it passes the socket client to the Pthread class which processes the incoming data. Now, in this scenario, how can I go about integrating the Pserver as an unmanaged service. I read the docs but I'm not sure which of the three integration methods is most suitable in my case. I tried playing with the first (simpler) integration method but due to my limited Java knowledge I could not get it to run as a service. I guess what I'm missing is hot to integrate the wrapper and my Pserver class. Can someone provide more details on how to impelment the helper class in my Pserver class and then finally where to specify the wrapper to use the modified Pserver. Any help is much appreciated. Thanks :) -- Nick Rice nic...@em... |