2 Replies Latest reply on Sep 16, 2003 7:08 AM by jonlee

    Integrate IIS and JBoss.. Possible ?

    jant79

      Is it possible to integrate IIS and "JBoss 3.2.1 - tomcat 4.1.24" ???

      i mean to use the isapi_redirect.dll and just let IIS serve my html and JBoss my JSP pages ?

      like i was doing all these years with IIS and tomcat..

      Can anyone help ??

        • 1. Re: Integrate IIS and JBoss.. Possible ?

          Good Question, Its and interesting one, I will be interested to know the outcome of that.

          Cheers....
          Vishal.

          • 2. Re: Integrate IIS and JBoss.. Possible ?
            jonlee

            Yes. If you have the ISAPI redirector for AJP13/JK or AJP13/JK2.

            Look at the JBOSS_HOME/server/default/deploy/jbossweb-tomcat.sar/META-INF/jboss-service.xml or JBOSS_HOME/server/default/deploy/jbossweb-jetty.sar/META-INF/jboss-service.xml or similar in a JBoss-3.2.x distribution. You will find the AJP13 connector configured for port 8009. There is little configuration other configuration required on JBoss except for the jk2.properties file for Tomcat.