• 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

Problem with jar loading

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, i'm working on was3.5, and there is an ORB problem with my webapp after migration from a tomcat server...In fact, Websphere is using its own orb, while i want to use my Orbix one. When i get the orb, its a ibm ORB. I tried to set the xbootclasspath to load first the orbix jars, but the webapp crash during launch...
Is there a parameter to set in order to forget this ibm ORB, and to load only my ORB?
Thanks far any help!
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,I want use PJA(Pure Java Awt) to replace Sun Awt.I put it on Weblogic or Tomcat environment and use successfully. But when I use Webshpere3.5,I don't know how to deploy it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic