Show Table of Contents
5.2. Virtual File System (VFS) Configuration
To ensure compliance with Common Criteria requirements, the following configuration for the Virtual File System (VFS) must be applied.
Procedure 5.1. Configure VFS for Common Criteria Requirements
- For a zip installation, modify
EAP_HOME/modules/system/layers/base/.overlays/layer-base-jboss-eap-6.2.2.CP/org/jboss/as/server/main/module.xml:Or, for a RPM from ISO installation, modify/usr/share/jbossas/modules/system/layers/base/org/jboss/as/server/main/module.xml:Replace the line:<module name="org.jboss.vfs"/>
with:<module name="org.jboss.vfs" services="import"/>
- For a zip installation, modify
EAP_HOME/modules/system/layers/base/org/jboss/as/standalone/main/module.xml:Or, for a RPM from ISO installation, modify/usr/share/jbossas/modules/system/layers/base/org/jboss/as/standalone/main/module.xml:Add the VFS configuration within the<dependencies>element:<dependencies> ... <module name="org.jboss.vfs" services="import"/> </dependencies>

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.