Mailing List
Home
Forum Home
Maven - Project building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Cocoon - MVC web framework based on XML/XSL
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database error code ...
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Subject: Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Proposal: Adding jar manifest classpath in jar and war plugins
Servlet File Download dialog problem (IE6,Adobe 6 0)
java security AccessControlException: access denied (java io FilePermission
Unsupported major minor version 48 0 problem while running the an
   telope task
Subject: axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
Classpath problem
jsp data into Excel
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
Subject: InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Subject: AXIS: tomcat timeout ?
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
XDoclet, Struts and Maven: Where to start? SOLUTION
Subject: Running junit tests fails
 
Passing ApplicationServer system properties to the cocoon    log4jconfigurator

Passing ApplicationServer system properties to the cocoon    log4jconfigurator

2007-11-30       - By S?bastien Geindre

 Back
Bonjour Rapha?l!

Rapha?l Pi?roni a ?crit :
> Hi guys,
>
> Using the org.apache.cocoon.spring.configurator.log4j.Log4JConfigurator
> I need to pass the ${jonas.base}system properties inside the log4j.xml
>
> But i can't find a way to change content the settings to insert that
> property from inside my spring configuration,
>
> Do anyone has a clue on this ?
did you have any abswers about this question ?
how to configura log4j.xml file ??

i know that you should give the mvaen plugin about yuoir own log4j.xml
file in the pom.xml :
<plugin>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-maven-plugin</artifactId>
       <version>1.0.0-M1</version>
       <executions>
         <execution>
           <id>rcl</id>
           <phase>compile</phase>
           <goals>
             <goal>rcl</goal>
           </goals>
         </execution>
       </executions>
       <configuration>

<customLog4jXconf>src/main/resources/WEB-INF/log4j.xml</customLog4jXconf>
       </configuration>
     </plugin>

but in this file, i could not set special value : exe : replace
org.apache.cocoon.log4j.loglevel by debug ....???
 <root>
   <priority value="\${org.apache.cocoon.log4j.loglevel}"/>
   <appender-ref ref="COCOON_DEFAULT" />
 </root>

if you have any clue...
>
>
> Best regards,
>
>
> Rapha?l
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe, e-mail: users-unsubscribe@(protected)
> For additional commands, e-mail: users-help@(protected)
>
>


--
S?bastien Geindre
DPREVI/AERO/DEV
sebastien.geindre __at__ meteo.fr




-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)