]
Brian Stansberry resolved AS7-1378.
-----------------------------------
Resolution: Done
Make module directory configurable using .sh/.bat run scripts
-------------------------------------------------------------
Key: AS7-1378
URL:
https://issues.jboss.org/browse/AS7-1378
Project: Application Server 7
Issue Type: Feature Request
Components: Scripts
Reporter: Rostislav Svoboda
Assignee: Brian Stansberry
Fix For: 7.1.0.Alpha1
Make module directory configurable using .sh/.bat run scripts, currently you can specify
configuration location using 'server-config' or 'domain-config' +
'host-config' parameters , location of modules directory should be configurable
too.
It's necessary to make changes on .bat/.sh files level to make module directory
configurable.
Currently it's hard-coded to use module directory under JBOSS_HOME directory
{code}
...
-mp \"$JBOSS_HOME/modules\" \
...
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: