• 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

Visibroker

 
Ranch Hand
Posts: 233
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have written an application that uses Visibroker to communicate with a remote CORBA server. I have put the vbjorb.jar and other required JARs under WEB-INF/lib. However, since vbjorb.jar contains classes also contained
in rt.jar, I also add the WEB-INF/lib directory to ws.ext.dirs.
This WSAD configuration works just fine. This is WebSphere 4.0 application.
However, when I attempted to deploy my application to WAS 4.0, I persistently got a NoClassFoundError. Adding a ws.ext.dirs system directory
specifying the directory containing the JARS didn't yield the desired effects. Even specifying the absolute directory path did not work.
Is there some other "trick" in order to deploy such an application successfully to WAS 4.0?
Thx!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic