简体   繁体   English

无需重新部署就可以将部署在在线Web逻辑服务器上的War文件中的Jsp / HTML页面更改?

[英]Change in Jsp/Html page in War file deployed on online web logic server without re-deployment?

I am working on online web logic server which is running on specific link.I have already deployed my Ear/War file on it but I want to make some changes in html/jsp page of deployed application. 我正在运行在特定链接上运行的在线Web逻辑服务器。我已经在上面部署了Ear / War文件,但是我想在已部署应用程序的html / jsp页面中进行一些更改。 If I follow regular approach of deployment then it will take 20 minutes to deploy it. 如果我遵循常规的部署方法,则将需要20分钟的时间来部署它。

Is it possible to make changes without redeploying the application or is there any way to resolve this problem ?* 是否可以在不重新部署应用程序的情况下进行更改,或者有什么方法可以解决此问题?*

If possible share your explanation . 如果可能,请分享您的解释。

Instead of the usual "delete"/"install" steps to redeploy an application, you can instead use the "update" button. 您可以使用“更新”按钮来代替重新部署应用程序的常规“删除” /“安装”步骤。 This updates the deployment while the old version is still running. 当旧版本仍在运行时,这将更新部署。 This works fine for simple webapps. 这对于简单的webapp来说效果很好。

For more sophisticated solutions refer to the Redeployment Section of the Documentation (here is the 12.1.1 Documentation https://docs.oracle.com/cd/E24329_01/web.1211/e24443/redeploy.htm#DEPGD288 ) 有关更复杂的解决方案,请参阅文档的“重新部署”部分(此处是12.1.1文档https://docs.oracle.com/cd/E24329_01/web.1211/e24443/redeploy.htm#DEPGD288

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在war文件中更改静态内容(例如HTML,JS和CSS),而无需在JBoss 5上重新部署 - Change the static content such as HTML, JS and CSS in a war file without re-deployment on JBoss 5 Glassfish 4.1不必要的重新部署 - Glassfish 4.1 unnecessary re-deployment Jetty嵌入式服务器-更改War文件的部署路径 - Jetty embedded server - change the path where the war file will be deployed 如何找到在Weblogic服务器上部署的War文件的部署日期 - How can I find deployment date of war file, deployed at weblogic server 读取JSP文件并生成HTML-而不是通过Web服务器 - Read a JSP file and produce HTML - not with a web server 可以在任何服务器上部署war文件吗? - Can a war file be deployed on any server? 尝试在线查看已部署的JSP页面。 XAMP / Tomcat - Trying to view deployed JSP page online. XAMP / Tomcat 使用Web Sphere服务器,我们能否从部署的.war / .ear /中更新和读取文件。 文件? - Using web sphere server, Can we update and read file from the deployed .war/.ear/. files? 在WebLogic Server上部署War文件时出错 - Error on war file deployment on WebLogic Server 如何搜索任何网页/ HTML页面的相应JSP文件? - How to search the correponding JSP file of any web page/HTML page?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM