]
James Livingston updated AS7-4809:
----------------------------------
Component/s: Scripts
AS fails to start with colon in path
------------------------------------
Key: AS7-4809
URL:
https://issues.jboss.org/browse/AS7-4809
Project: Application Server 7
Issue Type: Bug
Components: Scripts
Affects Versions: 7.1.1.Final
Reporter: James Livingston
standalone.sh and domain.sh create the module path passed to JBoss Modules -mp option
with:
JBOSS_MODULEPATH="$JBOSS_HOME/modules"
The value passed to -mp is a File.pathSeparator (colon on Linux and semicolon on Windows)
delimited list of paths, not a single path, so this does not work correctly when
JBOSS_HOME contains a colon on Linux, which is a legal but rare character to use in a
path.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: