Hi,
Is it possible to programmatically add a new ChannelListener to a
ManagedChannel after the channel has been started?
--
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com,
*Member; Apache Software Foundation;
**http://www.apache.org/*<http://www.apache.org/>
*
*
rmal
member. Is this the intended behavior? Is it possible to change the
coordinator only if the existing coordinator fails?
Thanks
Azeez
On Tue, Apr 24, 2012 at 11:26 AM, Afkham Azeez wrote:
> Thanks for the pointers Filip. I will take a look.
>
>
> On Mon, Apr 23, 2012 at 9:12
message to an
> entire group. Either the entire group gets it, or doesn't.
>
> Filip
>
> - Original Message -
> > From: "Afkham Azeez"
> > To: "Tomcat Users List"
> > Sent: Monday, April 23, 2012 6:38:31 AM
> > Subject: Tribes
cement of the interceptor will be important, so that you don't
> encrypt packets you don't need to (like ping and failure detection)
>
> Filip
>
>
> On 11/23/2011 10:53 AM, Afkham Azeez wrote:
>
>> On Wed, Nov 23, 2011 at 8:48 PM, Filip Hanik - Dev Lists<
>>
On Wed, Nov 23, 2011 at 8:48 PM, Filip Hanik - Dev Lists wrote:
> On 10/6/2011 8:31 AM, Afkham Azeez wrote:
>
>> I had a look at the Tribes code. Can somebody please explain how
>> Channel.SEND_OPTIONS_SECURE works?
>>
> not yet implemented :(
>
What is the proper
//tomcat.apache.org/**connectors-doc/reference/**workers.html<http://tomcat.apache.org/connectors-doc/reference/workers.html>
>> Only requests from members with the same secret word will be acceped.
>> Greetings
>> Alexander
>> -Ursprüngliche Nachricht-
>&
ache.org/connectors-doc/reference/workers.html
> Only requests from members with the same secret word will be acceped.
>
> Greetings
> Alexander
>
>
> -Ursprüngliche Nachricht-
> Von: Afkham Azeez [mailto:afk...@gmail.com]
> Gesendet: Donnerstag, 6. Oktobe
PM, Afkham Azeez wrote:
> Hi folks,
> Is there a way to do authentication in Tribes when new members try to join
> a cluster so that unauthorized nodes cannot join in? Also, when clustering
> messages are sent back & forth, how do we ensure security?
>
> Thanks
> Azeez
>
Hi folks,
Is there a way to do authentication in Tribes when new members try to join a
cluster so that unauthorized nodes cannot join in? Also, when clustering
messages are sent back & forth, how do we ensure security?
Thanks
Azeez
gt; > -Original Message-
> > From: Afkham Azeez [mailto:afk...@gmail.com]
> > Sent: Samstag, 11. Juni 2011 19:23
> > To: Tomcat Users List
> > Subject: Re: Terminating long running request threads
> >
> > Thanks Rainer. I think I can use the RequestProce
Thanks Rainer. I think I can use the RequestProcessor MBeans.
Thanks
Azeez
On Sat, Jun 11, 2011 at 8:41 PM, Rainer Jung wrote:
> On 11.06.2011 09:30, Afkham Azeez wrote:
> > Folks,
> > Is there any API to get hold of Tomcat's Connector thread pools?
>
> Each request i
Folks,
Is there any API to get hold of Tomcat's Connector thread pools?
Regards
Azeez
On Thu, Jun 9, 2011 at 10:58 PM, Afkham Azeez wrote:
>
>
> On Thu, Jun 9, 2011 at 10:51 PM, Caldarale, Charles R <
> chuck.caldar...@unisys.com> wrote:
>
>> > From: Af
On Thu, Jun 9, 2011 at 10:51 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Afkham Azeez [mailto:afk...@gmail.com]
> > Subject: Terminating long running request threads
>
> > is there a way to get hold of these long running threads
> > &am
For our requirement, it is even OK to detect to which webapp such a request
is coming, and unload that webapp.
On Thu, Jun 9, 2011 at 10:33 PM, Afkham Azeez wrote:
> Hi folks,
> We are using embedded Tomcat 7.0.14, and we have a requirement to somehow
> terminate request threads that
Hi folks,
We are using embedded Tomcat 7.0.14, and we have a requirement to somehow
terminate request threads that have been running for a 'long' time. Does
Tomcat provide any support to do this? Do we have access to the request
thread pool through JMX, and if so, is there a way to get hold of thes
Hi folks,
We are using embedded Tomcat 7.0.14, and when we are running load tests, we
get the following warning from time to time.
WARN {org.apache.tomcat.util.net.JIoEndpoint} - Incorrect connection count,
multiple socket.close called on the same socket.
What does this mean? What are the implic
Thanks Sylvain. That worked.
On Sun, May 15, 2011 at 8:21 PM, Sylvain Laurent wrote:
> have a look at the bindOnInit parameter on the connector
> http://tomcat.apache.org/tomcat-7.0-doc/config/http.html
>
> On 15 mai 2011, at 12:31, Afkham Azeez wrote:
>
> > Hi folks,
>
connectors (opening
of the sockets) until after the webapps have been deployed?
Thanks
Azeez
--
*Afkham Azeez*
*Member; Apache Software Foundation;
**http://www.apache.org/*<http://www.apache.org/>
On Thu, Apr 14, 2011 at 3:41 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Afkham,
>
> On 4/13/2011 10:05 AM, Afkham Azeez wrote:
> > We are using Embedded Tomcat 7.0.11. It seems that with Embe
Was able to solve this using a bootstrap mechanism.
http://frank.zinepal.com/embedded-tomcat-class-loading-trickery was helpful.
Azeez
On Wed, Apr 13, 2011 at 8:33 PM, Afkham Azeez wrote:
> According to http://yzb.hit.edu.cn/docs/class-loader-howto.html,
> everything in the system cla
, is
it?
On Wed, Apr 13, 2011 at 7:35 PM, Afkham Azeez wrote:
> Hi,
> We are using Embedded Tomcat 7.0.11. It seems that with Embedded Tomcat,
> the default is parent-first class loading, even though the default in the
> Tomcat binary distribution is child-first. Is there a way to s
Hi,
We are using Embedded Tomcat 7.0.11. It seems that with Embedded Tomcat, the
default is parent-first class loading, even though the default in the Tomcat
binary distribution is child-first. Is there a way to setup child-first
class loading in Embedded Tomcat?
Thanks
Azeez
Thanks Mark.
On Thu, Feb 17, 2011 at 8:41 PM, Mark Thomas wrote:
> On 17/02/2011 14:56, Afkham Azeez wrote:
> > Hi folks,
> > What is the advantage of using this connector as opposed to the default
> one?
> > In which scenarios would we tend to use the default c
Hi folks,
What is the advantage of using this connector as opposed to the default one?
In which scenarios would we tend to use the default connector, and in which
scenarios will it be more appropriate to use the NIO connector?
Thanks
Azeez
*
*
Hi folks,
Can I know from which Maven repo I can fetch the JARs of the latest Tomcat
release? repo1 seems to be having only upto the 7.0.6 JARs.
Thanks
Azeez
[mailto:afk...@gmail.com] On Behalf Of Afkham
> Azeez
> >> Subject: Tomcat 7 - does unpackWars=false work
> >
> >> In my server.xml file, I have set unpackWars to false as follows:
> >> >> unpackWARs="false" autoDeploy="tru
Hi folks,
In my server.xml file, I have set unpackWars to false as follows:
However, my WAR files are still being unpacked into the work directory. Am I
missing something?
Thanks
Azeez
One more question: Why isn't the Tomcat class used in the mainstream code
and is only used in the test cases? In Tomcat 5.x and 6.x IIRC, Catalina
used to extend Embedded.
On Tue, Feb 15, 2011 at 10:31 PM, Mark Thomas wrote:
> On 15/02/2011 14:07, Afkham Azeez wrote:
> > On Tue, F
On Tue, Feb 15, 2011 at 6:54 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Afkham Azeez [mailto:afk...@gmail.com]
> > Subject: Embedding Tomcat 7
>
> > We need our webapps to be visible through
> > multiple connectors. How can this be d
Hi folks,
Is there any documentation available on embedding Tomcat 7? We were using
Tomcat 5.5.23 but the Embedded class has been deprecated. The Tomcat class
is the alternative, but it seems that a single Tomcat instance can only
handle a single connector. We need our webapps to be visible through
Can somebody send me some pointers to some documentation on Tomcat embedded
edition? I need to find out how JDBC datasources can be registered(or
whether this can be done).
--
Thanks
Afkham Azeez
http://www.wso2.org
GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760
I am using Tomcat 5.5.15 embedded version. I have a Web application which
refers to a JNDI Datasource. Can somebody tell me how to register a JNDI
Datasource in the Tomcat embedded version.
--
Thanks
Afkham Azeez
http://www.wso2.org
GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E
32 matches
Mail list logo