Tag Archives: weblogic 12c

Accessing Weblogic 12c’s Runtime Properties Using JMX

In an use case I was working, I needed to access the Weblogic 12c runtime properties. I searched for it in Oracle documentation, but I could not find a complete example, so I decided to create this blog post and … Continue reading

Posted in Java EE, weblogic | Tagged , , | Leave a comment

Installation, Configuration and Use of the Weblogic Maven Plugin for the Oracle Weblogic 12.1.3 Application Server

Recently I had to install this maven plugin and Oracle’s documentation was incorrect in my case. Here are the steps I took to install this plugin: 1) [MANDATORY] Install Maven and configure the M2_HOME, PATH and JAVA_HOME, so that the … Continue reading

Posted in Java EE, maven, weblogic | Tagged , , , , | Leave a comment