thankQ Aneesh..... that server.xml file is fine...... but what i want is server 
is running in another machine ... that machines IP address is (for ex: 
192.116.25.23).... now in my application i.e running in another machine, I have 
to use that server which is running in (192.116.25.23)....like in my file
i have configured like this ..

Hashtable env = new Hashtable();
env.put(Context.INITIAL_CONTEXT_FACTORY,
                "org.jnp.interfaces.NamingContextFactory");
env.put(Context.URL_PKG_PREFIXES,
                "=org.jboss.naming:org.jnp.interfaces");
env.put(Context.PROVIDER_URL, "jnp://192.116.25.23:1099");

like that i need to access that server in my application..... for that tell me 
what changes i hav to mak in that 192.116.25.23 machine........... 


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149024
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to