You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by sraisz <sr...@gmail.com> on 2009/03/24 00:38:19 UTC

mysite.com:8080 not loading - install problem?

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 this message in context: http://www.nabble.com/mysite.com%3A8080-not-loading---install-problem--tp22671665p22671665.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by sraisz <sr...@gmail.com>.


Caldarale, Charles R wrote:
> 
>> From: sraisz [mailto:sraisz@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 CATALINA_TMPDIR: /usr/share/tomcat5.5/temp
>> Using JRE_HOME:       /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/
> 
> The above looks reasonable.
> 
>> > 2) Are you using a real Tomcat downloaded from tomcat.apache.org,
>> > or a notoriously troublesome 3rd-party repackaged version?
>>
>> The latter - using Debian Apt-get install tomcat5.5
> 
> In which case, all bets are off.  The Debian package is a mess; if you
> want to continue using that, you'll need to get support from Debian.  If
> you want to download and install a real Tomcat, then this is the
> appropriate spot for support.
> 
>  - Chuck
> 
> 

Thanks for the advice. I'll take a look at installing it manually.

-- 
View this message in context: http://www.nabble.com/mysite.com%3A8080-not-loading---install-problem--tp22671665p22672859.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: sraisz [mailto:sraisz@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 CATALINA_TMPDIR: /usr/share/tomcat5.5/temp
> Using JRE_HOME:       /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/

The above looks reasonable.

> > 2) Are you using a real Tomcat downloaded from tomcat.apache.org,
> > or a notoriously troublesome 3rd-party repackaged version?
>
> The latter - using Debian Apt-get install tomcat5.5

In which case, all bets are off.  The Debian package is a mess; if you want to continue using that, you'll need to get support from Debian.  If you want to download and install a real Tomcat, then this is the appropriate spot for support.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by sraisz <sr...@gmail.com>.


Caldarale, Charles R wrote:
> 
>> From: sraisz [mailto:sraisz@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 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 CATALINA_TMPDIR: /usr/share/tomcat5.5/temp
> Using JRE_HOME:       /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/
> 
> 
> 2) Are you using a real Tomcat downloaded from tomcat.apache.org, or a
> notoriously troublesome 3rd-party repackaged version?
> 
> The latter - using Debian Apt-get install tomcat5.5
> 
> 3) What's in the Tomcat logs?  (Good luck finding them if you've installed
> a repackaged Tomcat.)
> 
> Using CATALINA_BASE:   /var/lib/tomcat5.5
> Using CATALINA_HOME:   /usr/share/tomcat5.5
> Using CATALINA_TMPDIR: /var/lib/tomcat5.5/temp
> Using JRE_HOME:       /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/
> Using Security Manager
> /usr/share/tomcat5.5/bin/catalina.sh: line 253:
> /usr/lib/jvm/java-1.5.0-sun-1.5.0.11//bin/java: No such file or directory
> li68-75:/usr/share/tomcat5.5/logs#
> 
> 
> I can see that there is a later version of jvm:
> 
> li68-75:/usr/lib/jvm# ls
> java-1.4.2-gcj-4.1-1.4.2.0  java-1.5.0-sun  java-1.5.0-sun-1.5.0.17 
> java-gcj
> 
> I changed the env variable and restarted tomcat with startup.sh with this
> result:
> 
> li68-75:/usr/share/tomcat5.5/bin# ./startup.sh
> Using CATALINA_BASE:   /usr/share/tomcat5.5
> Using CATALINA_HOME:   /usr/share/tomcat5.5
> Using CATALINA_TMPDIR: /usr/share/tomcat5.5/temp
> Using JRE_HOME:       /usr/lib/jvm/java-1.5.0-sun-1.5.0.17/
> 
> 
> but I still don;t see it listening on any port
> 
> I can't tell is there is any fresh errori n the log. It seems to have not
> changed
> 
> 
> 
> 
> 
> 
>  - Chuck
> 
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/mysite.com%3A8080-not-loading---install-problem--tp22671665p22672676.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by michel <co...@videotron.ca>.
the 'ps' command should tell you if Tomcat is even running ...



----- Original Message ----- 
From: "Caldarale, Charles R" <Ch...@unisys.com>
To: "Tomcat Users List" <us...@tomcat.apache.org>
Sent: Monday, March 23, 2009 8:40 PM
Subject: RE: mysite.com:8080 not loading - install problem?


> From: sraisz [mailto:sraisz@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, or a 
notoriously troublesome 3rd-party repackaged version?

3) What's in the Tomcat logs?  (Good luck finding them if you've installed a 
repackaged Tomcat.)

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: sraisz [mailto:sraisz@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, or a notoriously troublesome 3rd-party repackaged version?

3) What's in the Tomcat logs?  (Good luck finding them if you've installed a repackaged Tomcat.)

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by sraisz <sr...@gmail.com>.

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-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by Jordan Michaels <jo...@viviotech.net>.
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org