My hacking journal

Where is my Tomcat?

· by Raffaele Sgarro · Read in about 1 min · (45 Words)
linux tomcat socket urandom

I just bootstrapped a droplet on DigitalOcean and deployed a Java app developed with Spring boot. I quickly tested it by logging into and clicking here and there, and then moved on configuring Nginx.

And suddenly my app disappeared!

$ curl -I localhost:8080
Connection refused

Comments