博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
tomcat path配置
阅读量:4557 次
发布时间:2019-06-08

本文共 781 字,大约阅读时间需要 2 分钟。

demo:/root# curl http://192.168.32.42:8082/api/
用户管理

Welcome Scan

https://www.zjtest4.com/api/也是返回 Welcome Scan修改配置:
或者
http://192.168.32.42:8082/api此时访问不到需要:http://192.168.32.42:8082/https://www.zjtest4.com/api/也访问不到继续修改:
app01:/usr/local/apache-tomcat-7.0.55_8082/conf> ls -ltr /t/deploy/zjtest4/deployedApps/zjzc-web-apitotal 5-rwxrwxrwx 1 root root 2090 May 7 13:42 test.htmldrwxrwxrwx 1 root root 0 May 16 10:58 commondrwxrwxrwx 1 root root 0 May 16 10:58 WEB-INFdrwxrwxrwx 1 root root 0 May 16 10:58 META-INF-rwxrwxrwx 1 root root 292 Aug 9 16:27 index.htmldrwxrwxrwx 1 root root 0 Aug 9 16:49 api多创建一个api目录这样通过:http://192.168.32.42:8082/https://www.zjtest4.com/api/都可以访问
 

转载于:https://www.cnblogs.com/zhaoyangjian724/p/6199405.html

你可能感兴趣的文章
Checklist: 2019 05.01 ~ 06.30
查看>>
Binary XML file : Error inflating class com.esri.android.map.MapView
查看>>
grep,awk和sed
查看>>
.NET Core WebAPI IIS 部署问题
查看>>
SystemTap 静态探针安装包
查看>>
redis五种数据类型的使用
查看>>
Form表单中的onClick,onSubmit和submit
查看>>
Python-SocketServer源码
查看>>
JavaScript-基本数据类型
查看>>
CentOS 7.3 实体机启动 U 盘制作
查看>>
mysql数据库
查看>>
dede调用文章里的图片
查看>>
windows 窗体基本控件
查看>>
unix date 命令获取某日期的前一天
查看>>
python中set、list、dict内部实现原理
查看>>
Python3 MySQL 数据库连接
查看>>
正则\1\2和\\1的理解
查看>>
Python文件操作(一)
查看>>
Sage CRM 平衡区域树结构
查看>>
Codeforces Round #228 (Div. 1) C. Fox and Card Game 博弈
查看>>