I am using apache derby in our project. Every time,I have to manually start server of derby, i.e. run startnetworkserver.bat . Is is possible to install it as a windows web service? And I would also want to add the service in windows startup list. So that each time I start the system, it will automatically get started.So,I dont have to manually start server.
I am using apache tomcat as windows service. I want to do same for derby.
I am using apache derby in our project. Every time,I have to manually start
Share
Check out JavaServiceWrapper, which is a widely-used, well-documented wrapper to make Java programs run as a Windows service.