• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Connecting weblogic webserver with IPlanet

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi folks,
Out of security considerations I am looking into using 2 webservers to present webpages to a browser. Basically a weblogic webserver sits in the dmz with the appserver, receives data from the appserver -strips off some sensitive data and forwards the rest to an IPlanet server (which is behind the firewall but not as secure as the other servers), where the content (graphics, layouts etc) is added to the data and presented tothe user. I will be using jsp, servlets etc. I was wondering if anybody has ever used a similar system and potential issues I should look out for, or some sites that may be of help. I've experience using Weblogic but not IPlanet,
thanks in advance,
t.r.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic