I am trying to install JServ on a Sun runing Solaris-2.5.1 (Apache-Jserv 1.0, Apache 1.3.6, jdk1.2) I have done this successfully on a test machine, and have now transferred/rebuilt the software on the intended destination machine. The two machines are SUPPOSED to be identically configured, but the Hello example fails to run on the second machine. The messages in jserv.log are as follows... [20/07/1999 18:13:07:624] (EMERGENCY) ajp11: can not connect to host 127.0.0.1:8007 [20/07/1999 18:13:07:625] (EMERGENCY) ajp11: connection fail [20/07/1999 18:13:07:625] (ERROR) an error returned handling request via protocol "ajpv11" I have checked the FAQ's and found an answer to this very question, but I have checked the configuration files and they all seem to be ok.... What I have found, which des not seem to be related to starting up the JVM is that on the machine that works, if I telnet as follows...... csc14# telnet 127.0.0.1 8007 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. but on the system that fails to run the servlet example..... sol1# telnet 127.0.0.1 8007 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused I can't find how the systems are confgured at the OS level such that they differ in this way, and it may be a red herring anyway, but I can't come up with anything else at the moment. Any help/advice much appreciated. Tony Lawson -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] READ THE FAQ!!!! <http://java.apache.org/faq/> Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]
