bugzilla | 1 Mar 2010 02:18
Picon
Favicon

DO NOT REPLY [Bug 36169] [PATCH] Enable chunked encoding for requests in IIS JK connector

https://issues.apache.org/bugzilla/show_bug.cgi?id=36169

Tim Whittington <timw <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Tim Whittington <timw <at> apache.org> 2010-03-01 01:18:48 UTC ---
This has been implemented (via a slightly different mechanism) in 1.2.29/30.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Mar 2010 02:19
Picon
Favicon

DO NOT REPLY [Bug 36169] [PATCH] Enable chunked encoding for requests in IIS JK connector

https://issues.apache.org/bugzilla/show_bug.cgi?id=36169

Tim Whittington <timw <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|Tim.Whittington <at> orionhealth |
                   |.com                        |

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
Rahul Akolkar | 1 Mar 2010 02:31
Picon

Move Jakarta Slide and Taglibs to the Attic?

This is cross-posted to reach most of the potentially interested
folks, please reply to the general <at> jakarta.a.o mailing list.

Quick recap, Jakarta retired Slide in Nov '07 and most of Taglibs in
Oct '09 (barring three that moved to Tomcat -- for the purpose of this
email, Taglibs refers to the retired bits that remain in Jakarta).
When our last board report was submitted, there was a
question/suggestion whether Slide and Taglibs should be moved to the
Attic. Anyone thinks otherwise?

I'll wait three weeks for any responses, please reply by 3/21 if you
have any comments.

-Rahul
Gurkan Erdogdu | 1 Mar 2010 08:11
Picon

Re: Java EE 6 Web Profile

Thanks for  the answer Mark :)

I have started to fork the Tomcat to implement a Java EE Web Profile, called
Web Enterprise Server :)

My reasons:
1* Without touching source code it is impossible to implement such a
product.
2*  I also do not like code conventions used in Tomcat (for example ,
listener-observer model.). I will implement an interfaces and use interfaces
on all core modules instead of using implementation classes.
3* I do no like to build it via complex ant scripts. I will create a maven
module for each of the projects. I think that each current project will
provide one/two modules.

Thanks;

--Gurkan

2010/2/26 Mark Thomas <markt <at> apache.org>

> 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?
>>
>
(Continue reading)

Mladen Turk | 1 Mar 2010 08:43
Picon
Favicon
Gravatar

Re: [VOTE] Release Tomcat Connectors 1.2.30

On 02/28/2010 11:18 PM, Rainer Jung wrote:
> On 27.02.2010 12:14, Mladen Turk wrote:
>> Apache Tomcat Connectors 1.2.30 is:
>>
>> [X] Stable - no major issues, no regressions
>> [ ] Beta - at least one significant issue -- tell us what it is
>> [ ] Alpha - multiple significant issues -- tell us what they are
>
> Thanks for RMing and producing the Windows binaries.
>
> A couple of test result, none of them showstoppers:
>
> 1) Logging Performance on ISAPI/Windows
>
>
> As said: not a problem as lng as we have usual operation.
>

But now there should be no problems with cross worker
logging content for IIS6+.

  >
> 5) ISAPI build
>
> MS VC does support cross compilation, e.g. preparing bins for AMD64 or
> IA64 on a 32 Bit environment.

???
I'm building on win32 box.
You have done something wrong with setting the environment.
(Continue reading)

Mladen Turk | 1 Mar 2010 08:51
Picon
Favicon
Gravatar

Re: [VOTE] Release Tomcat Connectors 1.2.30

On 02/27/2010 12:14 PM, Mladen Turk wrote:

With my vote

>
> Apache Tomcat Connectors 1.2.30 is:
>
> [X] Stable - no major issues, no regressions
>

we have collected required three binding votes
so I'll proceed with copying to dist and
making announcement.

Regards
--

-- 
^TM
Mladen Turk | 1 Mar 2010 08:54
Picon
Favicon
Gravatar

RESULT Was: [VOTE] Withdraw Tomcat Connectors 1.2.29

On 02/27/2010 01:02 PM, Konstantin Kolinko wrote:
>
> If withdrawing needs a vote, here is my +1.
>

We have collected required three binding votes
so I'll proceed and remove 1.2.29 from dist and arch,
update the site and make a notice of that with
1.2.30 announcement

Regards
--

-- 
^TM
Tim Whittington | 1 Mar 2010 09:03
Picon
Favicon

Re: [VOTE] Release Tomcat Connectors 1.2.30

>
> Apache Tomcat Connectors 1.2.30 is:
>
> [x] Stable - no major issues, no regressions
> [ ] Beta   - at least one significant issue -- tell us what it is
> [ ] Alpha  - multiple significant issues -- tell us what they are
>
>
Tested with some RIA apps that utilise POST heavily, replicated the 1.2.29
issue and verified 1.2.30 resolves it.

(I sent this earlier, but I'm getting mail delivery and receiving failures
today)

cheers
tim
Mladen Turk | 1 Mar 2010 09:23
Picon
Favicon
Gravatar

Re: [VOTE] Release Tomcat Connectors 1.2.30

On 02/28/2010 11:57 PM, Rainer Jung wrote:
>
> One addition: the combination of the a+c mode and fflush() shows the
> problem. As soon as I remove one of the two, perforemance is fine.
>

What 'c' flag does is to actually call _commit (FlushFileBuffers)
on fflush(). Without that the fflush is called when the stream
buffer is full. That makes problems if used from multiple
processes since it can create complete garbage in the log.

> It's unfortunate, that the OS doesn ot allow to specify a fflush
> interval, e.g. the file should be flushed every 500 ms. There's a
> flushall() call, that could be used for something like that...
>

AFAICT a+c does what a+ does on posix on fflush()

Regards
--

-- 
^TM
bugzilla | 1 Mar 2010 09:23
Picon
Favicon

DO NOT REPLY [Bug 48830] New: IIS shutdown blocked in endpoint service when server doesn't respond

https://issues.apache.org/bugzilla/show_bug.cgi?id=48830

           Summary: IIS shutdown blocked in endpoint service when server
                    doesn't respond
           Product: Tomcat Connectors
           Version: 1.2.27
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: isapi
        AssignedTo: dev <at> tomcat.apache.org
        ReportedBy: timw <at> apache.org

When the ISAPI redirector is used to access a back-end server that doesn't
respond to a request for a long time, IIS shutdown will be blocked.

The specific case I've observed this is an Eclipse RAP application, with UI
callbacks activated, which triggers a polling HTTP request to be made to the
server - this request only returns when there are UI updates to display

Debugging yields the stack trace below (note the line numbers will be a bit off
from trunk at the moment):

     isapi_redirect.dll!jk_tcp_socket_recvfull(unsigned int sd=1188, unsigned
char * b=0x0124e18c, int len=4, jk_logger * l=0x01205478)  Line 896 + 0x1a
bytes    C
     isapi_redirect.dll!ajp_connection_tcp_get_message(ajp_endpoint *
ae=0x012a41a8, jk_msg_buf_t * msg=0x012a41e0, jk_logger * l=0x01205478)  Line
(Continue reading)


Gmane