ENVIRONMENT: LINUX Red Hat Enterprise Linux Server release 7.5 (Maipo) WILL BE INSTALLING OHS 12.2.1.3.0 Make sure you take care of all the OS level prerequisite before moving forward with OHS installation. Below screen shot is providing listing of each folder that
Continue readingCategory: Webservers
this category contains posts related to Webservers
STEPS OF INSTALLING OHS 12.2.1.3.0 ON REDHAT LINUX 7 64 BIT
DOWNLOAD OHS 12.2.1.3.0 INSTALLATION FILE FROM ORACLE WEBSITE. INSTALLATION FILE EITHER WILL BE IN a .jar FILE OR IT WILL BE A ZIP FILE. THE ONE I DOWNLOAD IS A ZIP FILE. AFTER DOWNLOADING THE ZIP FILE, EXTRACT THE
Continue readingConfigure IIS7 as a proxy with weblogic server.
To configure the WLS proxy, first thing to do is to place the iisproxy.dll, iisforward.dll and iisproxy.ini in the root folder of the website. In this example, I use the Default Website that is installed with IIS. So the
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 runs on that port).This can be done by modifying the httpd.conf present at D:Program FilesApache GroupApache2conf Modify the Listen port
Continue readingConfiguring IIS with Weblogic Server
This is a simple example of Configuring IIS(running on default port 80) on Weblogic Server. Create two Weblogic Servers running on Port 7001 and 7003, create a Cluster and add the two Servers to the Cluster. Deploy an application on
Continue readingBASIC Authentication with Apache
Create user.txt with the username and password separated by colon user.txt testuser:testuser Then use the htpasswd to encrypt the password Apache2bin>htpasswd.exe -b user.txt testuser testuser Automatically using MD5 format. Updating password for user testuser Add the following in the httpd.conf
Continue reading