This content has been marked as final.
Show 4 replies
-
1. Re: Error whit Remote conection
kabirkhanna148 Apr 5, 2005 11:47 PM (in response to newj2ee)"Newj2ee" wrote:
I have one cliente of one aplixation J2ee, and executing this from the command line run ok, but when i try to execute from another pc in a remote place don't runing!
the error it's whit time out error, it's possible to need special configuration of Jboss for Acecpt remote conections??
thanks
This may be probably due to the fact that ur using local interface.
use external interface -
2. Re: Error whit Remote conection
kabirkhanna148 Apr 5, 2005 11:47 PM (in response to newj2ee)try using external interface instead of local interface.
-
3. Re: Error whit Remote conection
kabirkhanna148 Apr 5, 2005 11:53 PM (in response to newj2ee)i know that we can use MDB and EJB in jboss
but how to exactly communicate with the database.
thanks. -
4. Error with Remote conection
newj2ee Apr 6, 2005 4:26 AM (in response to newj2ee)The project have implements local and remote Interfaces, and I use the remoteportable object to caught the remotehome bean.
I use the ip at the server, and on the lan work good.
The error : Time out... It's posible that the server or router denied the conection??