Report this

What is the reason for this report?

I Do I Get Tomcat7 to Use Some Other Port Besides 8080 ?

Posted on August 8, 2015

http://MyDigitalOceanIPAdress:8080/MyApp was working great to start.

Now I changed /etc/tomcat7/server.xml like below, to use my new port (XXXX). However, when I try from the outside to get to my app using http://MyDigitalOceanIPAdress:XXXX/MyApp , then it just spins indefinitely.

There is something else I need to do. Can someone else tell me? Thanks.

    <Connector port="XXXX" protocol="HTTP/1.1"
               connectionTimeout="20000"
               URIEncoding="UTF-8"
               redirectPort="8443" />

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.