Author: mturk
Date: Mon Sep 22 00:30:07 2008
New Revision: 697689
URL: http://svn.apache.org/viewvc?rev=697689&view=rev
Log:
Rename connection_keepalive to connection_ping_interval as suggested by Rainer
Modified:
tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c
tomcat/connectors/
Author: mturk
Date: Mon Sep 22 01:19:44 2008
New Revision: 697697
URL: http://svn.apache.org/viewvc?rev=697697&view=rev
Log:
Add ping_mode directive
Modified:
tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c
tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h
tomcat/conne
Author: mturk
Date: Mon Sep 22 03:25:58 2008
New Revision: 697774
URL: http://svn.apache.org/viewvc?rev=697774&view=rev
Log:
Move local states array allocation to endpoint allocation
Modified:
tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c
Modified: tomcat/connectors/trunk/jk/native
Author: mturk
Date: Mon Sep 22 03:52:16 2008
New Revision: 697779
URL: http://svn.apache.org/viewvc?rev=697779&view=rev
Log:
Add session_cookie and session_path directives for load balancer
Modified:
tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c
tomcat/connectors/trunk/jk/native
Author: mturk
Date: Mon Sep 22 04:10:04 2008
New Revision: 697782
URL: http://svn.apache.org/viewvc?rev=697782&view=rev
Log:
I simply hate this log message. In 99% it usualy means tomcat has too low
maxThreads value set
Modified:
tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c
Modi
Hi to all,
Did some of you experienced problems with mod_jk 1.2.26 (and maybe
earlier release) and Apache 2.x ErrorDocument directive.
In one of my configuration I set :
ErrorDocument 404 /gen_error404.html
ErrorDocument 500 /gen_error500.html
ErrorDocument 503 /gen_error503.html
Henri Gomez wrote:
Hi to all,
Did some of you experienced problems with mod_jk 1.2.26 (and maybe
earlier release) and Apache 2.x ErrorDocument directive.
In one of my configuration I set :
ErrorDocument 404 /gen_error404.html
ErrorDocument 500 /gen_error500.html
ErrorDocument 503 /
Hum good idea.
Same thing for 404/500/503 I suppose.
2008/9/22 Mladen Turk <[EMAIL PROTECTED]>:
> Henri Gomez wrote:
>>
>> Hi to all,
>>
>> Did some of you experienced problems with mod_jk 1.2.26 (and maybe
>> earlier release) and Apache 2.x ErrorDocument directive.
>>
>> In one of my configura
Henri Gomez wrote:
Hum good idea.
Same thing for 404/500/503 I suppose.
Sure.
if (!r->sent_bodyct && r->status >= HTTP_BAD_REQUEST) {
...
return r->status;
}
Regards
--
^(TM)
-
To unsubscribe, e-mail: [EMAIL PROTECT
>> Same thing for 404/500/503 I suppose.
>>
>
> Sure.
>
> if (!r->sent_bodyct && r->status >= HTTP_BAD_REQUEST) {
> ...
> return r->status;
> }
I added to the conf/web.xml :
404
/empty-error.html
500
/empty-error.html
503
/empty-error.html
I t
> Here is the HTTP header dump on my Firefox :
>
> Date: Mon, 22 Sep 2008 15:28:37 GMT
> Server: Apache/2.2.9 (Win32) DAV/2 mod_jk/1.2.26 SVN/1.4.5
> Etag: W/"0-1222097246922"
> Last-Modified: Mon, 22 Sep 2008 15:27:26 GMT
> Vary: Accept-Encoding
> Content-Encoding: gzip
> Content-Type: text/html
>
Here is the corresponding jk debug trace :
[Mon Sep 22 17:41:17.813 2008] [2816:4076] [debug] jk_ajp_common.c
(1117): received from ajp13 pos=0 len=102 max=8192
[Mon Sep 22 17:41:17.813 2008] [2816:4076] [debug] jk_ajp_common.c
(1117): 04 01 94 00 0B 49 6E 74 72 6F 75 76 61 62 6C 65 -
...
Henri Gomez wrote:
Same thing for 404/500/503 I suppose.
Sure.
if (!r->sent_bodyct && r->status >= HTTP_BAD_REQUEST) {
...
return r->status;
}
I added to the conf/web.xml :
404
/empty-error.html
500
/empty-error.html
503
/empty-error.html
> Right, sorry for the noise.
> There is no way to have that at the moment.
> The code I've quoted is when there is error in sending the
> error page from the Tomcat, so in that case Httpd takes over,
> and sends intended page.
Yes.
> For normal replacement of error pages
> this would have to be
Henri Gomez schrieb:
>> Right, sorry for the noise.
>> There is no way to have that at the moment.
Sorry to join the discussion to late, but yes: I think it always was
like that, no way of overwriting the Tomcat error pages inside Apache. I
put it on my personal TODO for mod_jk long ago :(
>> F
Rainer Jung wrote:
I have some spare time later this week and next weekend and plan to
finally do the IIS chunked encoding stuff. If we don't find anything
else important we should be able to have a testing tar ball at the end
of the month and soon after start the releasing process. We are a co
The Tomcat 5 and 6 releases contain quite a few jars. Some of these
may well be useful outside the Tomcat project (e.g. the api jars).
However the jars do not contain NOTICE or LICENSE files, and the
MANIFESTs are minimal.
Please could future releases be updated to fix this?
The sort of en
This fails to build in VC.Net 2005 (actually the change in r697451 is the
culprit).
The definition of now/mstarted needs to precede the JK_TRACE_ENTER.
cheers
tim
From: <[EMAIL PROTECTED]>
Reply-To: Tomcat Developers List
Date: Sun, 21 Sep 2008 09:46:00 -
To:
Subject: svn commit: r697462
This is failing to build in VC++ 2005
In jk_lb_worker.c:
+strcppy(p->s->session_cookie, p->session_cookie);
+strcppy(p->s->session_path, p->session_path);
I can¹t find a strcppy implementation in VC++ 2005, nor can I find
references to it on Google where is this function defined?
chee
https://issues.apache.org/bugzilla/show_bug.cgi?id=45852
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |NEEDINFO
---
This is currently being raised with the EG for clarification. I'll let
people know when I receive a response. It should be ~3 weeks max.
Mark
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PR
Author: markt
Date: Mon Sep 22 14:55:50 2008
New Revision: 698012
URL: http://svn.apache.org/viewvc?rev=698012&view=rev
Log:
There is no admin app in tc6.
Modified:
tomcat/trunk/conf/logging.properties
Modified: tomcat/trunk/conf/logging.properties
URL:
http://svn.apache.org/viewvc/tomcat/t
Author: markt
Date: Mon Sep 22 14:57:02 2008
New Revision: 698013
URL: http://svn.apache.org/viewvc?rev=698013&view=rev
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=698
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at [EMAIL PROTECTED]
Project jakarta-tomcat has an issue affecting its community integration.
This issue affec
https://issues.apache.org/bugzilla/show_bug.cgi?id=45852
Yousei Itou <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEEDINFO|ASSIGNED
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=45851
--- Comment #1 from Filip Hanik <[EMAIL PROTECTED]> 2008-09-22 19:59:10 PST ---
That's correct, in 6.0.x the deployer no longer works. it broke somewhere
during 5.5.x when the deployer was rebuilt.
the fix is to go back to 5.0.x strat
Fixed. Sorry I broke it, gcc does allow it, and I always forget I
shouldn't do that. Thanks for the information.
Tim Whittington schrieb:
> This fails to build in VC.Net 2005 (actually the change in r697451 is the
> culprit).
> The definition of now/mstarted needs to precede the JK_TRACE_ENTER.
>
Author: rjung
Date: Mon Sep 22 22:16:15 2008
New Revision: 698091
URL: http://svn.apache.org/viewvc?rev=698091&view=rev
Log:
Declare variable before function body.
Modified:
tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c
Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_com
Author: rjung
Date: Mon Sep 22 22:20:38 2008
New Revision: 698092
URL: http://svn.apache.org/viewvc?rev=698092&view=rev
Log:
Fix typo.
Modified:
tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c
Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c
URL:
http://svn.apache.o
Also fixed. Thanks again.
Tim Whittington schrieb:
> This is failing to build in VC++ 2005
>
> In jk_lb_worker.c:
>
> +strcppy(p->s->session_cookie, p->session_cookie);
> +strcppy(p->s->session_path, p->session_path);
>
> I can¹t find a strcppy implementation in VC++ 2005, nor can I fin
30 matches
Mail list logo