[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss3.2.6-JNDI Over https not working

2005-01-19 Thread hama
what is the server cert you use on the server a.b.com:8443? is it issued by a known CA, if it is self-signed, you have to import it into your jdk keystore. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862682#3862682 Reply to the post : http://www.jboss.or

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS communication between JBoss and Weblogic

2005-01-12 Thread hama
You have to remove the jndi.properties in wlclient.jar, otherwise your jboss won't start View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861751#3861751 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861751 ---

[JBoss-user] [Security & JAAS/JBoss] - different bahaviour of logincontext from standalone java app

2004-12-22 Thread hama
We are tryng to use http invoker to do the JNDI lookup and also JMS. For the http invoker, we configure it to require HTTP Basic authentication. We use a LoginContext as per "HTTP invoker and BASIC authentication" http://www.jboss.org/index.html?module=bb&op=viewtopic&t=31441 . The code

[JBoss-user] [Security & JAAS/JBoss] - JNDI over HTTP from weblogic

2004-12-20 Thread hama
"GET /invoker/JNDIFactory HTTP/1.0" 401 954 I have traced the program and checked that the LoginHandler() got called, with and the namecallback and passwordcallback, but it seems that it could not get the JNDIFactory successfully. Has anybody experienced this? And how to solve it.