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.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858026#3858026

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858026


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to