1) Set WLS Environment C:OracleMiddlewarewlserver_10.3serverbin>setWLSEnv.cmd 2) Go to the lib directory and covert WLS Root Certificate to .pem
Continue readingTag: apache
Apache Administration FAQ’s
How to disable Case Sensitivity in Apache? Apache is case sensitive. When you application is hosted in case-insensitive webserver(like IIS)
Continue readingConfigure Apache Webserver with Weblogic Server
Step 1) Make sure the Apache server runs on port 8080.( This is because sometimes IIS, or some antivirus s/w
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 readingConfiguring 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 reading