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
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
---
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
"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.