Adding me

2004-04-06 Thread Torsten Fohrer
subscribe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ClassCastException in GzipOutputFilter

2003-10-16 Thread Torsten Fohrer
(ThreadPool.jav a:666) at java.lang.Thread.run(Thread.java:536) Mit freundlichen Grüssen Torsten Fohrer DCSI AG - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: AW: AW: [5.0] JSP performance ...

2003-09-10 Thread Torsten Fohrer
next try -Ursprüngliche Nachricht- Von: Torsten Fohrer [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 9. September 2003 13:55 An: 'Tomcat Developers List' Betreff: AW: AW: AW: [5.0] JSP performance ... patched a snapshot to merge template text nodes. I implement following using

AW: AW: [5.0] JSP performance ...

2003-09-09 Thread Torsten Fohrer
what's about char[] array/string reusing? Create only a char array for each unique templatetext node. - 10 x char[] jspx_text_1 = something\n; 1 x char[] jspx_text_1 = something\n; cu Torsten Fohrer -Ursprüngliche Nachricht- Von: Remy Maucherat [mailto:[EMAIL PROTECTED

AW: AW: AW: [5.0] JSP performance ...

2003-09-09 Thread Torsten Fohrer
\r\n, , null and so - removing \r\n after scripting elements One effect, i see is a lower memory usage from jasper pages cu Torsten Fohrer -Ursprüngliche Nachricht- Von: Remy Maucherat [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 9. September 2003 11:31 An: Tomcat Developers List

AW: [5.0] JSP performance ...

2003-09-08 Thread Torsten Fohrer
i have patched jasper to use char arrays instead of strings, and it gaves a good performance improvment. It's not perfect, but is works. cu Torsten -Ursprüngliche Nachricht- Von: Remy Maucherat [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 7. September 2003 15:49 An: Tomcat Developers

Re: [Q] Different handling tagfiles and normal tags classes

2003-08-14 Thread Torsten Fohrer
What about a seperate TAGFILE_SCOPE? Best greeting Torsten Fohrer On Wednesday 13 August 2003 22:02, you wrote: Torsten, see JSP.8.3 (Semantics of Tag Files), 3rd bullet: For each invocation to the tag, the JSP Context Wrapper must present a clean page scope containing no initial

[Q] Different handling tagfiles and normal tags classes

2003-08-14 Thread Torsten Fohrer
Is there a reason why, i don't know? Best greeting Torsten Fohrer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Tag Pooling ( was: Re: DO NOT REPLY [Bug 16001] - Tag.release() not invoked

2003-01-21 Thread Torsten Fohrer
back the tag instances this can simply extended to support tagpool per unique tag/attribute combination in the same context. Torsten Fohrer -Ursprüngliche Nachricht- Von: Costin Manolache [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 21. Januar 2003 01:08 An: [EMAIL PROTECTED] Betreff

Re: DO NOT REPLY [Bug 16001] - Tag.release() not invoked

2003-01-18 Thread Torsten Fohrer
I patched jasper2 and tagpool to synchronize only at begin/end of the jsp site = 2 syncs per request Torsten Fohrer On Saturday 18 January 2003 10:24, you wrote: Bill Barker wrote: Yeah, well, almost all of my JSP pages are defined by: servlet servlet-namesomename/servlet-name jsp

Re: DO NOT REPLY [Bug 16001] - Tag.release() not invoked

2003-01-18 Thread Torsten Fohrer
one questions? can jasper not use a simply synchronized block on the jsp instance, getting 1 tag instance/class/declaration and stores it somewhere, as a example in the pageContext/local variable, and synchronize later in the finally block and puts back the tag instances. Torsten On Saturday

Re: DO NOT REPLY [Bug 16001] - Tag.release() not invoked

2003-01-18 Thread Torsten Fohrer
please, correct my if i be wrong. On Saturday 18 January 2003 22:56, you wrote: I agree that the currnet Jasper tag pooling could be improved. Per JSP Page (current) -- The current tag pool manages one or more pools of tags on a per JSP page basis. With a

[QUESTION]: CoyoteWriter in error, never cleaned up - NEW RELEASE/FIX

2002-12-19 Thread Torsten Fohrer
Include the patch please either in the current release or tag a new with him. Some Reload and the empty page problem, after I have discover her, break down to the CoyoteWriter, are solved with this patch. Torsten On Thursday 19 December 2002 08:25, you wrote: Mark Plotnick wrote: I'm

Re: [VOTE] Tomcat 4.1.18 release

2002-12-19 Thread Torsten Fohrer
As a user that have this problem too. [YES] On Thursday 19 December 2002 12:15, you wrote: A bug exists (unfortunately) in Tomcat 4.1.16 and Tomcat 4.1.17 which causes the servlet Writer to stay in an invalid state after an IOException occurs (99% of the time caused by an abrupt client

Re: [4.1.17] [VOTE] Stability rating

2002-12-16 Thread Torsten Fohrer
, like resin - AllowLinking restricting to docbase, webapp base - removed synchronized taglib pool access 4. bugs discovered in past release are corrected, main reason for a new official release. cu Torsten Fohrer On Sunday 15 December 2002 16:36, you wrote: ballot [ ] Alpha [ ] Beta

AW: AW: euro character problem with tomcat compression Filter

2002-11-28 Thread Torsten Fohrer
, 2002-11-28 at 07:46, Torsten Fohrer wrote: sorry, iso-8859-15 -Ursprüngliche Nachricht- Von: Torsten Fohrer [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 28. November 2002 08:28 An: 'Tomcat Developers List' Betreff: AW: euro character problem with tomcat compression

AW: AW: euro character problem with tomcat compression Filter

2002-11-28 Thread Torsten Fohrer
problem with tomcat compression Filter And failing that perhaps cp1252 if you are a windowz kind of guy. I find this page helpful: http://czyborra.com/charsets/iso8859.html Martin On Thu, 2002-11-28 at 07:46, Torsten Fohrer wrote: sorry, iso-8859-15 -Ursprüngliche

[PATCH] TagPoolSize for 4.1.16, outsourcing TemplateText to static String/char arrays variables

2002-11-28 Thread Torsten Fohrer
that implement TryCatchFinally - docs at web.xml - cu Torsten Fohrer StaticTagPool.patch Description: Binary data -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AW: euro character problem with tomcat compression Filter

2002-11-27 Thread Torsten Fohrer
try, to set the response encoding to 8559-15 cu Torsten -Ursprüngliche Nachricht- Von: Sergio [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 27. November 2002 21:18 An: 'Tomcat Developers List' Betreff: euro character problem with tomcat compression Filter Hí techies! I'm

AW: euro character problem with tomcat compression Filter

2002-11-27 Thread Torsten Fohrer
sorry, iso-8859-15 -Ursprüngliche Nachricht- Von: Torsten Fohrer [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 28. November 2002 08:28 An: 'Tomcat Developers List' Betreff: AW: euro character problem with tomcat compression Filter try, to set the response encoding to 8559

Fwd: [PATCH] Fixes TagHandlerPool Size patch

2002-11-18 Thread Torsten Fohrer
false Maillinglist, ;- -- Forwarded Message -- Subject: [PATCH] Fixes TagHandlerPool Size patch Date: Monday 18 November 2002 20:43 From: [EMAIL PROTECTED] (Torsten Fohrer) To: Tomcat Users List [EMAIL PROTECTED] Adding Integer to String Index: Generator.java

[PATCH] Setting TagHandlerPool size as InitParameter for jasper servlet

2002-11-15 Thread Torsten Fohrer
PATCH Content: Adding handling of init parameter tagPoolSize Changing Generator to use tagPoolSize for initialize TagHandlerPool This should, hopefully, be correctly formatted. Torsten Fohrer Index: resources/messages.properties

Re: [PATCH] Setting TagHandlerPool size as InitParameter for jasper servlet

2002-11-15 Thread Torsten Fohrer
thanks for applying and correcting my patch. Torsten On Saturday 16 November 2002 05:22, Jan Luehe wrote: Torsten, I've applied your patch. However, I found the following issues with it: PATCH Content: Adding handling of init parameter tagPoolSize Changing Generator to use

Re: [PATCH] Setting TagHandlerPool size as InitParameter for jasper servlet

2002-11-15 Thread Torsten Fohrer
i write it yesterday without any build env. sorry, for the work... On Saturday 16 November 2002 05:22, Jan Luehe wrote: Torsten, I've applied your patch. However, I found the following issues with it: PATCH Content: Adding handling of init parameter tagPoolSize Changing

Re: TagHandlerPool doesn't release Tags on reuse

2002-11-11 Thread Torsten Fohrer
initial state; you should do that in doStartTag. See p164 and p166. Date: Mon, 11 Nov 2002 13:32:31 +0100 From: Torsten Fohrer [EMAIL PROTECTED] Subject: TagHandlerPool doesn't release Tags on reuse To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] I have some jsp sites which taglibs

Re: TagHandlerPool doesn't release Tags on reuse

2002-11-11 Thread Torsten Fohrer
, the release method is not invoked between tag usages, but is invoked before GC of the tag handler. Therefore it should not be used to reset the tag handler to its initial state; you should do that in doStartTag. See p164 and p166. Date: Mon, 11 Nov 2002 13:32:31 +0100 From: Torsten Fohrer

AW: TagHandlerPool doesn't release Tags on reuse

2002-11-11 Thread Torsten Fohrer
thanks all, the article clarify some thinks. cu Torsten Fohrer -Ursprüngliche Nachricht- Von: Hans Bergsten [mailto:hans;gefionsoftware.com] Gesendet: Montag, 11. November 2002 21:06 An: Tomcat Developers List Betreff: Re: TagHandlerPool doesn't release Tags on reuse Torsten

Re: AW: AW: SSL doesn't work in Tomcat 4.1.14, possible 4.1.13

2002-11-10 Thread Torsten Fohrer
/CoyoteConnector.java,v retrieving revision 1.17 diff -r1.17 CoyoteConnector.java 998c998 sSLImplementation, --- sslImplementation, cu Torsten Fohrer On Saturday 09 November 2002 14:10, Torsten Fohrer wrote: For a clean

Re: AW: AW: SSL doesn't work in Tomcat 4.1.14, possible 4.1.13

2002-11-09 Thread Torsten Fohrer
Service 25/tcp opensmtp 53/tcp opendomain 8080/tcp openhttp-proxy -- On Friday 08 November 2002 18:49, Torsten Fohrer wrote: I have yesterday and today migrate a system to 4.1.14, from 4.0.4 tomcat with own patches. After some work with migrating the patches

SSL doesn't work in Tomcat 4.1.14, possible 4.1.13

2002-11-08 Thread Torsten Fohrer
Can somebody help, i think the adding simply the removed Code from SSLServerSocketFactory help's, but that is not the answer. Mit freundlichen Grüssen i.A. Torsten Fohrer ** * DCSI AG* Tel.: +49 7131 155 88-0

AW: SSL doesn't work in Tomcat 4.1.14, possible 4.1.13

2002-11-08 Thread Torsten Fohrer
sSLImplementation, --- sslImplementation, t -Ursprüngliche Nachricht- Von: Torsten Fohrer [mailto:Torsten.Fohrer;dcsi.de] Gesendet: Freitag, 8. November 2002 16:36 An: '[EMAIL PROTECTED]' Betreff: SSL doesn't work in Tomcat 4.1.14

AW: AW: SSL doesn't work in Tomcat 4.1.14, possible 4.1.13

2002-11-08 Thread Torsten Fohrer
: Freitag, 8. November 2002 17:11 An: Tomcat Developers List Betreff: Re: AW: SSL doesn't work in Tomcat 4.1.14, possible 4.1.13 Torsten Fohrer wrote: Found the error, the socketFactory isn't set in CoyoteConnecter, for the CoyoteProtocoll Handler I'm sorry, but what exactly doesn't work

[PATCH] AllowLinking/CaseSensitive Checking, don't check links for same name

2002-09-25 Thread Torsten Fohrer
We using some Linux SymLinks on our server, with different name or !location!. And so the check for CaseSensitive equality doesn't work. Torsten Fohrer ** * DCSI AG* Tel.: +49 7131 155 88-0 * * Lessingstrasse 17-19

BUG? ClassLoader doesn't find files in WEB-INF/classes

2002-09-23 Thread Torsten Fohrer
Hello, we have some configuration files that lies directly under WEB-INF/classes per ClassLoader.getResource. It works fine with Tomcat 4.0.4, but doesn't find it in 4.1.10/1. i.A. Torsten Fohrer ** * DCSI AG* Tel

POSSIBLE BUG, in ErrorReportValve or HttpServletResponse implementation

2002-04-12 Thread Torsten Fohrer
/ppbmessage/b u/index2.jsp/u/ppbdescription/b uThe requested resource (/index2.jsp) is not available./u/pHR size=1 noshade/body/htmlConnection closed by foreign host. Thanks for help... Torsten Fohrer -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

AW: Error running Apache 2.0 with mod_webapp.so or mod_jk-01.so binaries

2002-04-12 Thread Torsten Fohrer
i get tomcat/apache2 to work with, building mod_jk.so from the tomcat-connector-4.0.4b2-src and copie the mod_jk.so into apache modules directory... -Ursprüngliche Nachricht- Von: Punky Tse [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 12. April 2002 05:52 An: Tomcat Developers List;