[
https://issues.jboss.org/browse/AS7-2544?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry resolved AS7-2544.
-----------------------------------
Fix Version/s: No Release
(was: 7.1.0.Final)
Resolution: Rejected
We provide standard paths, paths elements in the config, and relative-to attributes on
items that may want to use relative paths. If any config element is forcing people to do
things like path="../standalone/configuration/keystores" a specific JIRA should
be filed for that element.
Relative paths in configuration sensitive to current work dir
-------------------------------------------------------------
Key: AS7-2544
URL:
https://issues.jboss.org/browse/AS7-2544
Project: Application Server 7
Issue Type: Bug
Components: Server
Reporter: Thomas Diesler
Assignee: Jason Greene
Fix For: No Release
In standalone.xml I see references to ../standalone/configuration/keystores etc
This assumes a certain workdir. As it is now, server startup fails if you do
$ cd $JBOSS_HOME
$ bin/standalone.sh
Instead you need to do
$ cd $JBOSS_HOME/bin
$ ./standalone.sh
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira