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

Reply via email to