Creating Subdirectory Structure
For creating a module, you need to create the sub-directory structure.
Procedure
- For Oracle database, create the hierarchal folders in the $JBOSS_HOME\modules directory as follows:
- For SQL Server database, create the hierarchal folders in the $JBOSS_HOME\modules directory as follows:
- For PostgreSQL database, create the hierarchal folders in the $JBOSS_HOME\modules directory as follows:
Result
After creating the sub-directory structure, perform the following steps:
- Place the module.xml file specific to each database in the sub-directory. For information on creating a module.xml file for each database, refer to Module Creation.
- Place the JAR files specific to each database in the sub-directory. For information on downloading or copying JAR files for each database, refer to the JDBC Related Libraries section in "Third Party Libraries".
Copyright © Cloud Software Group, Inc. All rights reserved.