Re: java-server-socket-binding-multiple-domain-host-names

2013-05-25 Thread Elgs Chen
ot; header. > TCP does not give any info about "hostnames", but only about "IP Addresses" > I think .getLocalAddress().getHostName() will simply try to resolve back the > IP address to a DNS name > > I hope that helps > Enrico > > Il 25/05/2013 18:23,

java-server-socket-binding-multiple-domain-host-names

2013-05-25 Thread Elgs Chen
Hi Mark, I'm very sorry I know this is not related to the Tomcat project. However, I cannot find anyone who I think has more expertise in java networking programming than you. I have a java server socket problem and I have no way to find the answer. I'm really hoping I can get some insights fr

SPDY on the roadmap?

2012-12-03 Thread Elgs Chen
Dear Tomcat Developers, I'm wondering if there's anything about SPDY connector implementation on the Tomcat roadmap? I'm hoping to get some insight about it with Tomcat. Thanks, Elgs - To unsubscribe, e-mail: dev-unsubscr...@to

Re: Reloading WebappClassLoader

2012-10-18 Thread Elgs Chen
Hi Mark, Have you had a chance to look at this question? Any insight will be greatly appreciated. Best regards, Elgs On Oct 17, 2012, at 4:52 PM, Elgs Chen wrote: > Dear Tomcat Developers, > > I'm using embedded tomcat 7 on my current project. I'm wondering if there

Reloading WebappClassLoader

2012-10-17 Thread Elgs Chen
Dear Tomcat Developers, I'm using embedded tomcat 7 on my current project. I'm wondering if there's any API available that I can reload the WebappClassLoader by ditching the webapp class loader that loads the jars and classes in /WEB-INF/lib and /WEB-INF/classes, and create a new one that loads

Re: WebClassLoader using SystemClassLoader to load ServletDef?

2012-09-25 Thread Elgs Chen
d above them is the system/app class loader. Would you correct me if my understanding is not accurate? Best regards, Elgs On Sep 26, 2012, at 3:19 AM, Christopher Schultz wrote: > Elgs, > > On 9/25/12 1:15 PM, Elgs Chen wrote: >> Hi Mark, >> >> I finally get my hom

Re: WebClassLoader using SystemClassLoader to load ServletDef?

2012-09-25 Thread Elgs Chen
!! Mark, thank you so much. I really really appreciate you fast and kind help! Best regards, Elgs On Sep 25, 2012, at 11:04 PM, Elgs Chen wrote: > Hi Mark, > > Thanks for your fast answer. That helped me to narrow down the scope of this > problem. I understand line 262 is to initi

Re: WebClassLoader using SystemClassLoader to load ServletDef?

2012-09-25 Thread Elgs Chen
28 PM, Mark Thomas wrote: > On 25/09/2012 13:19, Elgs Chen wrote: >> Dear Tomcat Developers, >> >> I have a question regarding the behavior of the >> WebClassLoader.loadClass(String name, boolean resolve) in the >> org.apache.catalina.loader package. >>

WebClassLoader using SystemClassLoader to load ServletDef?

2012-09-25 Thread Elgs Chen
Dear Tomcat Developers, I have a question regarding the behavior of the WebClassLoader.loadClass(String name, boolean resolve) in the org.apache.catalina.loader package. I have the following assumptions, please correct me if any is wrong: 1, It seems the WebClassLoader only uses the SystemClassL