Is it possible to create custom module using CLI command outside JBOSS_HOME/module directory ?
Issue
- Is it possible to create custom module using
CLIcommand outsideJBOSS_HOME/moduledirectory ? - How to add the modules with
CLIundercustomer_module_dir? - When adding a module using the CLI, we can use following CLI command and that works fine. The module shows up under
$JBOSS_HOME/modules/directory.
module add --name=com.oracle.jdbc --resources=ojdbc6.jar --dependencies=javax.api,javax.transaction.api
But we are using layers.conf file and we'd like to install the module to development layer using the CLI. How do we do that?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.