0 Replies Latest reply on Dec 9, 2004 6:43 AM by goncalojcsantos

    JMS & SSL Problems

    goncalojcsantos

      Hi,


      I am trying to develop an application and I?m using JBoss-4.0.0 and JMS. I had read some information in the wiki but I didn?t understand everything:

      http://www.jboss.org/wiki/Wiki.jsp?page=JMSOverSSL

      I already create a test.keystore but I don?t know where to put the code described in 2., 3. and 4.

      What file do I change and add a security domain?

      Where to put the code to HTTPSUIL2ConnectionFactory ?

      Can I add the properties like this? ( In the class where i create the InitialContext)

      ?
      
      System.setProperty("key","javax.net.ssl.trustStor");
      System.setProperty("path","C:\\jboss-4.0.0\\server\\default\\conf\\test.keystore");
      
      ?


      Or I have to create a file to put these properties? And what file and where too put it?

      I already developed part of my application and I want to change the way it send JMS messages to go over SSL.

      Does everything I have to change in my application resumes to what is described in the wiki?


      Thanks a lot for your answers.