-
Bug
-
Resolution: Done
-
Major
-
JBossAS-5.1.0.GA
-
None
-
Workaround Exists
-
The "farm" folder is missing from the VFSCache configuration for permanent roots. This results in the well-known disk space usage issue with tmp files in AS-5.x.
Adding the "farm" folder URL should fix the issue.
- relates to
-
JBPAPP-2338 Include farm folder in the VFSCache permanent roots configuration
-
- Closed
-
Added
<entry>
<key>${jboss.server.home.url}farm</key>
<value><inject bean="VfsNamesExceptionHandler"/></value>
</entry>
to [Branch_5_x/trunk]/server/src/etc/conf/all/bootstrap/vfs.xml. This file gets reused during AS build in the "default" server configuration too. With the inclusion of "farm" folder in the VFSCache configuration, both the "all" and "default" server configuration boot up fine (even if farm folder is non-existent in default server configuration).
Marking as resolved.