This is what I get:
[1]+  Stopped                 man netstat
batybase:~# netstat -a | grep 80
tcp6       0      0 localhost:8005          *:*                     LISTEN
tcp6       0      0 *:8009                  *:*                     LISTEN
tcp6       0      0 *:8180                  *:*                     LISTEN
unix  2      [ ACC ]     STREAM     LISTENING     6880     
/tmp/ksocket-root/klauncherPeUbjb.slave-socket
unix  2      [ ]         DGRAM                    5680     
@/org/freedesktop/hal/udev_event
unix  3      [ ]         STREAM     CONNECTED     7780     
/tmp/ksocket-root/klauncherPeUbjb.slave-socket
unix  3      [ ]         STREAM     CONNECTED     7280
unix  3      [ ]         STREAM     CONNECTED     6802     
/tmp/orbit-root/linc-9cb-0-12bc601ddc9d
unix  3      [ ]         STREAM     CONNECTED     6801
unix  3      [ ]         STREAM     CONNECTED     6800     
/tmp/orbit-root/linc-9db-0-4edea2c4bde82


logs are normal.

How do I add a listening  port?
Thanks.
Chris

----- Original Message ----
From: Martin Gainty <[EMAIL PROTECTED]>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Saturday, January 5, 2008 10:56:40 AM
Subject: RE: Running Tomcat as Standalone in linux



verify the listen address is broadcasting on port 80 on the web-server
 e.g.?netstat -a | grep
 80Martin______________________________________________Disclaimer and 
confidentiality noteEverything in this e-mail and
 any attachments relates to the official business of Sender. This
 transmission is of a confidential nature and Sender does not endorse
 distribution to any party other than intended recipient. Sender does not
 necessarily endorse content contained within this transmission.> Date: Sat, 5
 Jan 2008 23:49:13 +0800> From: [EMAIL PROTECTED]> To:
 users@tomcat.apache.org> Subject: Re: Running Tomcat as Standalone in
 linux> > Check out your log see if there is any error info.> > On Jan 5,
 2008 11:29 PM, Chris Baty <[EMAIL PROTECTED]> wrote:> > > Hi guys,> >
 I want to serve a site with few graphics so I decided to use Tomcat
 5.5 as> > my server. But I'm having difficulty getting it to run on port
 80. I> > read
 http://www.ibm.com/developerworks/java/library/l-secjav.html and> >
 decided to try xinetd. I added this to /etc/xinetd/:> > # Redirects any
 port 80 requests to port 8180 (to Tomcat)> > service tomcat> > {> >
 socket_type = stream> > protocol = tcp> > user = root> > wait = no> > port =
 80> > redirect = localhost 8180> > disable = no> > }> > it works great
 on that machine if I point my browser but remotely I get> > zilch.
 I've tried plugging in my ip address instead of localhost: zilch.> > Could
 anyone point me in the right direction?> > Thanks.> > Chris> >> >> >>
 >> >> >
 
____________________________________________________________________________________>
 > Be a better friend, newshound, and> >
 know-it-all with Yahoo! Mobile. Try it now.> >
 http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ> >
_________________________________________________________________
Make distant family not so distant with Windows Vista® + Windows
 Live™.
http://www.microsoft.com/windows/digitallife/keepintouch.mspx?ocid=TXT_TAGLM_CPC_VideoChat_distantfamily_012008





      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

Reply via email to