---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- Hello. I just set up jserv last week, and it works great, but I noticed one strange thing, and I want to make sure that this is supposed to happen. I checked the FAQ and didn't see it mentioned; hopefully I didn't miss it! Anyway, whenever I do "netstat --tcp" I see about 15 connections listed like this: tcp 0 0 wms:2827 wms:8007 TIME_WAIT tcp 0 0 wms:2826 wms:8007 TIME_WAIT tcp 0 0 wms:2825 wms:8007 TIME_WAIT (etc.) "wms" is my machine name, 8007 is the port that jserv is configured to use. These constantly disappear, but more are created all the time, even when no requests are coming in. What's up? I would expect that Apache may have some connections to jserv at any given moment, but why have them in TIME_WAIT state? Is there something wrong with my setup? Should I be worried about this, or can I safely ignore it? I'm going to be teaching a class soon, and java servlets will be part of it. I planned on using a Linux jserv web server as the system where students can test their servlets, but I'm worried that once I have 15 students all using the server at once it'll start making even more of these TIME_WAIT connections and filling up my kernel's table of IP connections. Here's the software I'm using: Jserv 1.1b2 (installed as a module from the binary distribution on jserv.apache.org) Apache 1.3.9 Linux Kernel 2.2.12 -- Bill Shubert ([EMAIL PROTECTED]) Work email: [EMAIL PROTECTED] http://www.hevanet.com/wms/ -- -------------------------------------------------------------- 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]
