mysite.com:8080 not loading - install problem?

2009-03-23 Thread sraisz
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? -- View

Re: mysite.com:8080 not loading - install problem?

2009-03-23 Thread Jordan Michaels
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

Re: mysite.com:8080 not loading - install problem?

2009-03-23 Thread sraisz
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

RE: mysite.com:8080 not loading - install problem?

2009-03-23 Thread Caldarale, Charles R
From: sraisz [mailto:sra...@gmail.com] Subject: Re: mysite.com:8080 not loading - install problem? There is no entry for tomcat on any port. Where do I fix this? 1) Did you start the Tomcat process with the startup.sh script? 2) Are you using a real Tomcat downloaded from tomcat.apache.org

Re: mysite.com:8080 not loading - install problem?

2009-03-23 Thread michel
the 'ps' command should tell you if Tomcat is even running ... - Original Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Monday, March 23, 2009 8:40 PM Subject: RE: mysite.com:8080 not loading - install problem

RE: mysite.com:8080 not loading - install problem?

2009-03-23 Thread sraisz
Caldarale, Charles R wrote: From: sraisz [mailto:sra...@gmail.com] Subject: Re: mysite.com:8080 not loading - install problem? There is no entry for tomcat on any port. Where do I fix this? 1) Did you start the Tomcat process with the startup.sh script? First time, no. This time I

RE: mysite.com:8080 not loading - install problem?

2009-03-23 Thread Caldarale, Charles R
From: sraisz [mailto:sra...@gmail.com] Subject: RE: mysite.com:8080 not loading - install problem? First time, no. This time I did and got this: li68-75:/usr/share/tomcat5.5/bin# ./startup.sh Using CATALINA_BASE: /usr/share/tomcat5.5 Using CATALINA_HOME: /usr/share/tomcat5.5 Using

RE: mysite.com:8080 not loading - install problem?

2009-03-23 Thread sraisz
Caldarale, Charles R wrote: From: sraisz [mailto:sra...@gmail.com] Subject: RE: mysite.com:8080 not loading - install problem? First time, no. This time I did and got this: li68-75:/usr/share/tomcat5.5/bin# ./startup.sh Using CATALINA_BASE: /usr/share/tomcat5.5 Using CATALINA_HOME