1 Reply Latest reply on Apr 2, 2004 4:16 AM by camel

    install tomcat 5 to jboss 3.2.3

    jp_alex

      Hello
      Sorry for asking you a possible trivial question
      But can anyone tell me how to install tomcat 5 instead of preinstalled tomcat 4 to jboss 3.2.3 ?

      Thank you
      Alex

        • 1. Re: install tomcat 5 to jboss 3.2.3
          camel

          Go to your /jboss-3.2.3/docs/examples/tomcat/ directory and you'll find a file called "build-tc5-config.xml". Run ant on that file (ant -f build-tc5-config.xml) from that directory and voila, it creates a new config directory called tomcat5.

          JBoss 3.2.4RC1 comes with tomcat5 by default; you may want to try it too.