基于DOS命令打war包

基于DOS命令打war包

环境版本信息:win10 x64;Tomcat9.0



操作

  1. 将javaweb项目放到磁盘中的某个位置(例如:F:\javaweb\demodemo为javaweb项目),路径上不可有中文字符
  2. 打开命令行窗口(cmd.exe),cd切换进javaweb项目里面
    cd F:\javaweb\demo
    
  3. 运行代码jar -cvf Project_name.war ./*,其中Project_name命名随意,但不可有中文字符
    cd F:\javaweb\demo>jar -cvf Project_name.war ./*
    
  4. 成功即在窗口中显示正在添加:……(输入=……)(输出=……)(压缩了……),并在项目内自动生成war文件

Tomcat中部署war包

  1. 启动tomcat,进入浏览器localhost:8080
  2. 点击Manager App。提示输入用户名和密码,点击取消。
  3. 查看401 Unauthorized(未授权)信息

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.

<role rolename="manager-gui"/>
<user username="tomcat" password="s3cret" roles="manager-gui"/>
  1. <role /><user />复制到conf/tomcat-users.xml的最下面(但要在<tomcat-users> </tomcat-users里面)
  2. 再次进入Manager App,将usernamepassword信息复制到用户名、密码栏中,进入Manager App
  3. WAR file to deploy部分中选择war包,点击部署,成功后即可在Applications部分看到对应的javaweb项目

运行war包对应的javaweb项目

浏览器中输入localhost:8080/刚部署的javaweb项目名,出现页面即表示成功部署

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值