Oracle WebLogic
-
Enterprise Java
How to use NodeManager to control WebLogic Servers
In my previous post, you have seen how we can start a WebLogic admin and multiple managed servers. One downside…
Read More » -
Enterprise Java
How to start multiple WebLogic managed servers
The WebLogic Server docs recommand you to create a dedicated admin server and then sepearate managed servers for application deployment.…
Read More » -
Enterprise Java
How to create MySQL DataSource in WebLogic Server
One cool thing about using an application server is that it allows you to create DataSource outside of your application…
Read More » -
Enterprise Java
WebLogic Classloader Analysis Tool
The WebLogic Server has a built-in webapp called Classloader Analysis Tool, and you may access it through http://localhost:7001/wls-cat You need…
Read More » -
Enterprise Java
Developing Java EE applications with Maven and WebLogic 12c
The WebLogic Server 12c has very nice support for Maven now. The doc for this is kinda hidden though, so…
Read More » -
Enterprise Java
Creating deployment plans with Oracle WebLogic
Creating deployment plans Deployment plans are part of the JSR-88 deployment standard, although not explicitly stated in this standard. A…
Read More » -
Enterprise Java
Taming the JMX on WebLogic Server
Let assume couple things first: I assume you have heard of Java’s JMX features and familiar what it does (expose…
Read More » -
Enterprise Java
Running RichFaces on WebLogic 12c
I initially thought I could write this post months back already. But I ended up being overwhelmed by different things.…
Read More » -
Enterprise Java
Dealing with Weblogic Stuck Threads
Definition or What is a Stuck Thread? WebLogic Server diagnoses a thread as stuck if it is continually working…
Read More »