Still problems with classpth inside Manifets.mf
Hello!Recently I got exelent help with this from arne_v. But when I deploy my app in an other server but very similar to my development environment it doesn't work.
The problem is that my EJB doesn't find the lib/*.jar inside myejb.jar
My Manifest.mf file looks like:
Manifest-Version: 1.0
Class-Path: lib/xml-apis.jar
lib/sax.jar
lib/weblogic.jar
lib/jaxp-api.jar
lib/commons-httpclient.jar
lib/commons-logging-1.0.4.jar
lib/commons-logging.jar
lib/log4j-1.2.13.jar
lib/xalan.jar
lib/xercesImpl.jar
I pack my it like
jar cvfm myejb.jar MANIFEST.MF *.jar *.xml *.properties com/ lib/ META-INF/ jmsresource/
The Metainf.mf inside the jar looks like:
Manifest-Version: 1.0
Created-By: 1.4.0 (Sun Microsystems Inc.)
Class-Path: lib/xml-apis.jar lib/sax.jar lib/weblogic.jar lib/jaxp-api
.jar lib/commons-httpclient.jar lib/commons-logging-1.0.4.jar lib/com
mons-logging.jar lib/log4j-1.2.13.jar lib/xalan.jar lib/xercesImpl.ja
r
How ever this runs perfect on my computer but not on the customer app.
The different is that we start our weblogic different.
I start weblogic from a script.
The customer starts weblogic like a service with a classpath stored in the register.
If you have any clue please let me now.
Best regards
Fredrik