# netstat -plunet
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
    User       Inode      PID/Program name
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN
     101        19387      632/systemd-resolve
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
     0          22776      798/sshd: /usr/sbin
tcp        0      0 127.0.0.1:5432          0.0.0.0:*               LISTEN
     112        23212      847/postgres
tcp6       0      0 :::22                   :::*                    LISTEN
     0          22787      798/sshd: /usr/sbin
tcp6       0      0 ::1:5432                :::*                    LISTEN
     112        23211      847/postgres
udp        0      0 127.0.0.53:53           0.0.0.0:*
    101        19386      632/systemd-resolve

On Tue, Feb 15, 2022 at 3:49 PM Blake McBride <blake1...@gmail.com> wrote:

> Thanks, Neil,
>
> I started up tomcat and ran:  curl http://localhost:8080
>
> It returned the page.  Great.
>
> I then ran: ./shutdown.sh
>
> It stopped just fine.  I checked with ps.
>
> I then did ./startup.sh again.
>
> This time the curl command just hung and ./shutdown.sh gave me "Connection
> refused" error.
>
> catalina.out shows no errors.
>
> Thanks!
>
> Blake
>
>
> On Tue, Feb 15, 2022 at 3:42 PM Neil Aggarwal <n...@propfinancing.com>
> wrote:
>
>> Use something like lynx or curl from the command line to
>> try to connect to the Tomcat instance.
>>
>> Thank you,
>>   Neil
>>
>> --
>> Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
>> We offer 30 year loans on single family houses!
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>

Reply via email to