Re: [JBoss-user] Remote EJB Client Problems

2002-09-17 Thread Marius Kotsbak
Change you hostname in /etc/hostname to the globally unique ip. Also consider using http-invoker to tunnel thru port 80. Check changelog for JBoss 3.0.2. Leon Doud wrote: >We have successfully deployed EJBs that are used by a >web application and a Java client application. Both >of these run

Re: [JBoss-user] Remote EJB Client Problems

2002-09-17 Thread Leon Doud
I believe I solved the machine name portion of this: http://java.sun.com/j2se/1.4/docs/guide/rmi/javarmiproperties.html Check out the section on java.rmi.server.hostname Setting this parameter in run.sh fixes the name returned by RMI to whatever is passed in. In this case I used the full name of

Re: [JBoss-user] Remote EJB Client Problems

2002-09-17 Thread Emerson Cargnin - SICREDI Serviços
i changed the following line (i use Suse 8) : 127.0.0.2 tec-ecargnin.sicredi.com.br tec-ecargnin Leon Doud wrote: > Here is the hosts file on the JBoss server: > > 127.0.0.1 localhost.localdomain localhost > 192.168.1.1 myname.mydomain.com myname > > > The Java client application u

Re: [JBoss-user] Remote EJB Client Problems

2002-09-17 Thread Leon Doud
Here is the hosts file on the JBoss server: 127.0.0.1 localhost.localdomain localhost 192.168.1.1 myname.mydomain.com myname The Java client application uses: java.naming.provider.url=jnp://myname.mydomain.com:1099 The JBoss server is behind a Cayman router, so it is using NAT. --- Emerson_C

Re: [JBoss-user] Remote EJB Client Problems

2002-09-17 Thread Emerson Cargnin - SICREDI Serviços
changing the hosts file of the server machine solved the problem for me... could you show your host file of the server? Leon Doud wrote: > We have successfully deployed EJBs that are used by a > web application and a Java client application. Both > of these run on the same machine as JBoss. >

[JBoss-user] Remote EJB Client Problems

2002-09-17 Thread Leon Doud
We have successfully deployed EJBs that are used by a web application and a Java client application. Both of these run on the same machine as JBoss. Currently we are trying to run the Java client application on a different machine and receive the exception at the bottom of this email. The error