Results 1 to 2 of 2

Thread: How to make License for war file

  1. #1
    Join Date
    Oct 2004
    Location
    singapore
    Posts
    11

    Default How to make License for war file

    I want to give my war file to customer to setup their server.
    but i want to make my war file license one so that they should be able to deploy only in one server.
    any suggestion..? how to do it.

  2. #2
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    Unusual licensing strategy. Limited concurrent users is commoner.

    Spring doesn't offer you services to do this. You would need to do something server-specific, accessing shared (per-server) state somehow. Maybe make a JNDI binding across the server and check that it hadn't been made by a previous instance.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

Similar Threads

  1. Replies: 5
    Last Post: Mar 17th, 2010, 04:32 AM
  2. Saving large files to a db using hibernate?
    By Dan Washusen in forum Data
    Replies: 10
    Last Post: Sep 20th, 2006, 12:18 PM
  3. Deferred file upload
    By Thomas Matzner in forum Web
    Replies: 4
    Last Post: Sep 30th, 2005, 12:06 PM
  4. Replies: 4
    Last Post: Mar 28th, 2005, 04:00 AM
  5. Replies: 2
    Last Post: Nov 15th, 2004, 07:22 PM

Posting Permissions

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