----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Joshua,

You could create some code for a registration key which binds to their
ip address.  Another solution would be to place code in the init()
method which connects to a custom server on your end and validates that
it is an authorized IP address.  If it fails, the servlet could refuse
to work.

Duane Gran
spinweb.net - Servlet Hosting

Joshua Slack wrote:
> 
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
> 
> Does anyone know of a way to protect your Java servlets (or anything
> written in Java for that matter) from being redistributed without your
> consent.  For example, if you want to create a demo version and a
> registered version of a servlet and you don't want registered users to
> distribute your work behind your back.
> 
> Thanks in advance,
> 
> -- Joshua Slack
> [EMAIL PROTECTED]
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to