Jordan Michaels wrote: > > what does the following command give you? > > # netstat -ltpn > > This should let you know if tomcat is listening to any ports or not. > > Warm regards, > Jordan Michaels > Vivio Technologies > http://www.viviotech.net/ > Open BlueDragon Steering Committee > Adobe Solution Provider > > > sraisz wrote: >> I've installed Tomcat5.5 on Debian but when I try to load the test page >> at >> mysite.com:8080 (in this case bbtdev.com:8080) I get a "Page Load Error": >> >> "The connection to the server was reset while the page was loading." >> >> I also tried port 8180. I think I am missing a step. >> >> Can anyone help? >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > >
There is no entry for tomcat on any port. Where do I fix this? # netstat -ltpn Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:20000 0.0.0.0:* LISTEN 11669/perl tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 11812/dovecot tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 11812/dovecot tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1170/mysqld tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 11812/dovecot tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 11812/dovecot tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 11617/perl tcp 0 0 74.207.226.75:53 0.0.0.0:* LISTEN 8688/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 8688/named tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 8688/named tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 4211/master tcp6 0 0 :::80 :::* LISTEN 30254/apache2 tcp6 0 0 :::21 :::* LISTEN 11831/proftpd: (acc tcp6 0 0 :::53 :::* LISTEN 8688/named tcp6 0 0 :::22 :::* LISTEN 8428/sshd tcp6 0 0 ::1:953 :::* -- View this message in context: http://www.nabble.com/mysite.com%3A8080-not-loading---install-problem--tp22671665p22672039.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org