I have an enterprise application running on a WebLogic server.
When I modify any Java class, I have to build the .ear
file and deploy to the server every time. Even for a small modification, I need to build the whole application and deploy to the server. The server is taking around 10 minutes to do this.
Is there any other way to do this?
When I was working with Tomcat, we used to update the .class
files directly in the webapps
project folder so that we didn't need to re-build the entire application.
To Deploy the EAR File to the Production ServerOpen the WebLogic Server console for the target server running in production mode. On the left-hand side Change Center pane, click Lock & Edit. On the left-hand side Domain Structure pane, click Deployments. On the right-hand content pane, click Install.
WebLogic Server provides three different options for staging files: stage mode, nostage mode, and external_stage mode. The following table describes the behavior and best practices for using the different deployment staging modes.
Yes - there is a feature called FastSwap.
Using FastSwap to speed up dev
Using FastSwap Deployment to Minimize Redeployment
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With