0 Replies Latest reply on Jun 24, 2006 7:24 PM by asack

    mod_jk/Apache/JBoss redirection issue (localhost vs. hostnam

    asack

      I've setup a basic worker with the following properties:

      worker.list=node1
      worker.node1.port=8009
      worker.node1.host=acme
      worker.node1.type=ajp13

      acme is the hostname of the JBoss server (its localhost).

      I have a redirect rule thats basically forced the URL to go to:

      http://acme/app

      For some reason this doesn't work. If I do http://localhost/app, it works fine, but I can't seem to use my hostname.

      Anyone run into this?

      I tried changing the server.xml Host name parameter to acme but that didn't work either.

      What am I doing wrong?