我有一个spring sts项目,我在服务器上运行它(关键)
我可以使用http://localhost:8080/webapp访问该应用 但我无法使用http://ipaddress:8080/webapp访问它 它在同一台机器上。理想情况下,如果你把ip地址代替localhost它应该工作。我想在服务器文件上需要做一些更改但不知道改变了什么。它也是一个MAC OS .Below是我的服务.xml连接器字符串
<Connector acceptCount="100" connectionTimeout="20000" executor="tomcatThreadPool" maxKeepAliveRequests="15" port="${bio.http.port}" protocol="org.apache.coyote.http11.Http11Protocol" redirectPort="${bio.https.port}"/>