[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, "org.jb

[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=bb&op=viewtopic&p=4249961#4249961 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249961 ___