---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- In the FAQ "(EMERGENCY) ajp12: can not connect to host 127.0.0.1:8007" (http://java.apache.org/faq/fom-serve/cache/222.html ) there is a solution: >security.allowedAddresses had to be the real name (not localhost or 127.0.0.0) (the 0 at the end should be 1!) But exactly this change (I used the real IP address) gave me another problem when starting JServ: (EMERGENCY) ajp12: ping: no reply (-1) Please make sure that the wrapper.classpath is pointing to the correct version of ApacheJServ.jar First, I checked the wrapper.classpath upon the error message but everything was o.k.!? As I turned on the logging in jserv.properties the error log said: Connections from localhost/127.0.0.1 are not allowed I set the "security.allowedAddresses=localhost" and it worked! i.e. the error message is NOT reliable! This is also an input to the FAQ "(EMERGENCY) ajp12: ping: no reply" (http://java.apache.org/faq/fom-serve/cache/287.html ) Cheers, Roman -- -------------------------------------------------------------- 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]