重命名myclipse中web项目名称的过程
生活随笔
收集整理的這篇文章主要介紹了
重命名myclipse中web项目名称的过程
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1 打開 myclipse
2 最頂層項目上右鍵,Refactor,新名,
3 最頂層項目上右鍵,propterties, MyEclipse, Web, context-root: /新名
4 替換 .css, .js, .jsp 中全部的 "/舊名/"
5 修改apache的配置, /etc/httpd/conf/httpd.conf
? ProxyPass /新名/ http://111.111.111.111:8080/新名/
? ProxyPassReverse /新名/ http://111.111.111.111:8080/新名/
? 重啟 apache
6 重新部署
轉載于:https://www.cnblogs.com/emanlee/p/4624027.html
總結
以上是生活随笔為你收集整理的重命名myclipse中web项目名称的过程的全部內容,希望文章能夠幫你解決所遇到的問題。