Can't run Tomcat with local IP on Sequoia

Hi, just got upgraded this morning and now I can't use my local Tomcat install as server for my apps.

I can access it in safari using localhost, but not using my computers IP.

I start it from terminal.

I looked everywhere in settings, and searched online of course, but have been unable to find an answer.

Anyone knows how I can fit it? Input appreciated.

Answered by DTS Engineer in 804363022

It’s hard to say exactly what’s going on here, but it’s likely that the web server is hitting a local network privacy limit. I have a bunch of info about this technology in the Local Network Privacy FAQ, although I haven’t yet updated it to cover the macOS side of things in depth.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

It’s hard to say exactly what’s going on here, but it’s likely that the web server is hitting a local network privacy limit. I have a bunch of info about this technology in the Local Network Privacy FAQ, although I haven’t yet updated it to cover the macOS side of things in depth.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I am having a similar problem. We run a local Apache Tomcat server for our development environment. At the point that the Apache Server usually starts up, I get the following error:

Exception in thread "main" java.net.ConnectException: Operation timed out (Connection timed out) at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)

This has worked for over 6 years BEFORE upgrading to Sequoia.

We run on 127.0.0.1 at port 8080 if that makes any difference.

Oddly enough, for reasons I don't understand, it will start up occasionally. I have no idea why.

Can't run Tomcat with local IP on Sequoia
 
 
Q