Results 1 to 5 of 5
Dear All,
I have a java program which I need to run as a service or daemon. What is the most stable method to do it? It will be heavy ...
- 07-07-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 64
Running java as daemon/service
Dear All,
I have a java program which I need to run as a service or daemon. What is the most stable method to do it? It will be heavy processing socket programming which will be continously receiving data? Thank you.
- 07-07-2010 #2
- 07-11-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 64
Dear Coopstah,
Is there any other ways to do beside the apached because I cant find a good tutorial on how to start on this? Thank you.
- 07-12-2010 #4
You can also use the JAVA Wrapper service (look on google for it), which will run your java app as a daemon on windows or linux. If the application crashes the wrapper service will note this and restart the application for you.
- 07-12-2010 #5Just Joined!
- Join Date
- Jul 2010
- Posts
- 64
Dear Shade,
Thank you I shall do a search on that.


Reply With Quote