----------------------------------------------------------------
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!!!
----------------------------------------------------------------

I use an Apache 1.3.11 web server and have installed ApacheJServ 1.1
too.
They run on a SUN Ultra 5 under Solaris 2.6.
My problem is that every 3 seconds a new listener process is installed,
listening on port 8007.
I have tried to understand why but I fail to.
As I have understood it there should be ONE
such process.
Everything else works as it should (as far as I can see),
the test servlets respond correctly, but the system is gradually
filled with these processes that start to expire when the
web server is stopped. Here is the end of the jserv.log file:

[12/10/2000 10:48:24:576 CEST] <info> ApacheJServ/1.1 is starting...
[12/10/2000 10:48:24:578 CEST] <info> Connection authentication is
disabled
[12/10/2000 10:48:24:596 CEST] <info> Connection allowed from
localhost/127.0.0.1
[12/10/2000 10:48:24:597 CEST] <info> Listening on port 8007 accepting 5
maximum connections
[12/10/2000 10:48:24:608 CEST] <info> Creating Servlet Zones
[12/10/2000 10:48:24:608 CEST] <info> Servlet Zone servlets
initializing...
[12/10/2000 10:48:24:608 CEST] <debug>  - Using configuration file:
/var/httpd/conf/servlets.properties
[12/10/2000 10:48:24:663 CEST] <info> Initialisation timeout: 10 seconds
[12/10/2000 10:48:24:663 CEST] <info> Destroy timeout: 10 seconds
[12/10/2000 10:48:24:663 CEST] <info> Session timeout: 1800 seconds
[12/10/2000 10:48:24:663 CEST] <info> New session timeout: 1800 seconds
[12/10/2000 10:48:24:663 CEST] <info> Session check frequency: 30
seconds
[12/10/2000 10:48:24:664 CEST] <info> Autoreload on zone file changes:
true
[12/10/2000 10:48:24:664 CEST] <info> Autoreload on classfile changes:
true
[12/10/2000 10:48:24:672 CEST] <info> Default initArgs: {}
[12/10/2000 10:48:24:685 CEST] <debug> Creating new sessions hashtable.
[12/10/2000 10:48:24:686 CEST] <debug> Servlet Zone servlets
initialization complete
[12/10/2000 10:48:33:843 CEST] <debug> Connection from
localhost/127.0.0.1
[12/10/2000 10:48:33:844 CEST] <debug> Initializing servlet request
[12/10/2000 10:48:33:844 CEST] <debug> Reading request data
[12/10/2000 10:48:36:842 CEST] <debug> Connection from
localhost/127.0.0.1
[12/10/2000 10:48:36:843 CEST] <debug> Initializing servlet request
[12/10/2000 10:48:36:843 CEST] <debug> Reading request data
[12/10/2000 10:48:39:842 CEST] <debug> Connection from
localhost/127.0.0.1
[12/10/2000 10:48:39:842 CEST] <debug> Initializing servlet request
[12/10/2000 10:48:39:843 CEST] <debug> Reading request data
[12/10/2000 10:48:42:842 CEST] <debug> Connection from
localhost/127.0.0.1
[12/10/2000 10:48:42:843 CEST] <debug> Initializing servlet request
[12/10/2000 10:48:42:843 CEST] <debug> Reading request data


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to