Mark Struberg created TOMEE-1215:
------------------------------------
Summary: 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)