基于DOS命令打war包
生活随笔
收集整理的這篇文章主要介紹了
基于DOS命令打war包
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
基于DOS命令打war包
環(huán)境版本信息:win10 x64;Tomcat9.0
操作
Tomcat中部署war包
You are not authorized to view this page. If you have not changed any configuration files, please examine the file conf/tomcat-users.xml in your installation. That file must contain the credentials to let you use this webapp.
For example, to add the manager-gui role to a user named tomcat with a password of s3cret, add the following to the config file listed above.
運行war包對應的javaweb項目
瀏覽器中輸入localhost:8080/剛部署的javaweb項目名,出現(xiàn)頁面即表示成功部署
總結(jié)
以上是生活随笔為你收集整理的基于DOS命令打war包的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 新建JavaWeb项目
- 下一篇: Python的__str__()方法