Overview The objective of this Post is to talk about the step by step process of installing the weblogic 12c in GUI mode and creating the domains. Here is a Quick Summary of what we will be discussing on this post System requirements Creating dedicated user and group for weblogic[...]
Read moreAuthor: Sarav AK
How to Pack and Unpack the Domain in weblogic
pack and unpack of weblogic domain While setting up the distributed WebLogic domain infrastructure, You might have wondered,(as I did) "how am going to get the another unix machine into my domain and register it or create the managed server in it ?" Installing the WebLogic and re-creating the domain[...]
Read more
Weblogic 12c Oracle Datasource TNS Exception
Problem While creating a Oracle Data source in weblogic 12c, If you are encountering the below error message upon TestConnection. Though all the SID(Database name) and Host and Port are Correct Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor[...]
Read more
Apache Reverse Proxy - What is it and How to Configure Reverse Proxy
Introduction Proxy, In general terms it means "a person who is authorized to act for another". In Server infrastructure, a Proxy Server do the same thing, It stands in for some other server, which should be kept away and hidden for so many reasons. Proxy servers are used for both legal[...]
Read more
Weblogic Config XML reader
Have you ever wanted to get the server configuration information of WebLogic directly from config.xml without using WLST. I recently had the same requirement and spent a little time ( I think ) to create this simple XML parser in python which helped me in reading the config.xml file's content[...]
Read more
Step by Step PHP installation and Joomla setup on Ubuntu/LinuxMint
PHP is a well known server side scripting language and one of the best languages out there for web development. There are many websites developed using PHP including facebook. LAMP stack has always been a competitive to Java middleware stack. LAMP is an acronym driven from the collaboration of[...]
Read more
A Brief and Practical introduction to Splunk
Splunk is a well known and popular log management and application monitoring operation intelligence technology/product. It generally parses logs(machine data) and take them as raw data and lets users to search, monitor, analyze and visualize them. Here I will give you a little practical overview and show how it looks[...]
Read more