IPlanet LDAP Server implements dynamic ldap groups by having schema as objectclass = groupOfURLs. A groupOfURLS class can have multiple
Continue readingCategory: Oracle Weblogic Server
This category has posts related to Oracle Weblogic Server
Configuring two way SSL between Client and Weblogic server with Apache proxying the request.
Configure Apache for SSL Create the certificates using openssl (present in apache_homebin) using the below steps: openssl genrsa -des3 -out
Continue readingForce Shutingdown WLS Using JMX
import java.io.IOException; import java.net.MalformedURLException; import java.util.Hashtable; import javax.management.MBeanServerConnection; import javax.management.MalformedObjectNameException; import javax.management.ObjectName; import javax.management.remote.JMXConnector; import javax.management.remote.JMXConnectorFactory; import javax.management.remote.JMXServiceURL; import weblogic.management.runtime.*;
Continue reading