WebLogicTargets
Deploying to specific WebLogic targets in NetBeans
Contents |
Setup
- Download the NetBeans 8.2 (or the latest daily before 8.2 is released).
- Register remote WebLogic server.
- Edit the file config/J2EE/InstalledServers/.nbattrs located in NetBeans userdir
- Place the following content inside attributes/fileobject element of the instance you have just registered: <attr name="deployTargets" stringvalue="server1,server2"/>. Replace the server names with actual server or cluster names you want to deploy to.
- Restart the IDE.
Deployment
Use the IDE for Java EE development and deployment as usual. The IDE will deploy the application to the specified targets.