[jboss-jira] [JBoss JIRA] (AS7-2544) Relative paths in configuration sensitive to current work dir
Thomas Diesler (Created) (JIRA)
jira-events at lists.jboss.org
Tue Nov 8 03:00:45 EST 2011
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: 7.1.0.CR1
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
More information about the jboss-jira
mailing list