• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

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
 
It's never done THAT before. Explain it to me tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic