[
https://issues.apache.org/jira/browse/TOMEE-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002186#comment-14002186
]
Mark Struberg commented on TOMEE-1215:
--------------------------------------
debugging further. The init of RootLogger is in Warmup which calls
Log4jLogStreamFactory. Still the variables are not set.
> Log4jLogStreamFactory picks up wrong conf directory
> ---------------------------------------------------
>
> Key: TOMEE-1215
> URL: https://issues.apache.org/jira/browse/TOMEE-1215
> Project: TomEE
> Issue Type: Bug
> Affects Versions: 1.6.0.1
> Reporter: Mark Struberg
> Fix For: 1.7.0
>
>
> Log4jLogStreamFactory (and most probably a few others) pick up the "conf"
> directory from the current path
> {code}
> SystemInstance.get().getConf(null)
> {code}
> which is essentially
> {code}
> system.getBase.getDirectory("conf")
> {code}
> When starting from tomee-maven-plugin this points to my project directory.
> But the tomee working directory is actually in ./target/apache-tomee/
--
This message was sent by Atlassian JIRA
(v6.2#6252)