• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Prorblem using class-path in manifest.mf

 
Ranch Hand
Posts: 169
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Our weblogic server (8.1 sp3) classpath refers to spring 1.2
But my app uses spring 1.1. So I am trying to set the class-Path in my EAR so that it loads the spring from my EAR and not from server lib. But it is not working.
My class path setting in Manifest.mf are:
----------------------------------
Manifest-Version: 1.0
Class-Path: APP-INF/lib/spring.jar
-------------------------------------
spring.jar is inside APP-INF/lib (and APP-INF at the root of EAR)

Is this not supported by weblogic 8.1?

Any help?

Thanks,
Manoj
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic