简体   繁体   English

apache tomcat 中未显示 ajp/1.3 端口号

[英]ajp/1.3 port no is not showing in apache tomcat

I was running my web program in eclipse ide using apache tomcat but while changing my port number I didn't find ajp/1.3 port, I think in past while solving an error I tried to change it and now it's not there, I tried to reinstall apache tomcat but still, it's not coming. I was running my web program in eclipse ide using apache tomcat but while changing my port number I didn't find ajp/1.3 port, I think in past while solving an error I tried to change it and now it's not there, I tried to重新安装 apache tomcat 但仍然没有。

这是tomcat服务器的图像 在此处输入图像描述 please help me请帮我

Go to the Tomcat server conf($Tomcat_Home/conf) directory and check the AJP connector available or not in server.xml. Go 到 Tomcat 服务器 conf($Tomcat_Home/conf) 目录并检查 server.xml 中的 AJP 连接器是否可用。 If not the add below entry in server.xml after HTTP connector.如果不是在 HTTP 连接器之后的 server.xml 中添加以下条目。

<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM