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

Weblogic 6.1 SP3 on Struts beta 2: NoClassDefFoundError

 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi people,
My environment is Weblogic 6.1 SP3 (Win 2000) running Struts 1.1 Beta 2.
With Struts alone via war deployment itself...it works great with this message: -


BUT, via ear deployment, it throws exception like this: -


I've scan through some forums out there, and it seems to say that weblogic has got some special class loader problem. Others say it's fix and some say you've gotta add classpath to the manifest file like this: -

No, my Weblogic classpath hasn't got Struts.jar on it.
Anyone has got a firm suggestion, please?
reply
    Bookmark Topic Watch Topic
  • New Topic