I’m looking for the best way to run a java app as a Windows Server 2003 service. What are my options, and what’s the basic general process for going about doing this? Thanks much.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One thing you could try is the Tanuki Wrapper:
http://wrapper.tanukisoftware.org/doc/english/download.jsp
This software basically wraps up the Java executable into something that can be invoked by the service console.