Re: Question Regarding McastServiceImpl#setupSocket

2019-05-30 Thread Gurkan Erdogdu
n, On 5/29/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 c

Question Regarding McastServiceImpl#setupSocket

2019-05-28 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 {     log.i

Re: ThreadLocal Clear References Problem

2011-01-07 Thread Gurkan Erdogdu
List 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 shown i

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: dev

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
/ 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

Re: NamingContext Possible Bug

2010-09-24 Thread Gurkan Erdogdu
(removing caching statements) this does not break anything. I will open an issue. Regards; --Gurkan - Original Message From: Konstantin Kolinko To: Tomcat Developers List Sent: Fri, September 24, 2010 2:36:46 AM Subject: Re: NamingContext Possible Bug 2010/9/21 Gurkan Erdogdu

Re: NamingContext Possible Bug

2010-09-22 Thread Gurkan Erdogdu
;ResourceRef". Becuase it is a reference, context must call 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 To: dev@tomcat.apache.org Sent: Tue, September 21, 2010

Re: NamingContext Possible Bug

2010-09-21 Thread Gurkan Erdogdu
Sorry but skip the question! Thanks; --Gurkan - Original Message From: Gurkan Erdogdu 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()" is a Referenc

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 Obje

Re: Tomcat 7 Maven Artifacts

2010-07-13 Thread Gurkan Erdogdu
010 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 run

Re: Tomcat 7 Maven Artifacts

2010-07-13 Thread Gurkan Erdogdu
: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 la

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
ache-question-tp27873246p27873246.html > Sent from the Tomcat - Dev mailing list archive at Nabble.com. > > > - > 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
Geronimo has a tomcat-archetype which can be used 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 > > On Mar 1, 2010, at 2:11 AM, Gurkan Erdogdu wrote: > > > Thanks for the

Re: Java EE 6 Web Profile

2010-02-28 Thread Gurkan Erdogdu
modules. Thanks; --Gurkan 2010/2/26 Mark Thomas > 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? >> > > T

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 find

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