0 Replies Latest reply on Jun 8, 2003 6:36 AM by ggopal

    Need Help to integrate JBoss 3.2.1 with iPlanet Web Server

    ggopal

      Are the below scenarios possible? If so, can someone explain the necessary steps to accomplish it?

      Scenario 1:
      -------------

      1) Use iPlanet webserver to render jsp's and the servlet.
      2) Use jboss 3.2.1 to handle connection pool to a mysql database (I would like to use jndi for connection pool as well).

      OR

      Scenario 2:
      -------------
      1) use iPlanet web server to server jsp's.
      2) Use jboss 3.2.1 to serve my servlet, handle connection pool to a mysql database (I would like to use jndi for connection pool as well ).

      I would like to make iplanet the default web server (not tomcat or jetty).

      Which are the files that needs to be modified to accomplish the above?

      In either of the scenarios above, my web server should be iplanet and my app server should be jboss 3.2.1 and I don't want tomcat or jetty to be running at all.

      My iPlanet Web Server is already configured and working, but, I would like to use the connection pool from jBoss.

      I do not know jboss very well.
      Please, can someone with expertise help me?