If you're upgrading from a version prior to version 3, you might wonder about the jiveHome directory. The jiveHome directory was where you put (and found) the working files for your community. Caches, themes, plugins, logs -- that sort of thing.
| Resource | Location Prior to Version 3 | Location in the Platform |
|---|---|---|
| Application logs (including those for database backups) | <jiveHome>/logs | /usr/local/jive/var/logs |
| Installed plugins | <jiveHome>/plugins | /usr/local/jive/applications/<app_name>/home/plugins |
| User-created themes | <jiveHome>/themes | /usr/local/jive/applications/<app_name>/home/themes |
| Cached attachments | <jiveHome>/attachments | /usr/local/jive/applications/<app_name>/home/attachments |
| Cached images | <jiveHome>/images | /usr/local/jive/applications/<app_name>/home/images |
| Cached data | <jiveHome>/cache | /usr/local/jive/applications/<app_name>/home/caches |
| Resources directory | <jiveHome>/resources | /usr/local/jive/applications/<app_name>/home/resources |
| Local system database | <jiveHome>/database | /usr/local/jive/var/work/sbs/data/postgres-8.3 |
| jive_startup.xml file | <jiveHome>/jive_startup.xml | /usr/local/jive/applications/<app_name>/home/jive_startup.xml |