[
https://issues.apache.org/jira/browse/TOMEE-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002172#comment-14002172
]
Mark Struberg commented on TOMEE-1215:
--------------------------------------
seems to happen from PersistenceBootstrap. In this case env.get is empty for
openejb.base and for openejb.home :/
> 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)