single sign - on for multiple application

Hi!

guys im trying to implement single sign-on in my application,

im having around 4 applications, i need to integrate them all!

its running in web sphear 5.0 server and i cant change the server settings, cos other application hosted by others are also running in the same!

i need to find a solutin for this!

i have no idea, how to implement single sign-on so i really need ur help friends!

[434 byte] By [vijayvignesha] at [2007-11-27 5:42:08]
# 1

To achieve single sign-on under Tomcat you need to use the Single Sign-On Valve

Add this line to your $CATALINA_HOME/conf/server.xml

<Valve className=抩rg.apache.catalina.authenticator.SingleSignOn?debug=?>

Haven't used this myself, had seen it once in Wrox's Professional Apache Tomcat 5.

I dunno about the Websphere server though; should be something similar; did you Google it?

nogoodatcodinga at 2007-7-12 15:20:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
web spear is lot diffrent than tomcat!im trying my best, hav been breaking my head!thanks for the reply my friend!
vijayvignesha at 2007-7-12 15:20:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...