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

Classpath problem � jar files not recognized from EAR in Websphere Application Server

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am using Websphere Application Server V6.0 (Admin Console) for my application. While deploying the application, I am getting classpath problems. All the required .jar files are present in the .ear. I have five EJB modules which are dependent on each other and some utility jar files.I have mentioned all the required .jar files in the META-INF\MANIFEST.MF file of web-module. I am getting NoClassDefFoundError. If I am copying all the .jar files into the Application server's lib, then my application is working fine.

Are there any options to be made through the console? I tried changing the classloader mode option in admin console from PARENT_FIRST to PARENT_LAST. But this did not work.


I have tried all the options but not loading the .jar files from the application.

Please help on the same.


Thanks in advance,
Lavanya
 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
CAN YOU POST THE MANIFEST FILE?

remember that a manifest file is recognised only with 80 character lines
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic