Sarav is the creator and Founding Author of Devops Junction. He has 13+ years of experience in Software Development and Architecture. He has written around 250+ articles on various technologies.
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
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
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
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
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
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