Whats the easiest way to setup a Java Application as a WinXP Service?
I'm trying to setup the James Mail Server as a service. Currently its starts via a bat file in "Start->All Programs->Startup".
Cheers for anyhelp.
Printable View
Whats the easiest way to setup a Java Application as a WinXP Service?
I'm trying to setup the James Mail Server as a service. Currently its starts via a bat file in "Start->All Programs->Startup".
Cheers for anyhelp.
google search for "java service wrapper"
Cheers, my brain was a sleep I think, its got jogged & I tried "+James +Service +Wrapper", instead of "Java Service Wrapper".
James Windows Service Wrapper - http://wiki.apache.org/james/Newbie
Code:%JamesInstallationDir%\bin\Wrapper.exe -i %JamesInstallationDir%\conf\wrapper.conf
well, there are more service wrappers than just James, though it may be(coming) a defacto standard(?) in the way that tomcat has.
searching Java Service Wrapper will find you a whole load of them, james included which was why i gave it (as a generic advice) in order to be fair to all competing products