• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
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
 
What's wrong? Where are you going? Stop! Read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic