• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

JDBC Realm

 
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
any link or documentation abt the JDBCRealm , i am doing user role validation on weblogic and JDBCRealm

can anybody know abt the documetaton of JDBCRealm on Weblogic i found some documentation with tomcat 5 but not getting any information for weblogic8.1
 
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Santosh,
I'm not sure I understand. JDBC Realm is a realm in Tomcat. How would you use it with Weblogic?
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As far as I know, Weblogic 6.x used to ship an RDBMS authentication provider, but versions 7.x and 8.x no longer do so.

Apparently you have to implement your own, or put your users and roles in Weblogic's internal LDAP tree. They do provide example code to implement a custom authenticator.

Here is a link that mentions this (while it mentions Weblogix _Express_ and version 7.0, I think it is true of the full version too):
Migration from Tomcat to Weblogic Express 8.1

Search for "org.apache.catalina.realm.JDBCRealm" to find the section discussing this.

Tim
 
If you settle for what they are giving you, you deserve what you get. Fight for this tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic