Hi, I've 2 installation of JBoss 4.3.2 on my intranet (one on a server, and one on my PC to debug during the development). I read that by default jboss works on cluster if there is more than an instance of jboss on the same intranet. I deployed an ejb and an application on the server. In the Jboss in the server I've the "stable" version of my ejb and my application, and in my PC Jboss the "unstable" version. When I start both jboss but in my PC I've a version that doesn't work, even if I try to connect to the server, it gives me "Socket connection error".
So, to solve the situation I have to stop the jboss in my PC, but this is not enough, I have to restart the jboss on the server too. the jndi.properties of my ejb client is: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces java.naming.provider.url=serverIP:1099 j2ee.clientName=myejb-client Why even if I connect to the jboss on the server it tries to access to my PC? Does anybody can help me? Thank you Alessandro Rossi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932098#3932098 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932098 ------------------------------------------------------- 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
