The Standalone Directory Structure

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3111

This topic has not yet been written. The content below is from the topic description.
Contents of the "standalone" Directory   Only relevant when standalone mode is used.   configuration -- configuration files for the standalone server that runs off of this installation. If we've done our jobs  well, these configuration files are the only configuration files end  users should need to touch (outside of deployment descriptors in their  own application deployments). See below for more on these files.   data -- information written by the server that needs to survive a restart of the server   deployments -- an area where end user deployment content can be placed if automatic detection and deployment of that content into the server's runtime is desired. The server's management API exposes other means for installing deployment content, and use of that API in preference to the deployments directory is preferred. We realize however, that at this early stage in AS 7's development the tooling around the deployment API is in its infancy, so many users will utilize the deployments directory to deploy content. Note that "domain mode" does not support deploying content based on scanning a filesystem.   log -- the server's log files   tmp -- location for temporary files written by the server