|
From: Leif M. <le...@ta...> - 2006-07-07 01:21:12
|
Jaison,
I have seen problems on Solaris where processes with sometimes get
TERM signals.
That let me to implement the IGNORE_SIGNALS feature several versions back.
In the sh script that comes with the wrapper, simply uncomment the
following line:
#IGNORE_SIGNALS=true
If you are still seeing problems after doing so, set the
wrapper.debug=true property
and then post back with the contents of your wrapper.log file.
Cheers,
Leif
maria jaison wrote:
> Hi,
> I have used latest version 3.2.0 wrapper source and
> binaries to make my application as daemon in Solaris
> platfom. I tested with one Solaris box that does not
> have bash shell. Problem is that daemon process
> stopped if the user logged out(Daemon is not working
> properly in multi user environment). I also followed
> steps given in this link
> http://wrapper.tanukisoftware.org/doc/english/launch-nix-boot-solaris.html.
>
> Symbolic links are working fine,,But still daemon
> stopping has not been resolved.
> I read that this kind of problems are resolved in
> updated version of wrapper from mailing lists.
> Is there any updated version of sh.script.in file?
> Or anyother way to resolve this problem? Please reply
> me as soon as possible.
>
> Thanks
> Jaison
>
|