I'm still pretty confused about how to get JBOSS ejbs to talk through a http proxy and so on.
I understand about setting these properties, that's fine: ava.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces java.naming.provider.url=http://myhost.com:80/invoker/JNDIFactory But surely there must be somewhere to tell the JBOSS client where to find the proxy server. The java.naming.provider.url contains the internet address of the jboss server, but surely we need to tell it where the proxy server and port number is that it needs to talk through to access the server. The other thing I don't understand is if there is something else that needs to be changed to get the actual EJBs to talk http protocol. The above config makes JNDI talk http, but is there another change to make the EJBs talk it as well, or does the above achieve the whole thing? I'm finding the JBOSS documentation lacking in this area. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928920#3928920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928920 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
