Hi ,
I developed all my web applications using Appfuse Framework..I used
Josso to make as a sso for all my web applications..In Josso in tomcat
server.xml i used JAASRealm ..when i am trying to retrieve the values from
Josso..My web application developed using Josso contacting JDBCRealm and
trying to retrieve the SSO ID from JDBC..it's not contaction JAAS realm..how
can i remove the JDBC realm from web appl and what are the files i need to
remove..
Here are the files i removed:
I removed JDBC conn from properties.xml and tomcat-context.xml i
removed.Still it's contacting JDBCRealm not JAASRealm..pls let me know..
Thanks in advance.