• 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

Deploying ear on weblogic on windows and linux

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an ear file that I have successfully deployed on an XP box with weblogic 8.1. I then tried to deploy the same ear on linux running the same version of weblogic and got a 'NoClassDefFoundError' on the first application-specific class in a jar in the APP-INF/lib in the ear. The ear contains two web apps and an ejb and we are using page flows and jsp and all that gets picked up fine. We have tried adding the jar to the WEB-INF/lib of the web app calling the class, and that did not help either. Every time I try something, I keep thinking that I should not have to do it, because I already know the ear works as is.

Any thoughts on how to fix this would be appreciated.

Thanks,

Don Resnik
 
We don't have time to be charming! Quick, read this 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