[jboss-user] [Messaging, JMS & JBossMQ] - Re: Not able to configure HTTPS jboss-4.2.2.GA for sending

kahzoo do-not-reply at jboss.com
Sun Mar 16 11:14:33 EDT 2008


OK, then the other things that may be worth checking are:

On the server side,

1) deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml

  Do you have JNDIFactorySSL servlet and servlet-mapping defined ?

2) deploy/http-invoker.sar/META-INF/jboss-service.xml

  Do you have HTTPProxyFactory defined which is referenced by the JNDIFactorySSL ? (typically under the name "jboss:service=invoker,type=https,target=Naming")

On the client side,

3) Do you have the following system properties set when you run SenderHTTPQueue ?

-Djavax.net.ssl.trustStore=<path_to_your_trust_store_file>
-Dorg.jboss.security.ignoreHttpsHost=true

Some of these are explained in the JBoss administration guide under the section "Accessing JNDI over HTTPS", and in the jboss4guide example (Namine/ex1).




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

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



More information about the jboss-user mailing list