Changes between Initial Version and Version 1 of Deployment


Ignore:
Timestamp:
02/29/2008 04:23:22 AM (18 years ago)
Author:
dsowen
Comment:

First thoughts on deployment.

Legend:

Unmodified
Added
Removed
Modified
  • Deployment

    v1 v1  
     1I would like a Lisp application server in which I can deploy and undeploy multiple applications on the fly.  It would be nice to be able to deploy some applications as parts of others (and falling within their parent's URL-space).  An app should also be deployable at the server's root.
     2
     3Because an app my be deployed multiple times in a single server, its deployment location is not an attribute of the app, but of each deployment of that app.
     4
     5Every app should have available to it the full URL at which it is based.