|
From: Mirko P. <m.p...@gm...> - 2007-08-17 05:30:47
|
Hi all, I'm trying to integrate an application with Java Service Wrapper but I'm stuck with a problem: To start the application a class AgentClient ist called , which is only a helper to run class AgentDaemon. So I define class AgentClient as the initial class in java service wrapper configuration . When starting the wrapper it calls this class, AgentClient calls AgentDaemon and exit with success. The service wrapper recognizes that and exits also, because its focussed on AgentClient. Do you have any hints to use such a construct within java service wrapper ? Thanks in advance. -- With regards Mirko Pluhar |