0 Replies Latest reply on Jun 18, 2006 3:34 PM by fundoo2

    failed to implement connectivity on remote host

    fundoo2

      hi all,

      i have successfully connected apache and jboss using mod_jk connector(using tha links and wiki) and it's running well on local machine.
      but when i tried to implement it on a remote host running apache 2.0.46(let ip be 100.10.56.98).it failed to respond.

      in the worker file i have configured
      ..
      .
      .
      host=100.10.56.98
      .
      .


      and in th server.xml i did
      .
      .

      <engine...... defaulthost=<name of virtual host>....>


      .....

      but when i'm trying to access it ,either there is port conflict or accessing the web-console with:
      http://100.10.56.98/web-console/

      goes to indefinite waiting.

      i have also tried to put the ip in the defaulthost.i do not have a dns name.
      please help me.

      thanks