• 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:

Configure IBM JDK with iPlanet 4.1 to run JSP on it & lookup EJB on Websphere

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to make iPlanet run JSP/Servlet on itself, which can lookup the EJBs deployed on Websphere App Server 4.0. For this, I require IBM's JDK to be configured on iPlanet. Is that right?
When I try to configure iPlanet web server 4.1 SP7, installed on Sun Solaris, to use IBM's JDK, the server stops automatically, as soon as it starts.
The error log says:

Can't I use IBM's JDK with iPlanet 4.1SP7? Can I use Solaris' JVM to execute JSP and lookup EJBs deployed on WAS?
 
author
Posts: 3902
10
Redhat Quarkus Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think you're going to be able to make this work. IIOP interoperability is NOT a part of the EJB level that WAS 4.0 was written to. I think you should instead strongly consider hosting the servlet & jsp on WebSphere instead of inside iPLanet.
Kyle
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic