-
1. Re: Client side http invoker bugfixes not in 3.2 branch?
adrian.brock May 6, 2003 8:03 PM (in response to stephan.smit)They should be in step now.
Regards,
Adrian -
2. Re: Client side http invoker bugfixes not in 3.2 branch?
jburugupalli May 8, 2003 9:59 AM (in response to stephan.smit)Hi,
Can any one help me in using the Http invoker
i am using the client lookup code as follows
Properties tProperties = new Properties();
tProperties.setProperty("java.naming.factory.initial", "org.jboss.naming.HttpNamingContextFactory");
tProperties.setProperty("java.naming.provider.url", "http://222.222.0.132:8080/invoker/JNDIFactory");
InitialContext tCtx = new InitialContext(tProperties);
i am running the client on the same machine on which Jboss is running ...but i am using the ip of my system..
i configured all the others things in the http-invoker.sar ----folder java-service.xml and the respective urls...i only doubt that the login module is not allowing the access to me ...but i commented the security domain...and all others ...but it says
Connection refused on my client...i am briefly pasting the first few lines of debug i got ....
Retrieving content from : http://222.222.0.132:8080/invoker/JNDIFactory
ContentLength: -1
ContentType: null
Exception
javax.naming.NamingException: Failed to retrieve Naming interface. Root exception is
java.net.ConnectException: Connection refused: connect
thanks and regards
jani