[jboss-jira] [JBoss JIRA] Updated: (AS7-1378) Make module directory configurable using .sh/.bat run scripts
Rostislav Svoboda (JIRA)
jira-events at lists.jboss.org
Fri Jul 22 08:39:24 EDT 2011
[ https://issues.jboss.org/browse/AS7-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rostislav Svoboda updated AS7-1378:
-----------------------------------
Description:
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}
was:
Make module directory configurable using .sh/.bat run scripts, currently you can specify configuration location using '--server-config' or '--domain-config' + '--host-config' , 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}
> 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
> Reporter: Rostislav Svoboda
> 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list