• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

problem deploying application on websphere community edition

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a problem deploying an ear on the Websphere Community edition 2.1.
The ear has a 'lib' folder which has third party libraries (all are jar files). the manifest file in some of these have a classpath that references other jars but are not found in the ears lib folder.
whenever i try deploying on the Websphere community edition, i get the following error...whereas it works fine on websphere 6.1 or weblogic etc.

for example, the lib folder has jakarta-commons-logging-1.0.3.jar which internally has log4j.jar defined in its manifest file classpath, but it is not found in the lib folder of my ear.



Thanks in advance,
Chris
[ September 05, 2008: Message edited by: Pramod Chris ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic