Hi,

I have a JMS Applet communicating with a server application via JMS.

Firstly i have real problems getting the Applet to do a InitialContext.lookup on one 
of my objects. Despite settings java.naming.provider.url=x.x.x.x, the lookup always 
fails on an exception to connect to 127.0.0.1:1098 (rmi port). I can solve this little 
problem by inserting -Djava.rmi.server.hostname=x.x.x.x in my JBoss run.sh script.

Secondly (and i suspect that this has to do with the -Djava.rmi.server...line in 
run.sh), My Applet runs fine on one machine (i.e. client browser and jboss server on 
single PC). I have a extra message subscriber which prints out any posts made to the 
main Topic.

However, when i open the browser on another remote machine, and post a message to a 
Topic, the topic is processed by the server app, and a response apparently sent, but i 
never see the response on the remote machine (running applets on both local and remote 
machine shows the message response being seen on the local machine, but not seen on 
the remote machine).

Does anybody have any advice on how to track down this little problem ??.

Thanks

Chris

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823653#3823653

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823653


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to