Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hot deploy with WebLogic server?

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.

like image 470
Ramesh Kotha Avatar asked Jan 19 '12 22:01

Ramesh Kotha


People also ask

How do I deploy a WebLogic server?

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.

How many types of deployment are there in WebLogic?

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.


1 Answers

Yes - there is a feature called FastSwap.

Using FastSwap to speed up dev

Using FastSwap Deployment to Minimize Redeployment

like image 59
Jeff West Avatar answered Oct 13 '22 00:10

Jeff West