Scott Ostroff wrote:

> In the sample source code for the InterestClient it says-
> 
> IMPORTANT: If you want to test this in a real client-server 
> configuration, this class goes on the client; the URL of the naming 
> provider specifed in the class must be changed from 'localhost:1099' to 
> the URL of the naming service on the server
> 
> What is the URL of the naming service on the server? How do I find this?

Just replace 'localhost' with your server machine's DNS name or IP 
address. You can also tack 'jnp://' on the start of it, if you want, but 
that shouldn't be neccessary.

-danch


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to