----------------------------------------------------------------
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!!!
----------------------------------------------------------------
++ 15/01/01 17:08 +1100 - Brevsville Administrator:
>[...]
>Hi Pete
>
>What does netstat -a say? Does it indicate anything listening on 8007
>before you run jserv? and what about after you start jserv?
Nope - nothing listening before or after running jserv. Jserv is definately
doing something (hence the threads spawned, and I ran lsof to show all the
file descriptors it has open - no sockets though).
>
>Thsi might be a silly suggestion, but does 127.0.0.1 point to your
>machine, ie is it defined?
Yep. I've tried telling jserv to bind to my main IP instead, but that doesn't
work either.
>
>Chris
Regards,
-pete
>
>On Sun, 14 Jan 2001 22:47:52 -0500, Pete Fritchman wrote:
>
>>----------------------------------------------------------------
>>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!!!
>>----------------------------------------------------------------
>>
>>Running JServ 1.1.2, apache 1.3.14, on FreeBSD 4.2.
>>
>>I'm running jserv manually, with this env/command line:
>>
>>CLASSPATH=/usr/local/jserv/jsdk.jar:/usr/local/jserv/share/java/classes/ApacheJServ.jar:/usr/local/jdk:/usr/local/jdk/lib:/usr/local/jdk/servlet.jar:/usr/local/jdk/javax
>>
>>/usr/local/jdk/bin/java org.apache.jserv.JServ
>/usr/local/apache/conf/jserv/jserv.properties
>>
>>relevant section of jserv.properties:
>>bindaddress=127.0.0.1
>>port=8007
>>
>>Upon running the above command line, I get:
>>ApacheJServ/1.1.2
>>
>>... but:
>>
>>% telnet 127.0.0.1 8007
>>Trying 127.0.0.1...
>>telnet: connect to address 127.0.0.1: Connection refused
>>telnet: Unable to connect to remote host
>>
>>I'm stumped. I tried running org.apache.jserv.JServ from jdb, and it looks
>>like this:
>>Initializing jdb...
>>> run
>>run org.apache.jserv.JServ /usr/local/apache/conf/jserv/jserv.properties
>>Java HotSpot(TM) Client VM warning: Java HotSpot(TM) Client VM warning: cannot
>uninstall alt signal stackcannot uninstall alt signal stack
>>
>>
>>VM Started: >
>>
>>
>>I can't tell where that error is coming from - maybe one of the threads that
>>actually listens to the port is failing with that error?
>>
>>Any ideas?
>>
>>Thanks!
>>
>>-pete
>>
>>
>>
>>--
>>--------------------------------------------------------------
>>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]
>>
>
>
>
>
>--
>--------------------------------------------------------------
>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]
--
--------------------------------------------------------------
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]