可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
I have an Enterprise Application in Weblogic server.
When I modify any java class I have to build the .ear
file and deploy in server every time, for a small modification also I need to build the whole application and deploy in server. Server is taking around 10 minutes time to do this.
Is there any other way to do this?
When I was working with Tomcat we used to update the .class
directly in webapps project folder so that we don't need to re-build the entire application.
回答1:
回答2:
When you create a weblogic domain, you define it will be started in Development or Production mode. To modify that, update the value of production-mode-enabled to true or false in config/config.xml
For more details check the following link or Weblogic documentation.
Difference between DEV and PROD mode in Weblogic 10.3
About your question on Weblogic Plugin, I suppose your're talking about OEPE (Oracle Enterprise Pack for Eclipse), which will deploy your application to a running domain that will be in dev or prod mode according to the mentioned in the config.xml