0 Replies Latest reply on Jan 4, 2004 8:12 PM by shogun1234

    [Question] Why Ajp13Connector only listen on loopback?

    shogun1234

      We currently seperate our env, with web server and application on different machines. However, I found out there's a problem occurred if the Ajp13Connector had prperty "address" in the jboss.jcml (it looks like as follow); which resulted in jboss server only listen to the loopback address 127.0.0.1, not the ip address used in the network (e.g., xxx.xxx.xxx.xxx). but after removal of the property "address", it works fine, which means the jboss can also listened to the ip adress and loopback. Would any one can explain why? (because it seems that the default behavior of the Ajp13Connector would listen to the ip and loopback if no property - "address" - defined, but if the property, "address", put in the config, the Ajp13Connector ONLY listen to that address desipte of the other's; i.e., either ip or loopback would be listened. Is that correct?)
      I appreciate any suggestions, sincerely.
      Thank you very much.
      //==========jboss.jcml=======
      <!-- Define an AJP 1.3 Connector on port 8009 -->


      //===========jboss.jcml=======