----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Ben,
> > > have it configured correctly. There is a 'bindaddress'
> directive and a
> > > 'port' directive. 'Bindaddress' is set to default (localhost)
> > > and port is
> > > set to 8007. Can this directive be causing Jserv to try to
> > > listen to the
> > > port twice?
> >
> > No. localhost is the machine to connect to and the port tells it
> > what port to use when connecting to localhost.
>
> But this is done TWICE: once in jserv.conf (ApjServDefault
> Host and Port)
> and in jserv.properties (bindaddress and port directives).
>
> I have this behavior on two machines with identical setups.....sheesh.
jserv.properties is used by JServ itself. Putting the values in
this file tells JServ what machine and port to start up on.
jserv.conf is used by apache, not jserv. It tells apache what
machine and port Jserv is running on, so it can connect to it.
The reason that this info is in 2 files is because Jserv can
run on a totally different machine than apache, and apache
connects to it when needed.
Regards,
naeem
--
--------------------------------------------------------------
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]