Re: Tomcat is hanging up when I try to access local host:8080

2022-01-27 Thread Brian Wolfe
netstat -plunet will show you what ports are in use and what processes are using them On Thu, Jan 27, 2022 at 11:43 AM Neil Aggarwal wrote: > Jim: > > > java.net.BindException: Address already in use > > This means there is some other process which has already > grabbed port 8080 so your Tomcat

RE: Tomcat is hanging up when I try to access local host:8080

2022-01-27 Thread Neil Aggarwal
Jim: > java.net.BindException: Address already in use This means there is some other process which has already grabbed port 8080 so your Tomcat can't get it. Make sure you have nothing else running that will compete for the port. Thank you, Neil -- Neil Aggarwal, (972) 834-1565,

Tomcat is hanging up when I try to access local host:8080

2022-01-27 Thread Jim Anderson
I am having a problem when I am in my browser trying to access html documents on my localhost. I am running apache-tomcat-8.0.50 on Bunsen Labs Lithium release, which is a derivative of the Debian "buster" release.  I have tried accessing localhost:8080 in both Firefox and Opera with the same