| | resin data directory
Resin will keep its operational data in a directory named
resin-data.
By default directory
resin-data
is located under Resin Root.
All data in resin-data directory is managed internally by Resin.
For each server in cluster Resin creates a dedicated directory where
operational data for that server is stored:
e.g.resin-data/app-0,
resin-data/app-1
Operational data for an individual server include two important
directories:
A directory for deployed applications named
.git A directory for sessions and distributed cache named
distcache
Deleting .git directory will result in all deployed applications be
deleted from the server.
Deleting directory
distcache
will result in session data being
deleted.
DIRECTORY OR FILE | DESCRIPTION |
---|
.git | Contains deployed applications | distcache | Session store and distributed cache data store | log | Resin log message database for reporting recent messages to pdf
report and Resin-Admin
| stat_data.db, stat_name.db | Resin runtime statistics database. Used for reporting in pdf
report and Resin-Admin
| tmp | temporary directory for large file operations | xa.log* | Distributed transactions log |
Copyright © 1998-2015 Caucho Technology, Inc. All rights reserved. Resin ® is a registered trademark. Quercustm, and Hessiantm are trademarks of Caucho Technology. |
|