CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2003
    Location
    South Coast UK
    Posts
    70

    Setting up Java Application as WinXP Service

    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.

  2. #2
    Join Date
    Oct 2003
    Location
    .NET2.0 / VS2005 Developer
    Posts
    7,104

    Re: Setting up Java Application as WinXP Service

    google search for "java service wrapper"
    "it's a fax from your dog, Mr Dansworth. It looks like your cat" - Gary Larson...DW1: Data Walkthroughs 1.1...DW2: Data Walkthroughs 2.0...DDS: The DataSet Designer Surface...ANO: ADO.NET2 Orientation...DAN: Deeper ADO.NET...DNU...PQ

  3. #3
    Join Date
    Jun 2003
    Location
    South Coast UK
    Posts
    70

    Re: Setting up Java Application as WinXP Service

    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

  4. #4
    Join Date
    Oct 2003
    Location
    .NET2.0 / VS2005 Developer
    Posts
    7,104

    Re: Setting up Java Application as WinXP Service

    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
    "it's a fax from your dog, Mr Dansworth. It looks like your cat" - Gary Larson...DW1: Data Walkthroughs 1.1...DW2: Data Walkthroughs 2.0...DDS: The DataSet Designer Surface...ANO: ADO.NET2 Orientation...DAN: Deeper ADO.NET...DNU...PQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured