Targeting test NetBeans deployment to a WebLogic cluster

455 Views Asked by At

I develop a J2EE application using NetBeans 8.0.2 connected to a local WebLogic 10.3.6.0 installation. The project is Ant based.

The WebLogic plugin for NetBeans (at least, its UI) offers to select a WebLogic domain for test deployment, but not a server/cluster inside it. In practice, the deployment goes to the domain's AdminServer.

But the AdminServer is always standalone and, therefore, unsuitable for testing cluster specific features. For instance, an application with a <singleton-service> in its weblogic-application.xml is absolutely unable to be run on a standalone server.

So, I ask: is there some way to setup NetBeans to target the test deployment to a user defined cluster instead of the AdminServer?

Please don't mention the option of building EAR files and then deploying them with WLST or manually: I look for the way to get the standard "Deploy" menu item working as needed.

0

There are 0 best solutions below