Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
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>