Skip to content
Amit's Tech Blog

Tech Blog

  • Oracle UCM
  • Weblogic Configuration
  • Webcenter Portal
  • Linux
  • All Other Things
  • Web Server Configuration
  • OAM
  • JAVA
  • Concepts
  • Oracle IBR
  • SOA/BPM
  • Security
  • OIM
  • OVD
  • Web
  • YouTube

Web Server Configuration

  • Home
  • Web Server Configuration

Steps to create a self signed certificate

Posted by By Amit June 9, 2017Posted inLinux, Web Server Configuration
Steps to generate self signed certificate on Linux: #openssl genrsa -des3 -out <key filename.key> 4096 #openssl req -new -key <key filename generated above> -out <csr file filename.csr> #openssl x509 -req…
Read More

Default passwords for Demo Truststore and Demo Identitystore in WebLogic

Posted by By Amit June 24, 2015Posted inWeb Server Configuration, Weblogic Configuration

If you are connecting to the server you need to know where the key stores live, so here is a table with all the default values in:

Continue Reading
Read More

Get weblogic server plugin version

Posted by By Amit May 4, 2015Posted inWeb Server Configuration
strings mod_wl.so | grep -i wlsplugins Sample response: WLSPLUGINS_11.1.1.7.0_SOLARIS.X64_130212.0859 WLSPLUGINS_11.1.1.7.0_SOLARIS.X64_130212.0859 WebLogic Server Plugin version 1.1 <WLSPLUGINS_11.1.1.7.0_SOLARIS.X64_130212.0859>  
Read More

Disable SSLv3 in Apache HTTP Server

Posted by By Amit February 16, 2015Posted inWeb Server Configuration

Background:

We had a requirement to disable all version of ssl for encryption and use TLS. We used https://www.ssllabs.com to test our http server

We found that SSL 3 had a vulnerability. By removing SSL from the list of supported protocols, BEAST attach and POODLE were mitigated and were able to achieve an over all rating of B for our website

Continue Reading
Read More

httpd.conf configuration for Webcenter

Posted by By Amit August 11, 2011Posted inOracle UCM, Web Server Configuration, Webcenter Portal

Below is the configuration that we used in our httpd.conf file on the web server. We were using apache 2.2.3 version

The configuration below is done to access following on the weblogic server:

Continue Reading
Read More
Search
Recent Posts
  • Monolithic architecture vs microservices
  • Structure and Syntax of MongoDB Document
  • Secret to increase YouTube Views
  • YouTube Channel Art Specifications
  • PCIe, NVMe, M.2, SSD understood
Archives
  • April 2025 1
  • September 2020 2
  • August 2020 1
  • May 2020 1
  • February 2020 1
  • April 2019 1
  • May 2018 1
  • June 2017 2
  • November 2016 2
  • April 2016 1
  • October 2015 2
  • August 2015 1
  • June 2015 6
  • May 2015 5
  • April 2015 3
  • March 2015 1
  • February 2015 3
  • November 2014 1
  • June 2014 1
  • January 2014 1
  • July 2012 4
  • September 2011 3
  • August 2011 8
Copyright 2025 — Amit's Tech Blog. All rights reserved.
Scroll to Top