SAP Netweaver hot deployment

社会主义新天地 提交于 2019-12-11 02:55:58

问题


I am completely new to SAP netweaver in fact SAP. I am working in a project which is based on Java/J2ee(JSF, Icefaces) and SAP netweaver combination. Currently, we are building/deploying the application using ant, for every small change in jspx file or some html file, we have do re-build.

Just wanted to know, if I can browse the deployment location like other application servers(Jboss,tomcat,weblogic) and manually deploy the respective changed file. Any possibility.

Does it have hot deployment. I am using SAP J2EE engine/7.00.

Any ideas or approach to make it quickly deploy.


回答1:


You can update JSPs, html, and those type of resources by copying them directly into the web app's working directory. Mine, for example, is /usr/sap/(sid)/J00/j2ee/cluster/apps/(vendor)/(appname)/servlet_jsp/(webapp_root)/root/(your jsps are here).

Note, however, that you will lose those changes if you restart the app server instance because it will reload your application from the database.



来源:https://stackoverflow.com/questions/21408444/sap-netweaver-hot-deployment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!