0 Replies Latest reply on Jul 26, 2004 11:56 PM by nischalsharma

    how to implement SSL on jboss-3.2.3

    nischalsharma

      hi

      friends

      Earlier i was using the standalone tomcat-4.0 where i have configure the
      server.xml in order to implement in SSL .Now i have migrated my application to jboss and i have to implement the SSL in this jboss-3.2.3



      given below is the tag in server.xml ( use in standalone tomcat) in connector tag
      ------------------------------------------

      className="org.apache.catalina.connector.http.HttpConnector"
      port="1024" minProcessors="5" maxProcessors="75" scheme="https" secure="true"
      enableLookups="false" acceptCount="100" debug="0"
      Factory className="org.apache.catalina.net.SSLServerSocketFactory"
      keystorePass="xxxxxxxxxx" clientAuth="false" protocol="TLS"/



      but i dont the configuration file where i can place this tag.


      i will be grateful ,i any one help me.