[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: socket connection timeouts, HTTP connections made by Htt

2009-08-17 Thread dhanaraj
u can check with the port u listening on jboss jnpPort=1099 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249961#4249961 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249961 ___

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: socket connection timeouts, HTTP connections made by Htt

2009-08-17 Thread dashley
I thought JNDI naming was at port 1099, not related to outbound sockets called by the JVM? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249971#4249971 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249971

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: socket connection timeouts, HTTP connections made by Htt

2009-08-17 Thread dhanaraj
public InitialContext getInitialContext() throws NamingException { Hashtable environment = new Hashtable(); environment.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); //environment.put(Context.URL_PKG_PREFIXES,