1 Reply Latest reply on Dec 5, 2001 12:03 PM by tburgos

    JBoss+Tomcat+IIS question

    agreatham

      I have JBoss-2.2.2_Tomcat-3.2.2 running on my WinNT 4.0 workstation box. I followed the instructions on setting up Tomcat as an IIS plugin (http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html) and the redirector seems to work okay (I can browse both http://127.0.0.1/examples and http://127.0.0.1:8080/examples). When I deploy an EAR file in JBoss, though, the context works via port 8080 but not through the redirector (my application name is "emps" and http://127.0.0.1:8080/emps works but http://127.0.0.1/emps does not). Is there a way I can get the redirector to work with JBoss or should I run Tomcat separately? Thanks in advance.

        • 1. Re: JBoss+Tomcat+IIS question
          tburgos

          I'm intrested in doing the same thing, except I'm trying to do it with the JBoss-2.4.3_Tomcat-4.0 distribution. From what I gather by reading other messages in this forum, the servlet.xml file is not used when running the embedded catalina. Instead what you would normally do in servel.xml you must do in
          %JBOSS_DIST%\conf\catalina\jboss.conf but the syntax is not the same. I have no idea how to do it and that is the reason for my post. I would like to know how to get IIS working with the JBoss+Catalina combo. I would greatly appreciate any information. Thanks in advance.

          Tito