I'm having problem with the JDBCAppender under Windows (in case this matter)
I can't get it to work....  I'm getting the class not found:
org.apache.log4j.jdbc.JDBCAppender
I created the project in Java using log4j with exactly the same appender and
it worked. 
The interesting thing is that when I use a Console or a file appender all
works. (weven with the socket appender) but NOT with the JDBC appender and
this is the one I do care about..... How ironic.
Any suggestions what might be a problem?
Here is the appender code" :
  <appender name="MyJdbcAppender"
class="org.apache.log4j.jdbc.JDBCAppender">
    
    
    
    
    <layout class="org.apache.log4j.PatternLayout">
      
    </layout>
  </appender>

Thanks 

-- 
View this message in context: 
http://www.nabble.com/JDBCAppender-tp20593910p20593910.html
Sent from the Log4cxx - Users mailing list archive at Nabble.com.

Reply via email to