|
I think what Magnus was suggesting was not that you
put log4j-core.jar IN your ejb-jar file, but that you put it in your ear file
and put it in the classpath of your ejb-jar's manifest file. That way,
log4j-core.jar will be just another jar in your ear file. The MANIFEST.MF
in your ejb-jar file will have "log4j-core.jar" as its classpath
entry.
Another (really simple) thing you could try is
adding this to your server.xml:
<library
path="C:\jakarta-log4j-1.0.4\log4j-core.jar" />
That's what I do, it will put it in the orion's
classpath. (I haven't tried editing the orion-application.xml to do this
yet.)
Mike
|
Title: SV: Classpath and library path ERROR ??? --> PLEASE again ???
- Re: Classpath and library path ERROR ??? --> PLEASE agai... Eddie
- Re: Classpath and library path ERROR ??? --> PLEASE agai... Pablo Krause
- SV: Classpath and library path ERROR ??? --> PLEASE agai... Magnus Rydin
- Re: Classpath and library path ERROR ??? --> PLEASE agai... Eddie
- Re: Classpath and library path ERROR ??? --> PLEASE agai... Eddie
- RE: Classpath and library path ERROR ??? --> PLEASE agai... elephantwalker
- Re: Classpath and library path ERROR ??? --> PLEASE agai... Michael Jara
- Re: Classpath and library path ERROR ??? --> PLEASE agai... Eddie
