1 Reply Latest reply on Dec 3, 2003 10:28 AM by djoukit

    Tomcat 5x and JBoss

    djoukit

      Hi,

      I installed Tomcat 5x and JBoss.
      When I run them, I can use servlets which access my JBoss EJBs through their remote interfaces. But I'd like to access them through their local interfaces.

      I know I can do this if I use the Tomcat 4x which is included with JBoss. The problem is that I need JSP 2.0 only supported by Tomcat5x.

      If you have any ideas ...

      Thx

        • 1. Re: Tomcat 5x and JBoss
          djoukit

          Never get an answer in this forum !!!

          For others who have the same problem : the solution is to replace the JBoss embedded Tomcat, by a new version of Tomcat. This can be done by downloading JBoss 3.2.3 on sourceforge !

          In : "jboss-3.2.3\docs\examples\tomcat\" there is an Ant build which allows you to create a new configuration of JBoss (all|default|min) with Tomcat 5.0 embedded. Then Tomcat 5.0 can then be launched as a JBoss service (in the same JVM -> local communications between servlets and EJBs !!!)

          Bye all !