----------------------------------------------------------------
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!!!
----------------------------------------------------------------
> 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.
> Btw, I did the netstat -a and there is one instance listening
> to port 8007.
> ps'ing shows only one instance of java running.
Well, if the instance is already running, then you can't start
it again, can you? If you try to start it again, then you will
get the "address in use" error. Or am I missing something?
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]