2 Replies Latest reply on Mar 9, 2004 8:22 AM by jccampot

    SSL - securityDomainName

    jccampot

      hi.

      I have used the seach function in the forums but couldnt find an answer to my question.

      I have configured jboss-3.2.1_tomcat-4.1.24 to use ssl.
      It works fine. The problem is when i change the connector ( from catalina to coyote )in the tomcat configuration file:

      from:






      to

      className="org.apache.coyote.tomcat4.CoyoteConnector"
      port="443" minProcessors="5" maxProcessors="75"
      enableLookups="true"
      acceptCount="100" debug="0" scheme="https" secure="true"
      useURIValidationHack="false" disableUploadTimeout="true">




      the exception is

      15:49:34,994 ERROR [EmbeddedCatalinaService41] Starting failed
      LifecycleException: Protocol handler initialization failed: java.io.FileNotFoundException: C:\Documents and Settings\user\.keystore


      if instead of using the SecurityDomainName y add the atributes
      keystoreFile and keystorePass to the factory it works fine, but i want to configure this only in the jboss configuration file (\jboss-3.2.1_tomcat-4.1.24\server\default\conf\jboss-service.xml) not here.


      Any ideas why the securityDomainName is not working with the coyote connector?


      thanks in advance