• 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

Expert help needed configuring GlassFish v3 for Secure EJB IIOP calls

 
Author
Posts: 131
7
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have 2 GlassFish v3 servers running, one is the Servlet/JSP server, the other is the EJB server. I can successfully use @Remote on the EJB server to define a remote EJB. I can also successfully use a combination of @EJB and sun-web.xml on the Servlet/JSP server to call the remote EJB over port 3700 non-securely.

Now, I want to use the SSL_MUTUALAUTH ORB IIOP Listener on port 3920 to make my remote EJB calls secure from my Servlet/JSP server to my EJB server.

Has anyone done this?

Where can I find documentation for configuring the Servlet/JSP server application?

Where can I find documentation for configuring the EJB server beans?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic