----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


>The default configuration in the JServ installation on my Linux/Apache
>machine uses port 8007. But even then I can access the servlets on port
>80 itself in the /servlet directory. Why is it so?
>
>Also, when I do a netstat on my machine i see around 20 TCP connections
>established between this port and some other port(1301-1319) in
>TIME_WAIT stage. Is this normal, or do i have a queer system out here??
>
>TIA,
> Sandip

Port 8007 is the port through which the Apache web server communicates
to the JServ process.  This is normal.  Users only access JServ through
the web server, so they would use port 80 (or whatever your web server
port number is).

The following is an excerpt of my netstat -a.
   Linux 2.2.5-15, RedHat 6.0, Apache 1.3.9, JServ 1.1
I have two instances of JServ running, connected to two development
web servers at ports 8080 and 8081.

sequoia[spadkins]:/home/spadkins> netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
   
...
tcp        0      0 localhost:8007          *:*                     LISTEN
    
tcp        0      0 localhost:8011          *:*                     LISTEN
    
...

Stephen





--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to