|
From: Leif M. <lei...@ta...> - 2009-01-15 09:00:15
|
Sai, This is done in the same way as it is done with Java standalone. Do you want to reference them on the generated Java command line? Normally the log4j.properties file is found by searching the path. You simply need to add the location of that directory to your classpath as follows: wrapper.java.classpath.1=../lib/wrapper.jar wrapper.java.classpath.2=../lib/myapp.jar wrapper.java.classpath.3=../lib/ <- this is where your log4j.properties file is located. This page walks you through debugging log4j configuration. http://jaitechwriteups.blogspot.com/2006/07/know-how-log4j-tries-to-configure.html Cheers, Leif On Thu, Jan 15, 2009 at 3:05 AM, Sunkavelli, Sai M (Sai)** CTR ** <sai...@al...> wrote: > > Hi > > In wrapper.conf is there any place to mention log4j.properties and > MyOwnApplication.properties files or how do we do in general with > wrapper.conf > > Thanks > -Sai |