More information for this post.
For a regular naming lookup as below
| Hashtable table = new Hashtable();
| table.put("java.naming.factory.initial",
"org.jnp.interfaces.NamingContextFactory");
| table.put("java.naming.provider.url", "jnp://xx.xx.xx.xx:1099");
| table.put("java.naming.factory.url.pkgs",
| "org.jboss.naming:org.jnp.interfaces");
| ctx = new InitialContext(table);
|
| conFactory =(TopicConnectionFactory) ctx.lookup("RMIConnectionFactory");
| System.out.println(listNames(ctx));
|
|
everything works fine. I checked the /etc/hosts file. The external IP is mapped to
the hostname correctly.
I had spent several days on this and have no luck.
Please help out
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822506#3822506
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822506
-------------------------------------------------------
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