LDAP Authentication on JBoss
The below post demonstrates a sample configuration of LDAP Server with JBoss Server Steps: 1. Install OpenDS Directory Server. 2.
Continue readingSSL Configuration with Jboss server
The below post describes the steps to configure SSL for your JBoss Server. Steps: 1:- Create a self signed certificate
Continue readingCreating Virtual Hosts on JBoss
Create an application having the virtual host element in the jboss-web.xml present in the WEB-INF folder of the applicatio jboss-web.xml
Continue readingConfigure Apache WebServer with Jboss cluster.
1:- Create a cluster of Jboss server instances. a:- Copy the folder ’all’ under the server directory i.e. the location
Continue readingCreating a datasource on JBoss
Place the oracle database driver (ojdbc14.jar) in C:JBossjboss-5.1.0.CR1serverdefaultlib Create the datasource xml file and place it in C:JBossjboss-5.1.0.CR1serverdefaultdeploy oracle-ds.xml <datasources>
Continue readingCustom Identity Asserter for Weblogic Server
Identity Asserters are used in token based authentication mechanism. It’s very useful when we have to implement Single Sign on
Continue readingConfiguring SQL Authenticator with Weblogic Server.
Weblogic Server, by default stores the user and group information in an Embedded LDAP Server. If we want to store
Continue readingKerberos in a Proxy/Load Balancer/ Weblogic Cluster
Recently one of my colleague pointed out that I did not cover few aspects of Kerberos configurations in an earlier
Continue reading