This is in the log4j.properties file. I'm using tdk2.2 (latest stable?). Should this be translated by ant during a build process?
log4j.appender.org.apache.stratum.component.ComponentLoader.file = @LOG_DIR@/turbine.log > -----Original Message----- > From: Quinton McCombs [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 10:23 AM > To: 'Turbine Users List' > Subject: RE: Migrating tdk to unix box > > > Your logging is configured to go to a specific file. Check > Log4j.properties (if 2.2) or TR.props. > > -------------------------------------------- > Quinton McCombs > NequalsOne - HealthCare marketing tools > mailto:[EMAIL PROTECTED] > http://www.NequalsOne.com > > > -----Original Message----- > > From: Mark Lybarger [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, March 25, 2003 9:16 AM > > To: Turbine Users List (E-mail) > > Subject: Migrating tdk to unix box > > > > > > I'm migrating my TDK web application from my windows > > development box to a Weblogic/Unix environment. When > > bringing up the application, the below is shown. I guess > > this is coming from the build.properties. Is there a way to > > give a relative path for the tdk.home property? are other > > values in the build.properties used for execution? weblogic > > doesn't use a webapps directory, but an applications directory... > > > > Thanks! > > > > > > java.io.FileNotFoundException: > > c:/cbc/tdk/tdk/webapps/scoring/logs/turbine.log (No such file > > or directory) > > at java.io.FileOutputStream.open(Native Method) > > at > java.io.FileOutputStream.<init>(FileOutputStream.java:102) > > at > > org.apache.log4j.FileAppender.setFile(FileAppender.java:272) > > at > > org.apache.log4j.FileAppender.activateOptions(FileAppender.java:151) > > at > > org.apache.log4j.config.PropertySetter.activate(PropertySetter > > .java:247) > > at > > org.apache.log4j.config.PropertySetter.setProperties(PropertyS > > etter.java:123 > > ) > > at > > org.apache.log4j.config.PropertySetter.setProperties(PropertyS > > etter.java:87) > > at > > org.apache.log4j.PropertyConfigurator.parseAppender(PropertyCo > > nfigurator.jav > > a:645) > > at > > org.apache.log4j.PropertyConfigurator.parseCategory(PropertyCo > > nfigurator.jav > > a:603) > > at > > org.apache.log4j.PropertyConfigurator.parseCatsAndRenderers(Pr > > opertyConfigur > > ator.java:524) > > at > > org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConf > > igurator.java: > > 408) > > at > > org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConf > > igurator.java: > > 432) > > at > > org.apache.log4j.helpers.OptionConverter.selectAndConfigure(Op > > tionConverter. > > java:460) > > at org.apache.log4j.LogManager.<clinit>(LogManager.java:145) > > at org.apache.log4j.Category.getInstance(Category.java:530) > > at > > org.apache.stratum.component.ComponentLoader.<clinit>(Componen > > tLoader.java:8 > > 1) > > at > > org.apache.turbine.services.component.TurbineComponentService. > > init(TurbineCo > > mponentService.java:162) > > at > > org.apache.turbine.services.TurbineBaseService.init(TurbineBas > > eService.java: > > 108) > > at > > org.apache.turbine.services.BaseInitableBroker.initClass(BaseI > > nitableBroker. > > java:149) > > at > > org.apache.turbine.services.BaseServiceBroker.doInitService(Ba > > seServiceBroke > > r.java:224) > > at > > org.apache.turbine.services.BaseServiceBroker.initServices(Bas > > eServiceBroker > > .java:193) > > at org.apache.turbine.Turbine.init(Turbine.java:257) > > at > javax.servlet.GenericServlet.init(GenericServlet.java:258) > > at > > weblogic.servlet.internal.ServletStubImpl.createServlet(Servle > > tStubImpl.java > > :700) > > at > > weblogic.servlet.internal.ServletStubImpl.createInstances(Serv > > letStubImpl.ja > > va:643) > > at > > weblogic.servlet.internal.ServletStubImpl.prepareServlet(Servl > > etStubImpl.jav > > a:588) > > at > > weblogic.servlet.internal.WebAppServletContext.preloadServlet( > > WebAppServletC > > ontext.java:2221) > > at > > weblogic.servlet.internal.WebAppServletContext.preloadServlets > > (WebAppServlet > > Context.java:2165) > > at > > weblogic.servlet.internal.HttpServer.preloadServlets(HttpServe > > r.java:475) > > at > > weblogic.servlet.internal.WebService.preloadServlets(WebServic > > e.java:450) > > at > > weblogic.t3.srvr.ServletInitRunner.run(ServletInitRunner.java:49) > > at java.lang.Thread.run(Thread.java:484) > > Mark Lybarger > > [EMAIL PROTECTED] > > CBC Companies > > 614.442.3741 > > > > --- > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.463 / Virus Database: 262 - Release Date: 3/17/2003 > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.463 / Virus Database: 262 - Release Date: 3/17/2003 > > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.463 / Virus Database: 262 - Release Date: 3/17/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
