Thursday December 08, 2005
Develop Custom Realm in NetBeans I will write simple custom realm for Sun Application server in NetBeans. This realm will be used for authentication of users. I will implement very simple realm that will check password that are stored in Hashtable. I guess, extending this realm for using JDBC or other technology is easy task.
Implementation involves the following three steps:
<!DOCTYPE project [<!ENTITY RealmTargets SYSTEM "realm-targets.xml">]>
.......
&RealmTargets;
Posted by Heiko Wagner on December 16, 2005 at 10:53 AM CET #
Posted by Geetanjalee Paygude on March 22, 2006 at 08:10 AM CET #
Posted by oo on May 31, 2006 at 06:17 PM CEST #
Posted by Test on December 20, 2006 at 08:38 AM CET #
I performed step by step all in this tutorial. But when I put's jar file in domains/domain1/lib directory and correct's classpath suffix of JVM's classpath settings, app serv (Sun Java System Application Server 9.1 (build b58g-fcs)) can't find MyJDBCRealm class. Could you pleas prompt me what the reason of this problem.
Posted by Alex on October 15, 2007 at 07:50 AM CEST #
ety
Posted by 136.186.1.190 on October 30, 2007 at 07:36 AM CET #