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-12 Thread Martin Knoblauch
rtain size of physical > 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 addit

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
d for years and 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

Re: Acessing static content - Tomcat 7 vs. Tomcat9

2019-10-08 Thread Martin Knoblauch
local debugging 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 tha

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

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
.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 > > > > > > > > > 2018-05-

Question on Tomcat clustering

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

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 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 >> state in mod_jk, there are new

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 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 documentation states: >> &g

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 wrote: > On Thu, Aug 3, 2017 at 8:16 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Martin, > > > > On 8/3/17 5:

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

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 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? > > > > Alternatively: is there

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
he 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) wrote: > On 29.12.2016 10:46, Martin Knoblauch wrote: > >> Hi, >> >> "mod_jk"

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

2016-12-29 Thread Martin Knoblauch
Hi Andre, yup - I know that. My httpd is now running with LogLevel notice ldap:debug authz_core:debug authnz_ldap:debug And LDAPLibraryDebug 7 Will see what comes out. Thanks Martin On Thu, Dec 29, 2016 at 12:36 PM, André Warnier (tomcat) wrote: > On 29.12.2016 10:46, Martin Knobla

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

2016-12-29 Thread Martin Knoblauch
ier (tomcat) 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 funky thing is that it is >

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) wrote: > On 28.12.2016 16:38, Martin Knoblauch wrote: > >> Hi, >> >> toda

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

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
out 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
(or at least working :-) solution. 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 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 returni

Re: New warning at Tomcat Startup

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

Re: New warning at Tomcat Startup

2014-09-04 Thread Martin Knoblauch
On Thu, Sep 4, 2014 at 4:58 PM, Mark Thomas 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 >

New warning at Tomcat Startup

2014-09-04 Thread Martin Knoblauch
n Manifest: 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 Knoblauc

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

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

2014-06-30 Thread Martin Knoblauch
"Current number of backend connections". At least not for me :-) Cheers Martin -- -- 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-17 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 wrote: > 2014-06-16 19:44 GMT+04:00 Martin Knoblauch : > > Hi, > > > > my environment is: > > > > OS Su

Problems with excessive connection timeouts

2014-06-16 Thread Martin Knoblauch
} So, before trying to tell me that I am missing workers.properties and complete logs, I want to check first whether the "-1" 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
seems some [new] component wants to talk to the X 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 -- ----

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

Status of mod_jk-1.2.38

2014-01-08 Thread Martin Knoblauch
tpd/mod_jk/tomcat on Linux. 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
AM, Rainer Jung wrote: > 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, 2

Re: mod_jk worker activation not working anymore in 1.2.37?

2013-06-10 Thread Martin Knoblauch
> > > > Looking at the current changelog, > > > > ... > > > > Fix status worker not updating parameters for all members. > (mturk) > > > > > > That is > > http://svn.apache.org/viewvc?view=revision&revision=1354021 > > Yes that should be it. > > If the OP compiles himself, just add the tiny patch > > > http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_status.c?r1=1354021&r2=1354020&pathrev=1354021 > > to your mod_jk source before compiling. > > Regards, > > Rainer > > > - > 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

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

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

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

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: users-h...@tomca

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 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, may

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

2012-06-11 Thread Martin Knoblauch
On Tue, Jun 12, 2012 at 7:59 AM, Caldarale, Charles R 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 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 completely bogus r

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 wrote: > On 05/25/2012 11:28 AM, Martin Knoblauch wrote: >> >> On Fri, May 25, 2012 at 6:45 AM, Mladen Turk  wrote: >>> >>> On 05/24/2012 09:40 PM, Anthony J. Biacco wrote: >>>> >>>> >>>

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

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 > To: Tomcat Users List > 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 Knobl

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

Re: Weird problerm accessing request headers from tomcat

2011-05-27 Thread Martin Knoblauch
by apache1 I will not find out before some time next week) and those added by mod_headers. Thanks Martin :-) -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de - Original Message > From: Mar

Weird problerm accessing request headers from tomcat

2011-05-27 Thread Martin Knoblauch
are generated. If I add 'RequestHeader set X_FORWARDED_HOST "xxx.yyy.net"' to the configuration from apache2, the application sees that header as well. Confused? so am I :-( Happy weekend Martin

Tomcat 6 Clustering vs. Tomcat 5.5 clustering

2011-05-23 Thread Martin Knoblauch
"org.apache.catalina.tribes.transport.ReplicationTransmitter"? Also, can I assume the "bindAddress" from "org.apache.catalina.cluster.mcast.McastService" is the same as "bind" from "org.apache.catalina.tribes.membership.McastService"? Thanks Martin --------

Tomcat 6 Clustering vs. Tomcat 5.5 clustering

2011-05-23 Thread Martin Knoblauch
"org.apache.catalina.tribes.transport.ReplicationTransmitter"? Thanks Martin ------ Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de - To unsubscribe, e-mail: user

Re: How to configure logfile and options for mod_jk2

2005-10-19 Thread Martin Knoblauch
true. The docs are not very clear about 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 kno

How to configure logfile and options for mod_jk2

2005-10-19 Thread Martin Knoblauch
r.receive(): Received len=6430 type=3 So, how do I shut that up? Any help is appreciated. I already tried stuff like JKLogFile or logger.file, but no real success :-( Cheers Martin ------ Martin Knoblauch email: k n o b i AT knobisoft DOT de