• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Where to put log4j.jar in Weblogic 6.1?

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried putting log4j.jar file in WEB-INF/lib directory but it didn't
work,so I added log4j.jar file in classpath in startWeblogic.sh/cmd file
and still getting this error.
Any idea?
Thanks in Advance.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Application library dependencies belong in WEB-INF/lib. If you start putting them in the startWeblogic file, you can cause problems with other applications or Weblogic itself as they may depend on different versions of that particular library.
It sounds like you have a problem with your .WAR or .EAR. Have you tried expanding the application file in an empty directory to see if everything is where it should be? You can also open .WAR's and .EAR's with Winzip if you are more comfortable with a graphical environment.
Exactly what didn't work? Compiling? Deploying? Run-time errors?
 
I will open the floodgates of his own worst nightmare! All in a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic