On Tue, 30 Nov 2004 16:24:41 -0800
"siberian" <[EMAIL PROTECTED]> wrote:

> With the Java I can install tomcat, drop in a new server.xml
> and plop in a .war file. HUP the server and I have a locally
> installed system that only phones home for registration and
> serialization purposes. If it doesnt find the signature in
> the conf file it knows its a local machine, not a public
> server, so its feature set reduces. That gives me a 100%
> identical codebase in a single account/single box local
> server and the public server that consists of four machines
> and hundreds or thousands of accounts.

  While this won't entirely solve your source readbility issue, you
  might look into PAR to allow you to what you are accomplishing with
  Java. At least with this it's a bit harder than just opening the
  libraries.  

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to