Re: Question Regarding McastServiceImpl#setupSocket

2019-05-30 Thread Gurkan Erdogdu
9/19 02:28, Gurkan Erdogdu wrote: > Hi In an McastServiceImpl#setupSocket method, if the user > configures the mcastBindAddress, it will use the socket to bind to > this address. But, in the code below, it uses the "address" field > while creating the socket. Is this correct ? &

Question Regarding McastServiceImpl#setupSocket

2019-05-29 Thread Gurkan Erdogdu
HiIn an McastServiceImpl#setupSocket method, if the user configures the mcastBindAddress, it will use the socket to bind to this address. But, in the code below, it uses the "address" field while creating the socket. Is this correct ? if (mcastBindAddress != null) {  try {    

Re: ThreadLocal Clear References Problem

2011-01-07 Thread Gurkan Erdogdu
@tomcat.apache.org Sent: Thu, January 6, 2011 7:32:10 PM Subject: Re: ThreadLocal Clear References Problem Gurkan, On 1/6/2011 7:08 AM, Gurkan Erdogdu wrote: Could you see the problem in https://issues.apache.org/jira/browse/MYFACES-3006? So, you are stopping a second application from the code

ThreadLocal Clear References Problem

2011-01-06 Thread Gurkan Erdogdu
Hello folks Could you see the problem in https://issues.apache.org/jira/browse/MYFACES-3006? Thanks for your comments! --Gurkan - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: svn commit: r1029527 [1/2] - in /tomcat/trunk/java/org/apache/catalina: ./ connector/ core/ ha/deploy/ loader/ manager/ mbeans/ realm/ session/ startup/ util/

2010-11-01 Thread Gurkan Erdogdu
: ./ connector/ core/ ha/deploy/ loader/ manager/ mbeans/ realm/ session/ startup/ util/ On 01/11/2010 07:00, Mark Thomas wrote: On 01/11/2010 06:50, Gurkan Erdogdu wrote: Hi; After this commit I am not able to deploy applications using manager OK, I'll take a look. I did some simple tests to make sure

Re: NamingContext Possible Bug

2010-09-24 Thread Gurkan Erdogdu
Possible Bug 2010/9/21 Gurkan Erdogdu gurkanerdo...@yahoo.com: Hello folks, In NamingContext implementation, if lookup() is a Reference, current implementation caches the result of the NamingManager # getObjectInstance via following statements and changes the type of the entry. In the following

Re: NamingContext Possible Bug

2010-09-22 Thread Gurkan Erdogdu
NamingManager.getObjectInstance again to create a new instance. If this is a bug, I will open an issue. Thanks; --Gurkan - Original Message From: Gurkan Erdogdu gurkanerdo...@yahoo.com To: dev@tomcat.apache.org Sent: Tue, September 21, 2010 6:30:43 PM Subject: NamingContext Possible Bug Hello folks

NamingContext Possible Bug

2010-09-21 Thread Gurkan Erdogdu
Hello folks, In NamingContext implementation, if lookup() is a Reference, current implementation caches the result of the NamingManager # getObjectInstance via following statements and changes the type of the entry. In the following lookups, same object is returned. I would like to write

Re: NamingContext Possible Bug

2010-09-21 Thread Gurkan Erdogdu
Sorry but skip the question! Thanks; --Gurkan - Original Message From: Gurkan Erdogdu gurkanerdo...@yahoo.com To: dev@tomcat.apache.org Sent: Tue, September 21, 2010 6:30:43 PM Subject: NamingContext Possible Bug Hello folks, In NamingContext implementation, if lookup

Re: Tomcat 7 Maven Artifacts

2010-07-14 Thread Gurkan Erdogdu
wrote: On 13/07/2010 13:12, Gurkan Erdogdu wrote: Hello Mark; Where is the location? Not able to find http://repo2.maven.org/maven2/org/apache/tomcat/ It looks like the script we have for generating stuff isn't quite right. Henk runs a script that regularly scans the repo for errors

Re: Tomcat 7 Maven Artifacts

2010-07-13 Thread Gurkan Erdogdu
Thomas wrote: On 04/07/2010 11:43, Gurkan Erdogdu wrote: Hi folks, Our project OpenWebBeans has a dependency on Tomcat 7 artifacts. We are going to release OWB. Where is the Tomcat 7 Beta Maven artifacts? They haven't been uploaded yet. I should be able to upload them later this week. A bit

Tomcat 7 Maven Artifacts

2010-07-04 Thread Gurkan Erdogdu
Hi folks, Our project OpenWebBeans has a dependency on Tomcat 7 artifacts. We are going to release OWB. Where is the Tomcat 7 Beta Maven artifacts? Thanks; Gurkan OpenWebBeans PMC Chair

Re: Tomcat and Apache question

2010-03-11 Thread Gurkan Erdogdu
. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

About Docs on AntiResource Locking

2010-03-10 Thread Gurkan Erdogdu
Hi; In the documentation of context.xml( http://tomcat.apache.org/tomcat-6.0-doc/config/context.html) it says relate with antiResourceLocking attribute: Please note that setting this flag to true in applications that are outside the appBase for the Host (the webapps directory by default) will

Re: Java EE 6 Web Profile

2010-03-02 Thread Gurkan Erdogdu
to create a Tomcat maven build environment. You might want to check it out. Really, I do not see it, I will check it. Thanks; --Gurkan 2010/3/2 Kevan Miller kevan.mil...@gmail.com On Mar 1, 2010, at 2:11 AM, Gurkan Erdogdu wrote: Thanks for the answer Mark :) I have started to fork

Re: Java EE 6 Web Profile

2010-02-28 Thread Gurkan Erdogdu
modules. Thanks; --Gurkan 2010/2/26 Mark Thomas ma...@apache.org On 26/02/2010 08:55, Gurkan Erdogdu wrote: Hi; You guys , do you think to implement Java EE 6 Web Profile using Tomcat? Or Tomcat is a Servlet JSP container forever? There has been some internal discussion on this topic

Java EE 6 Web Profile

2010-02-26 Thread Gurkan Erdogdu
Hi; You guys , do you think to implement Java EE 6 Web Profile using Tomcat? Or Tomcat is a Servlet JSP container forever? Thanks; --Gurkan

Removing Listener Based Approach

2010-02-19 Thread Gurkan Erdogdu
Hello folks; As you have already know, Tomcat has mainly implemented on Event-Listener mechanism. I think about to remove all of those event-listener mechanism for configuring/starting Tomcat. It is very hard to extend Tomcat without really knowing internal details because you are not able to

Minor Error in Documentation

2010-02-12 Thread Gurkan Erdogdu
Hello folks; I think that there is a minor error in Tomcat 6 documentation ( http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html). It says that to setup JMX remote access you have to add set CATALINA_OPTS=-Dcom.sun.management.jmxremote \ -Dcom.sun.management.jmxremote.port=%my.jmx.port%

[Tomcat Bayeux and Comet Implementation]

2007-09-26 Thread Gurkan Erdogdu
Hi guys; Is there any support for the Bayeux protocol and Comet style application works in the Tomcat 6.x? I looked at the tomcat sandbox and that is this implementations still experimental? Is there any timeline that these components inclueded with tomcat distribution? Thanks; Gurkan