0 Replies Latest reply on May 20, 2003 11:03 AM by pstrotmann

    accessing session bean from a remote client

    pstrotmann

      Hi all,

      now that I succeeded in accessing a session bean from a client on the server-machine, I tried the access from a remote machine.

      the succesful local access worked with the following ant-target:










      On the remote machine I used the same ant-target just replacing localhost by 192.168.0.1, the name of the server-machine.

      got the following message:

      Connection refused to host: <<127.0.0.1>>; nested exception is: java.net.ConnectException: Connection refused: no further information


      Did I use the wrong syntax to specify the remote machine, or is there still some ConfigWork necessary to allow the server access ?

      peter