[jboss-jira] [JBoss JIRA] (AS7-6127) allow expressions in the web subsystem
John Mazzitelli (JIRA)
jira-events at lists.jboss.org
Wed Jan 9 12:09:08 EST 2013
[ https://issues.jboss.org/browse/AS7-6127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744489#comment-12744489 ]
John Mazzitelli commented on AS7-6127:
--------------------------------------
Just wanted to make sure this fix includes the use-case where a sysprop value itself has an expression in it.
For example, one problem I see on 7.1.1.Final is with ca-certificate-file and certificate-key-file attributes on ssl=configuration resource - if you set one of those to:
${x}
and x is a system prop whose actual value has an expression in it such as:
${jboss.server.config.dir}/my.keystore
the web connector fails to start with:
Caused by: LifecycleException: Protocol handler initialization failed: java.io.FileNotFoundException: ${jboss.server.config.dir}/my.keystore (No such file or directory)
So the web connector fails to do further sysprop expansion if a sysprop value itself has a sysprop expression in it.
> allow expressions in the web subsystem
> --------------------------------------
>
> Key: AS7-6127
> URL: https://issues.jboss.org/browse/AS7-6127
> Project: Application Server 7
> Issue Type: Sub-task
> Components: Domain Management, Web
> Affects Versions: 7.1.3.Final (EAP)
> Reporter: Emanuel Muckenhuber
> Assignee: Tomaz Cerar
> Fix For: 7.2.0.Alpha1
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list