netbeans - How to use log4j in an EJB Module with WebLogic? -


I added log4j.xml say folder covers log4j.jar libraries, sources
;
But I get an error:

  **   

I have also tried including classpath:. \ Lib \ log4j ... MANIFEST.MF in .jar but still no positive feedback ..

Please guide me how to solve this ???

After the

Use Java Utility logging, which is included in JEE space. No additional jar is added.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -