Migrating from TC9 to TC10. Can the jakartaConverter log problem cases?

2023-10-13 Thread Martin Knoblauch
ork somewhere? How to enable it? Sorry if this is a stupid question. Thanks in advance Martin -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: [mod_jk] Is it possible to set the value of a specific attribute via HTTP?

2023-07-03 Thread Martin Knoblauch
st proxy to the HTTPS port? Is there an equivalent to jkmanager with mod_proxy? Thanks Martin -- ------ Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: Memory vs. Heap Space

2021-04-13 Thread Martin Knoblauch
hysical > memory? Or is there something else I'm totally missing about memory > configuration? > > Thanks. > > Jerry > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-ma

Re: How to upload Files larger than 2GB

2020-08-19 Thread Martin Knoblauch
length? Does switching to the other one help? > > Apparently with content-length. Changing to "chunked" solved it. Thanks again Martin -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

How to upload Files larger than 2GB

2020-08-19 Thread Martin Knoblauch
20GB, but it did not help. Any advice is highly welcome. Just not - Don't use HTTP for uploading large files. It is the mechanism the application offers - Don't allow upload of large files. Unfortunately it is a valid use-case. Thanks in advance Martin -- ---

Re: Acessing static content - Tomcat 7 vs. Tomcat9

2019-10-09 Thread Martin Knoblauch
the guy doing it just preferred it that way. Second, as "mod_jk" is an "external" module to "httpd", it actually makes sense to check it that way. We know we want it. And if it cannot be loaded "httpd" should not come up at all. And now back to my redirect is

Re: Acessing static content - Tomcat 7 vs. Tomcat9

2019-10-08 Thread Martin Knoblauch
gging console in the > browser, and have a > look at what these 302 replies look like. Apart from the "Location:" > header, there must be > a header there indicating from which webserver this response is coming > (httpd or tomcat). > > Again, because of the configuration that you show

Re: Acessing static content - Tomcat 7 vs. Tomcat9

2019-10-07 Thread Martin Knoblauch
On Mon, Oct 7, 2019 at 5:10 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 10/7/19 07:22, Martin Knoblauch wrote: > > The mod_jk configuration basically looks like: > &g

Re: Acessing static content - Tomcat 7 vs. Tomcat9

2019-10-07 Thread Martin Knoblauch
On Mon, Oct 7, 2019 at 3:31 PM Konstantin Kolinko wrote: > пн, 7 окт. 2019 г. в 15:44, Martin Knoblauch : > > > > Hi Konstantin, > > > > On Mon, Oct 7, 2019 at 2:36 PM Konstantin Kolinko < > knst.koli...@gmail.com> > > wrote: > > > > >

Re: Acessing static content - Tomcat 7 vs. Tomcat9

2019-10-07 Thread Martin Knoblauch
On Mon, Oct 7, 2019 at 2:37 PM André Warnier (tomcat) wrote: > On 07.10.2019 13:45, Mark Thomas wrote: > > On 07/10/2019 12:22, Martin Knoblauch wrote: > >> Dear fellow Tomcat users, > >> > >> recently we migrated our application from Tomcat7 to Tomcat9.

Re: Acessing static content - Tomcat 7 vs. Tomcat9

2019-10-07 Thread Martin Knoblauch
Hi Konstantin, On Mon, Oct 7, 2019 at 2:36 PM Konstantin Kolinko wrote: > пн, 7 окт. 2019 г. в 14:23, Martin Knoblauch : > > > > Dear fellow Tomcat users, > > > > recently we migrated our application from Tomcat7 to Tomcat9. Most > things > > work gr

Acessing static content - Tomcat 7 vs. Tomcat9

2019-10-07 Thread Martin Knoblauch
between the setups is TC7 vs. TC9. Any ideas for me to follow? I did not find anything in the migration 7->8 or 8->9 guides. Kind regards Martin -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: Apache 2.4.33 with mod_jk 1.2.43 keeps shutting down when no Tomcat worker is available

2018-08-17 Thread Martin Knoblauch
Hi, please ignore. There was another component (corosync) that I did not consider. When all tomcats are down, that ends up in a 503 which confused the HA software ... Happy Weekend Martin On Fri, Aug 17, 2018 at 12:15 PM Martin Knoblauch wrote: > Hi, > > we have Apache-2.4.33 as a

Apache 2.4.33 with mod_jk 1.2.43 keeps shutting down when no Tomcat worker is available

2018-08-17 Thread Martin Knoblauch
/apache2/conf/httpd.conf' [Fri Aug 17 11:39:27.106795 2018] [mpm_worker:notice] [pid 2312:tid 139990203332352] AH00295: caught SIGTERM, shutting down Is there anything known along this lines? Thanks Martin -- -- Martin Knoblauch email: k n o b i

Tomcat JDBC Pool memory leak when using StatementFinalizer interceptor

2018-07-11 Thread Martin Knoblauch
Thanks Martin -- ------ Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: Question on Tomcat clustering

2018-05-04 Thread Martin Knoblauch
ging [1] probably setting > > org.apache.catalina.ha.level = FINE or FINEST > > in your $CATALINA_BASE/conf/logging.properties will give you the > information you need. > > Hope it helps, > > Luis > > [1] https://tomcat.apache.org/tomcat-7.0-doc/logging.html > > > > >

Question on Tomcat clustering

2018-05-03 Thread Martin Knoblauch
: Cheers Martin -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http

Re: mod_jk: sessions connecting although worker is oset to DIS

2018-03-23 Thread Martin Knoblauch
e difficult. Cheers Martin On Thu, Mar 22, 2018 at 3:07 PM, Rainer Jung <rainer.j...@kippdata.de> wrote: > Am 22.03.2018 um 11:58 schrieb Martin Knoblauch: > >> Hi, >> >> we have this annoying problem that although Tomcat workers are set to >> DIS >>

mod_jk: sessions connecting although worker is oset to DIS

2018-03-22 Thread Martin Knoblauch
ggestion I would love to hear it. Before I forget, changing the application itself is not an option. TIA Martin -- ------ Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: Small question on mod_jk load balancing methon "Next"

2017-08-09 Thread Martin Knoblauch
On Fri, Aug 4, 2017 at 11:47 PM, Rainer Jung <rainer.j...@kippdata.de> wrote: > Hi Martin, > > Am 04.08.2017 um 10:53 schrieb Martin Knoblauch: > >> Hi, >> >> just need some clarification on the mod_jk load blanacing method "Next". >> The do

Re: Small question on mod_jk load balancing methon "Next"

2017-08-09 Thread Martin Knoblauch
On Fri, Aug 4, 2017 at 11:49 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 8/4/17 4:53 AM, Martin Knoblauch wrote: > > Hi, > > > > just need some clarification on

Re: Automatically compressing localhost_access_log after rotation

2017-08-04 Thread Martin Knoblauch
On Thu, Aug 3, 2017 at 9:43 PM, Leon Rosenberg <rosenberg.l...@gmail.com> wrote: > On Thu, Aug 3, 2017 at 8:16 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Martin

Re: Automatically compressing localhost_access_log after rotation

2017-08-04 Thread Martin Knoblauch
On Thu, Aug 3, 2017 at 7:16 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 8/3/17 5:47 AM, Martin Knoblauch wrote: > > is there a way to compress the localhost_access_log.#.tx

Small question on mod_jk load balancing methon "Next"

2017-08-04 Thread Martin Knoblauch
, I should look it up in the code :-) Thanks in advance Martin -- ------ Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Automatically compressing localhost_access_log after rotation

2017-08-03 Thread Martin Knoblauch
o not tell me. Please :-) Thanks Martin -- ------ Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: Getting application root path before servlet is initialized?

2017-02-24 Thread Martin Knoblauch
On Fri, Feb 24, 2017 at 6:00 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 2/21/17 8:31 AM, Martin Knoblauch wrote: > > Hi, > > > > is there a way to find the absolu

Re: Getting application root path before servlet is initialized?

2017-02-24 Thread Martin Knoblauch
On Fri, Feb 24, 2017 at 6:06 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 2/22/17 5:19 AM, Martin Knoblauch wrote: > > On Tue, Feb 21, 2017 at 8:55 PM, Mark Thomas <ma...@apac

Re: Getting application root path before servlet is initialized?

2017-02-22 Thread Martin Knoblauch
On Tue, Feb 21, 2017 at 8:55 PM, Mark Thomas <ma...@apache.org> wrote: > On 21/02/2017 13:31, Martin Knoblauch wrote: > > Hi, > > > > is there a way to find the absolute path of the application root before > > the servlet is initialized? > > >

Getting application root path before servlet is initialized?

2017-02-21 Thread Martin Knoblauch
nt to name :-) Thanks in advance Martin -- ---------- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: Spurious "Internal Server Errors" accessing "jkmanager" after upgrading Apache, "mod_jk" and OpenSSL

2017-01-09 Thread Martin Knoblauch
Dec 30, 2016 at 12:33 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 12/29/16 3:47 AM, Martin Knoblauch wrote: > > that is an interesting pointer. We are of course securing the > > "jkmana

Re: Spurious "Internal Server Errors" accessing "jkmanager" after upgrading Apache, "mod_jk" and OpenSSL

2016-12-29 Thread Martin Knoblauch
th the responsible IT group. Thats fun :-( Thanks for the patience and a "Happy and Peaceful New Year 2017" Martin On Thu, Dec 29, 2016 at 12:36 PM, André Warnier (tomcat) <a...@ice-sa.com> wrote: > On 29.12.2016 10:46, Martin Knoblauch wrote: > >> Hi, >> >&

Re: Spurious "Internal Server Errors" accessing "jkmanager" after upgrading Apache, "mod_jk" and OpenSSL

2016-12-29 Thread Martin Knoblauch
016 10:46, Martin Knoblauch wrote: > >> Hi, >> >> "mod_jk" is now clearly off the hook. Upping the httpd log level from >> "warn" to "info" (I was assuming an event leading to a 500 response would >> be at least "warn" :-(

Re: Spurious "Internal Server Errors" accessing "jkmanager" after upgrading Apache, "mod_jk" and OpenSSL

2016-12-29 Thread Martin Knoblauch
Warnier (tomcat) <a...@ice-sa.com> wrote: > On 29.12.2016 09:47, Martin Knoblauch wrote: > >> Hi Christopher, >> >> that is an interesting pointer. We are of course securing the >> "jkmanager" >> app. And guess what we are using: LDAP. The funk

Re: Spurious "Internal Server Errors" accessing "jkmanager" after upgrading Apache, "mod_jk" and OpenSSL

2016-12-29 Thread Martin Knoblauch
; Server Version: Apache/2.4.23 (Unix) OpenSSL/1.0.2j mod_jk/1.2.42 Thanks Martin On Wed, Dec 28, 2016 at 9:43 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Martin, > > On 12/28/16 10:38 AM, M

Re: Spurious "Internal Server Errors" accessing "jkmanager" after upgrading Apache, "mod_jk" and OpenSSL

2016-12-29 Thread Martin Knoblauch
Hi Andre, upping the level to "debug" did not reveal much more about the effect. But you are right of course. Thanks Martin On Wed, Dec 28, 2016 at 5:02 PM, André Warnier (tomcat) <a...@ice-sa.com> wrote: > On 28.12.2016 16:38, Martin Knoblauch wrote: > >> Hi,

Spurious "Internal Server Errors" accessing "jkmanager" after upgrading Apache, "mod_jk" and OpenSSL

2016-12-28 Thread Martin Knoblauch
't much info besides that. Only "access_log" shows access_log:xxx.xxx.xxx.xxx - [28/Dec/2016:16:29:18 +0100] "GET /jkmanager HTTP/1.1" 500 536 Any ideas how to get more insight Thanks in advance Martin -- ---------- Martin

Re: [COMMERCIAL] Re: Need Help: - jk doesn't work after upgrade to 1.2.40 from 1.2.23

2016-03-14 Thread Martin Knoblauch
about JkMount and JkMountCopy. > > > ----- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Tomcat-7 and Oracle Universal Connection Pool (UCP)

2015-07-10 Thread Martin Knoblauch
. Thanks in advance Martin -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: [OT] Tomcat 8 encoding issues: unable to change the default encoding iso-8859-1 to utf-8 in http header

2015-01-24 Thread Martin Knoblauch
On Sat, Jan 24, 2015 at 1:52 PM, André Warnier a...@ice-sa.com wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, ... Morality : in web applications, always specify the content-type (and character set, if applicable) of what you are returning.

Re: New warning at Tomcat Startup

2014-09-05 Thread Martin Knoblauch
On Fri, Sep 5, 2014 at 12:57 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-09-04 19:55 GMT+04:00 Martin Knoblauch knobis...@gmail.com: It seems it happens between 7.0.42 and 7.0.47. I would bisect, but cannot find any tarballs between those two releases. Those versions

New warning at Tomcat Startup

2014-09-04 Thread Martin Knoblauch
: Depends-On. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. ### TIA Martin -- -- Martin Knoblauch email: k n

Re: New warning at Tomcat Startup

2014-09-04 Thread Martin Knoblauch
On Thu, Sep 4, 2014 at 4:58 PM, Mark Thomas ma...@apache.org wrote: On 04/09/2014 15:38, Martin Knoblauch wrote: Hi, I am using JDK 1.7.0_67 and Tomcat 7.0.55. At application startup I am seeing a bunch of below messages flying by. The messages have not been observed with Tomcat

Re: jkmanager: how to interpret Current number of backend connections

2014-07-01 Thread Martin Knoblauch
On Mon, Jun 30, 2014 at 5:18 PM, Martin Knoblauch knobis...@gmail.com wrote: Hi, our environment is (I know, some are old ...): Apache 2.2.21 mod_jk-1.2.40 Tomcat 7.0.42 My question is how to interpret the numbers from jkmanager, expecially the Busy/Max/Con numbers. Busy and Max

jkmanager: how to interpret Current number of backend connections

2014-06-30 Thread Martin Knoblauch
-- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: Problems with excessive connection timeouts

2014-06-18 Thread Martin Knoblauch
Hi Konstantin, yeah, found out two hours after posting. Embarassing, isn't it. Thanks Martin On Tue, Jun 17, 2014 at 7:14 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-06-16 19:44 GMT+04:00 Martin Knoblauch knobis...@gmail.com: Hi, my environment is: OS SuSE SLES11

Problems with excessive connection timeouts

2014-06-16 Thread Martin Knoblauch
socket ids are to be expected here or whether there is some kind of bug involved. Thanks in advance Martin -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: tomcat 7.0.53 error

2014-04-16 Thread Martin Knoblauch
server. Can you try to add -Djava.awt.headless=true to the JAVA_OPTS when starting Tomcat? We are using that to avoid dependence on X11 in our application. Cheers Martin -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http

Re: Status of mod_jk-1.2.38

2014-01-09 Thread Martin Knoblauch
On Wed, Jan 8, 2014 at 8:45 PM, Rainer Jung rainer.j...@kippdata.de wrote: On 08.01.2014 18:25, Martin Knoblauch wrote: Hi, happy New year. Should be still early enough for this :-) I have one short question: what is the status of mod_jk-1.2.38? It has been over a year since 1.2.37

Status of mod_jk-1.2.38

2014-01-08 Thread Martin Knoblauch
. Cheers Martin -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: mod_jk worker activation not working anymore in 1.2.37?

2013-06-12 Thread Martin Knoblauch
Jung rainer.j...@kippdata.dewrote: On 11.06.2013 00:58, Martin Knoblauch wrote: Any plans when 1.2.38 will be released? Not really, but it is overdue. So IMO we should release it during the next few weeks. Regards, Rainer On Mon, Jun 10, 2013 at 10:20 PM, Rainer Jung rainer.j

Re: mod_jk worker activation not working anymore in 1.2.37?

2013-06-10 Thread Martin Knoblauch
- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- -- Martin Knoblauch email: k n o b i

Re: Find out which sessions are connected to a specific Tomcat in a HA/Failover setup

2013-02-23 Thread Martin Knoblauch
On Fri, Feb 22, 2013 at 10:10 AM, Mark Thomas ma...@apache.org wrote: On 22/02/2013 08:59, Martin Knoblauch wrote: Same not to be discussed here political problem :-( The whole application (server and clients) is closed commercial code. Can you modify anything? For example, you could

Re: Find out which sessions are connected to a specific Tomcat in a HA/Failover setup

2013-02-22 Thread Martin Knoblauch
On Thu, Feb 21, 2013 at 8:16 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 2/21/13 8:11 AM, Martin Knoblauch wrote: this is more of a principal question. We operate the following HA/Failover Setup: Frontend: Apache

Find out which sessions are connected to a specific Tomcat in a HA/Failover setup

2013-02-21 Thread Martin Knoblauch
Hi, this is more of a principal question. We operate the following HA/Failover Setup: Frontend: Apache 2.2.21 + mod_jk 1.2.32 Backend: 6 x Tomcat 7.0.32 We have two types of clients. First there are interactive clients that connect via a browser. Second we have batch clients that are run via a

Re: Issue starting catalina.sh on Windows for tomcat 7 version

2012-08-28 Thread Martin Knoblauch
On Tue, Aug 28, 2012 at 1:17 PM, André Warnier a...@ice-sa.com wrote: irfan pasha wrote: Well i have alternative of starting tomcat based on the OS. But i specifically want to use catalina.sh for both windows and unix operating systems. What you want, and what is possible and/or supported,

Test - please ignore

2012-08-28 Thread Martin Knoblauch
Just a test after moving from googlemail to gmail. I am kind of afraid that I broke my subscription ... Thanks Martin - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: Tomcat uses 99% of CPU - Something to do with AJP connector

2012-06-12 Thread Martin Knoblauch
On Tue, Jun 12, 2012 at 7:59 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Martin Knoblauch [mailto:knobis...@googlemail.com] Subject: Re: Tomcat uses 99% of CPU - Something to do with AJP connector From a technical point of view - yes. But from experience I can tell

Re: Tomcat uses 99% of CPU - Something to do with AJP connector

2012-06-11 Thread Martin Knoblauch
On Mon, Jun 11, 2012 at 10:37 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Dharamshila Khandelwal [mailto:dharmshil...@gmail.com] Subject: Re: Tomcat uses 99% of CPU - Something to do with AJP connector I cannot upgrade Tomcat because we upgraded last year. Now that is a

Re: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-25 Thread Martin Knoblauch
On Fri, May 25, 2012 at 6:45 AM, Mladen Turk mt...@apache.org wrote: On 05/24/2012 09:40 PM, Anthony J. Biacco wrote: I'm still puzzled as to why this behavior just changed between .35 and .36 OK, but if you follow the recommended configuration by making sure that workers which are

Re: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-25 Thread Martin Knoblauch
On Fri, May 25, 2012 at 1:29 PM, Mladen Turk mt...@apache.org wrote: On 05/25/2012 11:28 AM, Martin Knoblauch wrote: On Fri, May 25, 2012 at 6:45 AM, Mladen Turkmt...@apache.org  wrote: On 05/24/2012 09:40 PM, Anthony J. Biacco wrote: I'm still puzzled as to why this behavior just

Re: Tomcat 6 Clustering vs. Tomcat 5.5 clustering

2011-06-07 Thread Martin Knoblauch
Hi, I almost forgot about this one :-) - Original Message From: Filip Hanik - Dev Lists devli...@hanik.com To: Tomcat Users List users@tomcat.apache.org Sent: Tue, June 7, 2011 1:07:20 AM Subject: Re: Tomcat 6 Clustering vs. Tomcat 5.5 clustering On 5/23/2011 6:50 AM, Martin

Re: Weird problerm accessing request headers from tomcat

2011-05-30 Thread Martin Knoblauch
Hi Andre, see below. You are not going to hear me slapping my face, but definitely doing a! :-) Cheers Martin -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de - Original Message From

Weird problerm accessing request headers from tomcat

2011-05-27 Thread Martin Knoblauch
' to the configuration from apache2, the application sees that header as well. Confused? so am I :-( Happy weekend Martin -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: Weird problerm accessing request headers from tomcat

2011-05-27 Thread Martin Knoblauch
:-) -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de - Original Message From: Martin Gainty mgai...@hotmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Fri, May 27, 2011 3:29:32 PM Subject: RE: Weird problerm

Tomcat 6 Clustering vs. Tomcat 5.5 clustering

2011-05-23 Thread Martin Knoblauch
-- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 6 Clustering vs. Tomcat 5.5 clustering

2011-05-23 Thread Martin Knoblauch
is the same as bind from org.apache.catalina.tribes.membership.McastService? Thanks Martin -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: How to configure logfile and options for mod_jk2

2005-10-19 Thread Martin Knoblauch
the relationships :-( Anyway, mod_jk 1.2.14 works great and does what I want :-) Cheers Martin -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de