Porting JDBCRealm from tomcat to OC4J

I am porting a servlet from Tomcat 5.5

to OC4J 10.1.3.1

.

In Tomcat, we have set up JDBCRealm

for Authentication and Authorization. This has been configured with $TOMCAT_HOME/conf/server.xml

.

Is there a similar mechanism in OC4J

? Where will I start looking for it? How to define it?

0


source to share


1 answer


Yes, OC4J has a similar mechanism. It is DBTableOraDataSourceLoginModule , which is the login module that ships with OC4J.



+1


source







All Articles