Hi Vincent, This is the content of the cactus.properties file: cactus.logging.config = C:/tomcat/jakarta-tomcat-4.1.30/webapps/test/WEB-INF/classes/logging_server.properties
Unfortunately, I am required to run this on Windows :) I have placed the cactus.properties file inside C:\tomcat\jakarta-tomcat-4.1.30\webapps\test\WEB-INF\classes Hope this helps. Sachin ----- Original Message ----- From: Vincent Massol <[EMAIL PROTECTED]> Date: Thursday, May 27, 2004 10:05 am Subject: RE: RE: need help to turn on logging information > Hi Sachin, > > Actually what I've is said is not completely right. The Servlet Test > Runner implementation has been reading the cactus.properties file for a > long time now. > > Still could you please tell us where you have put your cactus.properties > file? > > Another thing you may want to try is to specify a complete path. Instead > of writing ~tomcat/[...] could you please write the full path. I don't > know if the JDK on unix understands the "~" character. > > Thanks > -Vincent > > > -----Original Message----- > > From: Vincent Massol [EMAIL PROTECTED] > > Sent: 27 May 2004 17:31 > > To: 'Cactus Users List' > > Subject: RE: RE: need help to turn on logging information > > > > > > > > > -----Original Message----- > > > From: sachin shah [EMAIL PROTECTED] > > > Sent: 25 May 2004 17:47 > > > To: Cactus Users List > > > Subject: Re: RE: need help to turn on logging information > > > > > > Hi, > > > I am using the browser module (Cactus Servlet Test Runner). > > > Sachin > > > > hmmm... What version of Cactus are you using? In version < 1.6 the > Servlet > > Test Runner was *NOT* reading the cactus.properties file. > > > > Also, where do you put your cactus.properties file? > > > > Thanks > > -Vincent > > > > > > > > ----- Original Message ----- > > > From: Vincent Massol <[EMAIL PROTECTED]> > > > Date: Tuesday, May 25, 2004 0:33 am > > > Subject: RE: need help to turn on logging information > > > > > > > Hi Sachin, > > > > > > > > Question: what integration module do you use to run your Cactus > tests? > > > > Ant? Maven? Other? > > > > > > > > Thanks > > > > -Vincent > > > > > > > > > -----Original Message----- > > > > > From: sachin shah [EMAIL PROTECTED] > > > > > Sent: 25 May 2004 03:02 > > > > > To: [EMAIL PROTECTED] > > > > > Subject: need help to turn on logging information > > > > > > > > > > Hi, > > > > > I am a new comer to Cactus and have been trying to attempt to > turn > > on > > > > the > > > > > logging information. > > > > > I have created a cactus.properties file containing the > following: > > > > > > > > > > cactus.logging.config = ~tomcat-root/logging_server.properties > > > > > > > > > > In the logging_server.properties file, I have the following: > > > > > > > > > > # Disable logging > > > > > #org.apache.commons.logging.Log = > > > > org.apache.commons.logging.impl.NoOpLog > > > > > # Force to use JDK 1.4 logging > > > > > org.apache.commons.logging.Log = > > > > > org.apache.commons.logging.impl.Jdk14Logger > > > > > > > > > > java.util.logging.config.file = logging_server.properties > > > > > handlers = java.util.logging.FileHandler > > > > > java.util.logging.FileHandler.pattern = %h/java%u.log > > > > > java.util.logging.FileHandler.formatter = > > > > > java.util.logging.SimpleFormatter > > > > > org.apache.cactus.*.level = FINEST > > > > > > > > > > For some reason it does not seem to pick it up. any help is > > > > appreciated. > > > > > Sachin > > > > > > > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > - > > > > > 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] > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
