1 Reply Latest reply on Jun 8, 2011 3:33 PM by mp911de

    JBoss Web Native Connectors

    moatau

      after installing jboss 4.2 , download (jboss-native binaries - linux2 x86) and unzip it under bin directory in jboss..

      it works fine with no error  ,

       

      after that i was trying to enable SSL in jboss and use Certificate and key with .pem extinetion as the following :

       

      <Connector protocol="HTTP/1.1" SSLEnabled="true"

         port="8443" address="${jboss.bind.address}"

         enableLookups="true" disableUploadTimeout="true"

         scheme="https" secure="true" clientAuth="false"

         sslProtocol = "TLS"

         SSLCertificateKeyFile="/home/moata/jboss-4.2.3.GA/server/default/conf/key.pem"

         SSLCertificateFile="/home/moata/jboss-4.2.3.GA/server/default/conf/cer.pem"

      />

       

      and when i run the jboss i got the follwing error :

      java.io.FileNotFoundException: /root/.keystore (No such file or directory)

       

      did i miss some configuration !!!!