• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Configuring WAS with IHS ( Powered by Apache)

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can i configure a application to use IHS(Powered by Apache)for login to the application and after that it has to route WebSphere for serving the requests?

WAS 6.1
IHS 6.1 (Powered by apache 2.4)

The login has to route the LDAP server ...!

Any ideas please ...!!!
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you clarify? I think I'm getting it.

What you want is a unified log in? So the user logs in to the web server, is challenged by a login screen, and after providing credentials, those credentials will mitigate access to J2EE resources, and to resources running on the web server?

Remember, normal J2EE security only deals with resources on the application server, aka WebSphere. The Http server is not considered to be part of the secured J2EE zone. Now, having said that, WebSphere has done some interesting things with IHS.

Quite often, extra tools, such as WebSeal or Tivoli Access Manager are used to create a single-sign on zone.

-Cameron McKenzie
 
reply
    Bookmark Topic Watch Topic
  • New Topic