Weblogic deployment project in three ways and the choice of deployment methods (excerpted from the Internet)

There are usually three ways to deploy a project in weblogic: first, install and deploy in the console; second, deploy the deployment package in the autodeploy directory in the domain domain; third, use the configuration file config.xml in the domain to deploy the project .

 

1. Console Deployment

1 Start the weblogic service, log in to the weblogic console page, enter the user name and password, and log in to the console

 

\" width=config.xml configuration deployment

config.xml configuration deployment is similar to autodeploy, the difference is that autodeploy automatic deployment must put the deployment package of the project under the autodeploy directory, but the deployment package configured in config.xml can be placed anywhere. This method is also used in the development environment. Personally, this method is not recommended, because every time a new project is deployed, you have to go to the domain to find the config.xml configuration, and then modify it. The risk of errors is too great, it is better to directly The way to use autodeploy.

After the above analysis, console deployment is used in production , and autodeploy or config.xml configuration deployment is used in development . If you use eclipse for development, you can integrate the weblogic plug-in, start and stop weblogic directly in eclipse, and refer to eclipse to install the weblogic plug-in.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326693790&siteId=291194637