0 Replies Latest reply on Dec 31, 2003 3:09 PM by j00rez

    Adding additional http listener to JBoss Installation

    j00rez

      I'm looking for the best way to add an additional http listener port to my JBoss installation. This port would not be mapped to the same virtual hosts and directories as the default host on port 8080. This port would be for http communication (most likely posting xml data to/from legacy systems).

      I added a connector element in the tomcat jboss-service.xml file which does create another http port but has the same virtual host/dirs as the 8080 port.

      Which area should I be looking at? Would a JCA implementation be better? Should I create a customized HTTP invoker? or Should I create a service that includes Coyote/Tomcat implementation? Or is there a better way entirely.

      thanx!!