wt application as windows service - please help!
Added by Boris Grinac about 6 years ago
Hello,
we have developed a wt application that we need to install as windows service. Our application works fine when we run it from command line. When we try to make it run as service, we fail.
The question is, does anybody have a sample wt application deployed as windows service?
Thanks for ideas!
Boris Grinac
Replies (2)
RE: wt application as windows service - please help! - Added by Roel Standaert about 6 years ago
I don't have a sample Wt application deployed as a Windows service, but the easiest way to do that is to use a service wrapper like WinSW: https://github.com/kohsuke/winsw
Regards,
Roel
RE: wt application as windows service - please help! - Added by Boris Grinac about 6 years ago
Thank you, Roel,
this works fine with no pain - looks like this is the way to go!
Boris