1 Reply Latest reply on May 26, 2004 10:02 AM by catalean

    "create" method invokation, failed

    catalean

      I'm using JBoss 3.2.3, and i'm trying to set up the server so it can be accesed by client applications through HTTP. I also have a firewall that protects my server, each call is made to the firewall, which then redirects them to my server. I have setted the "InvokerURL" attribute in the http invoker's service descriptor, for each mbean present there, to point to the firewall's publicaly available IP address, but after obtaining the home of a stateless session bean, the invoking of the "create" method generates an error telling that my server can't be contacted, is not reachable, but it does't try to connect to the public IP, instead it failes because the internal IP address of the server is the address to which my client application tries to connect, which, of course can't be reached. Is there some other settings that i need to make in order to be able to use EJBs over HTTP?

        • 1. Re:
          catalean

          I think this problem can be resolved, configuring my EJBs to use the RMI/HTTP protocol, by setting a http detached invoker on them. I hope someone will correct me, if i'm wrong. Thanks