当前位置:网站首页>The jar package has been launched on Alibaba cloud server and the security group has been opened, but postman still can't run. What should we do
The jar package has been launched on Alibaba cloud server and the security group has been opened, but postman still can't run. What should we do
2022-07-25 09:32:00 【Program Yuan who just wants to make money】
Are there any friends who use Alibaba cloud servers , Today I met xshell It clearly shows that the server is connected ,Jar It's working , but postman The test always shows that the interface cannot be sent .

see URL, Fill in the parameters , There is no problem filling in the interface type , But it just doesn't work , Later I learned that I had to solve it like this :
1. The problem is that there is a security group and an internal firewall, which is unnecessary !!!
2. hold Alibaba Linux Your firewall is off !!
3.Ali The server should be configured iptable Firewall !!!
4. Try the following commands one by one, and I'll solve it :
① service iptables status Check the firewall status for problems
② service iptables stop Turn off firewall
③ firewall-cmd --state Check the status ,//running Said to run
④ systemctl stop firewalld.service Turn off firewall

边栏推荐
猜你喜欢

Unable to start debugging on the web server, the web server failed to find the requested resource

深入解读C语言随机数函数和如何实现随机数

@1-1 CCF 2021-04-1 灰度直方图
![[WSN communication] optimize HWSN energy-saving clustering protocol based on MATLAB biogeography [including Matlab source code, 1989]](/img/47/c804acc3f8de1f0cd5938c3d889e46.png)
[WSN communication] optimize HWSN energy-saving clustering protocol based on MATLAB biogeography [including Matlab source code, 1989]

如何将Jar包部署到服务器,注:启动命令有无nohup有很大关系
![[GYCTF2020]Ez_ Express](/img/ce/02b90708f215715bb53cacfd4c21f0.png)
[GYCTF2020]Ez_ Express

【代码源】每日一题 算的我头都大啦

*7-2 CCF 2015-09-2 日期计算

~2 ccf 2022-03-1 未初始化警告
![[GYCTF2020]Ez_Express](/img/ce/02b90708f215715bb53cacfd4c21f0.png)
[GYCTF2020]Ez_Express
随机推荐
Reverse Integer
【代码源】每日一题 非递减01序列
<T>泛型方法演示
Front page printing
Understand why we should rewrite the equals method and hashcode method at the same time + example analysis
学习 Redis linux 安装Redis
Click to hide the column in wechat applet, and then click to show it
【代码源】 每日一题 素数之欢(bfs)
Go基础3
Redis list 结构命令
机器学习 —— Sklearn包中StandardScaler()、transform()、fit()的详细介绍
Read and write mongodb database files
Idea practical tips --- now change pom.xml (red) to pom.xml (blue)
CentOS changes MySQL database directory
数据控制语言(DCL)
TCP网络应用程序开发流程
前台页面打印
SSM框架整合,简单案例
Numpy - Construction of array
@4-1 CCF 2020-06-1 线性分类器