0 Replies Latest reply on Jun 7, 2003 9:13 AM by ggopal

    JBOSS 3.2.1 with iPlanet Web Server

    ggopal

      Are the below scenarios possible? If so, can someone explain please how I can 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).


      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 ).

      How can I integrate the above and make it work? What I want to do is to make iplanet the default web server (not tomcat or jetty).
      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.

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