[Fwd: cluster FAQ link?]

2005-10-12 Thread Tim Funk
I thought I recalled seeing faq/cluster.html at one time. But now I see no trace of it. Did it ever exist? -Tim Original Message Subject: cluster FAQ link? Date: Tue, 11 Oct 2005 16:00:52 -0500 From: Brian O'Rourke [EMAIL PROTECTED] Reply-To: Tomcat Users List

Helper script to build source from scratch

2005-10-07 Thread Tim Funk
For anyone still getting up to speed using svn and making a new build - here is script which works for me via cygwin. It should work fine in any unix environment too. Steps - Place the script in an empty directory. - Make sure ANT_HOME and JAVA_HOME are set - Make sure svn is in your path -

precompile failure for jsr152 examples

2005-09-21 Thread Tim Funk
With the new tag plugins patch, precompiling the jsp examples fails. The root cause seems to be jsr152/examples/WEB-INF/tagPlugins.xml has the old classes. When I removed the file - everything compiled fine. When I updated jsr152/examples/WEB-INF/tagPlugins.xml with the tagPlugins.xml from

Re: HttpServletResponse.setContentLength() method in Tomcat 5.5.9

2005-09-15 Thread Tim Funk
This is expected behavior and there are bug reports (closed as INVALID) against this issue. The 2.5 servlet spec clarifies the use of setContentLength() and allows more headers to be set even if setContentLength(0) is called. -Tim Ahab Abouzour wrote: Hello all, My servlet stopped

Re: [Vote] (was Re: Top Level Project? Time for Top Level Lists?)

2005-09-13 Thread Tim Funk
William A. Rowe, Jr. wrote: Bugs [ ] forward to [EMAIL PROTECTED] [X] forward to [EMAIL PROTECTED] Commits [ ] forward to [EMAIL PROTECTED] [X] forward to [EMAIL PROTECTED] Its easier (IMO) to filter on incoming address to different folders. It also may be more helpful to online

Re: [VOTE] SOC temporary committer Anders Nyman

2005-07-13 Thread Tim Funk
Given all the comments, I think we'll go with the path of least resistance and use a SF account. Then when and if the time comes, a merge can go back into Tomcat if there is a desire. -Tim Tim Funk wrote: As part of the Google SOC. Google accepted the tomcat-reverse-proxy project

[VOTE] SOC temporary committer Anders Nyman

2005-07-11 Thread Tim Funk
As part of the Google SOC. Google accepted the tomcat-reverse-proxy project to be executed by Anders Nyman ( anders.nyman at gmail d ot com ) The scope of the project is to let Tomcat act a reverse proxy by extending the balancer webapp. To make it easier to get the job done this summer

Re: summer of code - next steps

2005-07-03 Thread Tim Funk
It would require 2 new entries in the avail document in CVSROOT - so while its possible - I'm not sure if infrastructure would wish to deal with that. -Tim Yoav Shapira wrote: Hi, Would this work? Or request restricted access to only - jakarta-tomcat-jasper -

Re: summer of code - next steps

2005-07-01 Thread Tim Funk
Would this work? Or request restricted access to only - jakarta-tomcat-jasper - jakarta-tomcat-catalina/webapps/balancer The user id id would be prefixed or suffixed with soc. This also assumes no binding voting rights. Thoughts? - Drop the soc from the userid ? - Let them be full committers

summer of code - next steps

2005-06-27 Thread Tim Funk
It appears that 2 (or 3) tomcat related projects have been accepted.. - reverse proxy - jsp compilation speed - JSTL tag plugins (Unless this belongs to the jakarta taglib folks) How should code be accepted for these? - Create a new sandbox? - Place on SF then have the mentor commit as needed -

Re: JavaOne volunteers?

2005-06-17 Thread Tim Funk
I can sit around for 2 or 3 hours. -Tim Henri Yandell wrote: Unsure if the Tomcat community saw Geir's email asking for volunteers at JavaOne. The ASF have a booth there (donated to us) if we can get people to man it etc. Given that it's the flagship product, will any Tomcat people be

Re: Summer of code - next steps?

2005-06-12 Thread Tim Funk
a specific proposal. I have no idea of the ramifications if multiple folks are interested in the same project and it they should submit competing or complementary proposals. I guess the google group dedicated to this has more information there. -Tim Remy Maucherat wrote: Tim Funk wrote

Re: Summer of code - next steps?

2005-06-09 Thread Tim Funk
For those interested in Summer of code what do we need to do next? Is having the Wiki up to date enough? And we sit back while participants submit their proposals and Google chooses whom will get the stipend, while the folks listed on the Wiki mentor?

Re: Summer of code

2005-06-06 Thread Tim Funk
filter at http://tuckey.org/urlrewrite/. What you mean, can we use the common httpclient for backend proxy implementation? It has a stable pooling with keepalive handling and http/https support. Peter Tim Funk schrieb: Here is more detail of what I was pondering with the reverse proxy. Topic

Re: Summer of code

2005-06-03 Thread Tim Funk
Here is more detail of what I was pondering with the reverse proxy. Topic - Extend the balancer webapp to allow for reverse proxy Description - Write a 2.4 compliant Servlet Filter which will allow tomcat (or any other compliant engine) to act as a reverse proxy. Constraints

Re: Initial apr results

2005-06-02 Thread Tim Funk
Excellent. In my future tests, I'll keep the concurrency lower and the hits higher. I'll also use different size files. I am only able to use a 1.4.2 JVM. I might be able to get 1.5 on - but its highly doubtful. -Tim Remy Maucherat wrote: Tim Funk wrote: My test box was an HP-UX 9000/800

Initial apr results

2005-06-01 Thread Tim Funk
My test box was an HP-UX 9000/800/L1000-44 - Dual CPU (440 MHz) On my initial tests with the APR connector - the APR connector seemed slower the old http connector. But the difference is mild and my initial numbers are flaky. On the same hardware - I am running 6 other instances (of different

AjpAprProtocol.java

2005-05-26 Thread Tim Funk
Is there such a class as org.apache.coyote.ajp.AjpAprProtocol? I see a reference in org.apache.catalina.connector.Connector to this class but nothing else. -Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2005-05-12 Thread Tim Funk
Would it be worthwhile to use a new property? maxSavePostSize - The max size of a post to save. 0 for unlimited, -1 to disable saving post. Of course this doesn't mitigate a malicious person issuing many POSTS under the configured threshold. -Tim Remy Maucherat wrote: [EMAIL PROTECTED] wrote:

Re: New TLP draft

2005-04-07 Thread Tim Funk
To: Tomcat Developers List Subject: SV: New TLP draft +1 I think burrying new potential contributors in auto generated spam is a bad practice. Regards Jan H. Hansen -Oprindelig meddelelse- Fra: Tim Funk [mailto:[EMAIL PROTECTED] Sendt: 6. april 2005 19:41 Til: Tomcat Developers List Emne: Re: New

Re: New TLP draft

2005-04-07 Thread Tim Funk
function as a catch-all for various helper links or an alternate way to share HOW-TO information without being a committer. -Tim Remy Maucherat wrote: Tim Funk wrote: The main use case is when I lurked in geronimo. When a build in geronimo fails - it creates a *massive* email which I as a lurker

Re: New TLP draft

2005-04-06 Thread Tim Funk
Looks good. Just an idea, it may be nice to have the 3 new lists tomcat-bug - bug updates from bugzilla. When I subscribe to other groups - I sometimes do not care about bug updates and need to write filters to automatically delete them. I am guessing some others might be more interested in the

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JDTCompiler.java

2005-04-05 Thread Tim Funk
Is there a reason _jspx_dependants is a Vector - why not an ArrayList? This would remove the syncs inside of Vector. -Tim Remy Maucherat wrote: [EMAIL PROTECTED] wrote: remm2005/04/04 06:57:49 Modified:jasper2/src/share/org/apache/jasper

Re: Indirect jsp:include does not seem to work

2005-04-01 Thread Tim Funk
You cannot perform a forward inside an include. [Just like you can't set any headers, including cookies, in an include or a host of other things while in an include.] -Tim Michael J. wrote: Hello all, I have master jsp page, and I try to jsp:include page=/strutsAction.do, which forwards to

Re: TLP Draft Proposal

2005-03-23 Thread Tim Funk
+1 -Tim Yoav Shapira wrote: A lot of stuff which can be found here: http://marc.theaimsgroup.com/?l=tomcat-devm=50145415683w=2 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Time for TLP?

2005-03-22 Thread Tim Funk
+0 - If not now, it will be asked again in another few months. -Tim Yoav Shapira wrote: Hi, In light of these recent discussions on [EMAIL PROTECTED]: http://marc.theaimsgroup.com/?t=4256091 http://marc.theaimsgroup.com/?t=4256091r=1w=2 r=1w=2

Re: Tomcat roadmap

2005-02-18 Thread Tim Funk
Technically, someone will need to propose a VOTE for tomcat6. It would describe the features and release plan to be desired for 6. (Such as JSP 2.1 support). So the real answer there is no timeline. But based on past naming, the name tomcat 6 makes sense. -Tim Sam Ewing wrote: Thanks Yoav, JSP

Re: [VOTE] Proposed API change to the Manager interface

2005-02-07 Thread Tim Funk
If I read this correctly (big if), the solution could be a security problem. If I were a phisher, I might be able to send you an email with a link to that would redirect you to a tomcat server with the new configuration in question with a special id. If the user were to perform other actions of

Re: [VOTE] Tomcat 5.5.7 Stability

2005-01-28 Thread Tim Funk
I'm going to abstain from voting since I am unable to adequately test. But I did find one item which could be a PITA for the folks on tomcat-user. In setclasspath.sh - the CLASSPATH isn't always overridden. If the user tries to start tomcat with an existing CLASSPATH - that is appended to the

Re: cvs commit: jakarta-tomcat-site/xdocs-faq tomcat-faq.xsl

2004-12-30 Thread Tim Funk
So you don't have to build it yourself, a sample of the site in action can be found here: http://cvs.apache.org/~funkman/docs/faq/ -Tim [EMAIL PROTECTED] wrote: funkman 2004/12/30 08:37:09 Modified:xdocs-faq tomcat-faq.xsl Log: Add google search to the footer to allow search of the

Re: cvs commit: jakarta-tomcat-site/docs/faq/printer connectors.html

2004-12-23 Thread Tim Funk
Ya. I'll fix this. -Tim William A. Rowe, Jr. wrote: At 06:34 AM 12/20/2004, [EMAIL PROTECTED] wrote: funkman 2004/12/20 04:34:03 Modified:xdocs-faq connectors.xml docs/faq connectors.html docs/faq/printer connectors.html Log: Note that jk2 is deprecated and that

Re: IP security constraint

2004-12-03 Thread Tim Funk
No, this breaks the spec. There are many other simple alternatives. Please follow up to the tomcat-user list for more information. -Tim Svante Olofsson wrote: Hi! First off, I think Tomcat is a great product. Thanks! Secondly, do you have any plans on adding something like to web.xml:

Re: mod_jk2 issues in Bugzilla

2004-11-29 Thread Tim Funk
+1 as WONTFIX. Proposed text ... As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 will be marked as WONTFIX. In its place, some of its features have been backported to jk1. Most of those features will be seen in 2.0.7. (Actual release date is unknown as of this

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves ByteBufferAccessLogValve.java mbeans-descriptors.xml

2004-11-20 Thread Tim Funk
I never thought about it this way, but can the comparisons be made by using and not using Keep-Alive? I would guess that if Keep-alive is used - there would be a performance gain since the same thread needs to wait for the valve to write its log entry, before the next item in keep alive request

Re: JK documentation

2004-11-17 Thread Tim Funk
Looks good to me. If everyone agrees on the support drop for JK2, I can go through all the bugzilla entries and mark them as won't fix with some generic mesage. (Similar to what we did with mod_webapp) -Tim Mladen Turk wrote: Hi all, I'm trying to rewrite and reorganize JK documentation. Any

Re: Detecting Tomcat install

2004-11-15 Thread Tim Funk
Starting after 5.0.(I forget) - There is a command line program version.sh (or version.bat). All it does is echo the property server.info in /org/apache/catalina/util/ServerInfo.properties -Tim Robert Grant wrote: Hi! I have to write an installer which detects the presence of Apache Tomcat

Re: Two modest proposals about common\lib

2004-10-28 Thread Tim Funk
I've been pondering something similar. (I just never got around to vocalizing it) My preference is to introduce common/usr_lib (and server/usr_lib)(This name is horrible, but you get the idea) The usr_lib dirs would be in the same classloader as common/lib (or server/lib) and would contain

Re: method to protect webapps from users

2004-10-27 Thread Tim Funk
If your using Servlet spec features only - move this to tomcat-user. As for including the functionality in tomcat, my preference is no since it is not tomcat specific and can be used by any container. If thats the case - it might be better as a Sourceforge project. ... Unless we create a

Re: tomcat component releases

2004-10-26 Thread Tim Funk
The components are released during a tomcat upgrade. yes, it can be possible for one of the components to not change during a release cycle. -Tim Nathan Coast wrote: Hi, bit of background... I maintain the maven-tomcat-plugin. This plugin uses: catalina-ant jasper-compiler jasper-runtime In the

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector Connector.java mbeans-descriptors.xml Request.java

2004-10-12 Thread Tim Funk
Shouldn't log be private and not protected? -Tim [EMAIL PROTECTED] wrote: remm2004/10/12 15:53:16 Modified:catalina/src/share/org/apache/catalina/connector Connector.java mbeans-descriptors.xml Request.java Revision ChangesPath 1.13 +56 -27

Re: [Bug 31655] - org.apache.catalina.cluster.session.DeltaManager requestCompleted, SEVERE: Unable to serialize delta request, java.io.NotSerializableException:

2004-10-11 Thread Tim Funk
Don't bother. Here is it for the archives. package x; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.ObjectOutputStream; import javax.servlet.http.HttpSessionBindingEvent; import javax.servlet.http.HttpSessionAttributeListener; import

Re: [5.5] Todo list

2004-10-05 Thread Tim Funk
Just an fyi, At one time, I was thinking that AccessLogValve was bad for performance. But I think it has no effect unless you are maxed out in processors. The AccessLog writing only occurs *after* the response has been sent to the client and the request is essentially done. I think if there is

Re: Problem with Tomcat 4.0.6 and open udp ports

2004-09-22 Thread Tim Funk
Tomcat 4 doesn't use UDP for anything. Someone's code using tomcat is doing that. -Tim Valentín Alonso Álvarez wrote: Hi, We have a problem in production with Jakarta-Tomcat 4.0.6. As the time the server is running increases, java process open more and more UDP ports (from 1005 to 5000), and we

Re: urgent database connection issue using tomcat 5

2004-09-21 Thread Tim Funk
*Use tomcat-user - not tomcat dev* The error being thrown is from this code: Class clazz = Class.forName(driverName); driver = (Driver) clazz.newInstance(); So you either misconfigured the driver name, or your missing the oracle thin driver jar files in server/lib.

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-09-15 Thread Tim Funk
I thought the setup time config was a reasonable compromise. It allows the tinfoil hat folks to be happy while providing no performance decrease. (Unless 2 new instance variables is an issue ;) ) -Tim Remy Maucherat wrote: [EMAIL PROTECTED] wrote: funkman 2004/09/15 05:59:46 Modified:

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java

2004-09-13 Thread Tim Funk
This is an often asked for feature. My pref is for it to be a configuration in the Connector. Then the only added overhead is in during init. For example ... protected serverHeader = Constants.SERVER; ... setServerHeader() ... getServerHeader() ... ...

JspServlet.serviceJspFile() getResourceAsStream vs getResource

2004-09-08 Thread Tim Funk
This is just a nit, but in JspServlet.serviceJspFile() there is ... synchronized(this) { wrapper = (JspServletWrapper) rctxt.getWrapper(jspUri); if (wrapper == null) { // Check if the requested JSP page exists, to avoid

Re: Javadocs ?

2004-09-01 Thread Tim Funk
Agreed. If they are put only online - it would be nice if they were also be allowed to be downloaded. (For those who wish to keep a local copy) -Tim Remy Maucherat wrote: Hi, I find the javadocs of Catalina and Jasper annoying (tons of files which take forever to get copied) and I don't use

Re: [VOTE] [5.5] Release plan votes

2004-08-27 Thread Tim Funk
It looks like there are branches for 5.0 (TOMCAT_5_0) in j-t-jasper and connectors. Is that correct? Or should both of those modules be using HEAD? It also appears that jakarta-tomcat-site recieved tags for TOMCAT_5_0_27, TOMCAT_5_0_26 and branch tag of TOMCAT_5_0. -Tim Remy Maucherat wrote:

Re: [VOTE] [5.5] Release plan votes

2004-08-26 Thread Tim Funk
* New native connector for Apache 2, based on mod_proxy Is it true that it will be ready for 5.5? I thought the mod_proxy code would be independent of tomcat version. Otherwise ... Remy Maucherat wrote: ballot I approve the release plan: [X] Yes [ ] No /ballot ballot Tomcat 5.5 should use

startup/Bootstrap.java not loading catalina.properties on shutdown

2004-08-24 Thread Tim Funk
In startup/Bootstrap.java there is: (line 110 in createClassLoader(..)) String value = CatalinaProperties.getProperty(name + .loader); CatalinaProperties is only initialized once, but isn't used on shutdown. This would be a problem, if I try: Server port=${shutdown.port} shutdown=SHUTDOWN

Re: [VOTE] 4.1.31 maintenance release

2004-08-20 Thread Tim Funk
Its maintained if there is a committer who will apply the patches. Mark has been very good at doing this. For large companies - it takes (a lot) time to upgrade versions. I'm still stuck on 4.0.4 for all of my servers. (Soon to be 5 if all goes well) Stability is more important than speed and

Re: Code Too Large for Try Statement in Catalina

2004-08-19 Thread Tim Funk
1) don't use compile time includes 2) split your page into multiple files which can use jsp_includes. Any file which needs to be this big is probably extrememly painful to debug. 3) followup to tomcat-user, not tomcat-dev -Tim Michael McGrady wrote: I have the following error:

Re: Load balance in tomcat

2004-08-17 Thread Tim Funk
I would first look at a hardware(or dns) loadbalancer and tomcat 5's clustering. -Tim Henrique Faria wrote: Hi! Which is the best way to load balance, across multiple tomcat instances, without using jk conectors or apache web servers? Is there support for it in the Catalina core? Thanks,

Re: [Patch] ExtendedAccessLogValve - broken x-H(requestedSessionIdValid)

2004-08-11 Thread Tim Funk
Its now bugzilla 30587. -Tim Lilianne E. Blaze wrote: Hello, This is the first time I submit a patch, so I hope I do everything right. ExtendedAccessLogValve is broken, code x-H(requestedSessionIdValid) returns the same result as x-H(requestedSessionId) due to a typo. Greetings, Lilianne E.

Re: Tomcat 5.0.28 release

2004-08-09 Thread Tim Funk
Didn't we already try that with the tomcat 4 LE edition? -Tim Remy Maucherat wrote: My current idea for the new branch is to ship a JDK 1.5 bundle with a separate zip/tar.gz to easily install the additional binaries when using JDK 1.4-. This will be smaller (no JMX, no Xerces) and maybe higher

Re: JNDI Realm Bug

2004-08-02 Thread Tim Funk
IIRC - This was fixed in HEAD of JNDIRealm. -Tim Sebastien Brunot wrote: Hi, I'm using Tomcat 4.1.30 with JDK 1.4.2 on Windows XP Professionnal. I've got a problem with JNDIRealm : the group a user is in in my LDAP directory is an object which attribute member contains the user CN. So I've

Re: JNDI Realm Bug

2004-08-02 Thread Tim Funk
have to checkout from CVS head and recompile tomcat to solve the problem, or is there a stable version which correct this ? Thanks for your answer, Sebastien -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: lundi 2 août 2004 14:15 To: Tomcat Developers List Subject: Re: JNDI

Re: New committer: Peter Rossbach

2004-07-30 Thread Tim Funk
+1 -Tim Remy Maucherat wrote: Hi, I'd like to nominate Peter Rossbach pr _at_ objektpark.de as a committer on the Tomcat project. Peter submitted a significant amount of useful patches for Tomcat, and wants to contribute more.

Re: Some benchs results : WAS: Invitation to HTTPD commiters in tomcat-dev

2004-07-22 Thread Tim Funk
Try siege: http://joedog.org/siege/ Despite what the docs say, it runs pretty sweet on cygwin too. (with 2.60b5) -Tim Henri Gomez wrote: jean-frederic clere wrote: mod_proxy in ap_proxy_http_cleanup() closes the socket if HTTP is 1.1 is that correct? The request was (from ab): +++ GET

Re: Simple Sticky LB WAS: Invitation to HTTPD commiters in tomcat-dev

2004-07-21 Thread Tim Funk
I'm not sure of the status so far, but I'd like to summarize a strawman. I have no idea how to code this at this time or if it can be done. -- *Config* [Feel free to change the names] ProxyClient http://server1/config.xml ProxyClient http://server2/config.xml ProxyClient

Re: Some JK2 ideas

2004-07-19 Thread Tim Funk
I was lucky enough to ditch a bloated buggy j2ee engine in place of tomcat/apache while we were in the process of switching CIO's. As nice as it is to have someone to blame, its even harder to justify having to pay the fat up front prices and yearly (lack of) support contracts for something

Re: Some JK2 ideas v.2

2004-07-15 Thread Tim Funk
If this is all wishlists .. it'd be nice if we could set the worker and handler via mod_rewrite. Intead of JkMount /*.jsp loadbalancer Say: RewriteCond %{REQUEST_URI} *\.jsp RewriteRule ^(.+)$$1 [T=jk,E=worker:loaderbalance] [If my syntax above is correct] -Tim Mladen Turk wrote:

Re: Some JK2 ideas v.2

2004-07-15 Thread Tim Funk
I wasn't thinking of a dependency on mod_rewrite, but a way to to configure JK based on common data structures that may be set by mod_rewrite. Its actually a restatement of this: http://marc.theaimsgroup.com/?l=tomcat-devm=108987495224170w=2 -Tim [EMAIL PROTECTED] wrote: Would do you think a

Re: Some JK2 ideas v.3

2004-07-15 Thread Tim Funk
How about mod_tomcat? -Tim Mladen Turk wrote: -Original Message- From: Remy Maucherat - it should have a name which doesn't confuse folks :) APR_JAVA as static core lib + mod_javalink? For example I wish to make a WIN2003 http.sys kernel module.

Re: dynamic mapping of jsp's from jars (attempt #2)

2004-06-08 Thread Tim Funk
See the invoker servlet. -Tim Ron Forrester wrote: I am thinking this question walks the edge between tomcat-users and tomcat-dev, so please forgive me if I have chosen unwisely... Background: We are wanting to add a capability to our webapp which requires that we be able to reference precompiled

Re: New RM for Tomcat 5

2004-05-10 Thread Tim Funk
+1 -Tim Remy Maucherat wrote: Hi, Yoav has expressed interest in being the release manager for Tomcat 5. Since he has shown interest in nearly all Tomcat components, and apparently has enough time at the moment, I think he would be the most qualified to replace me, and has my +1.

Re: Tomcat 5.0.20 Issue

2004-03-24 Thread Tim Funk
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26444 -Tim Jess Holle wrote: Jess Holle wrote: Unfortunately, Tomcat 5.0.20 cannot compile 6 out our 985 JSP pages (which Tomcat 5.0.19 compiled just fine). The issue can be traced directly to a single entry in the change log: Add some

Re: Minimal HOWTO for jk2 2.0.4 - Was: [Fwd: Releasing JK 2.0.4]

2004-03-23 Thread Tim Funk
The faq uses the wiki for some stuff. Feel free to add content there. http://jakarta.apache.org/tomcat/faq/ -Tim Tim Stewart wrote: First let me say sorry for lurking and responding to this message 5 days late. I think your suggestions are very good. I also recently went through hell trying to

Re: [OT] Tomcat as top level ASF Project

2004-03-18 Thread Tim Funk
Can anyone list the pros and cons? The last time this was discussed it was -1. But it seems the reasons since then may have changed. http://marc.theaimsgroup.com/?t=10473776922r=1w=2 -Tim Henri Gomez wrote: Hi to all, Just see that Struts is becaming a top level project, like ant last

Re: [OT] Tomcat as top level ASF Project

2004-03-18 Thread Tim Funk
I am curious to the scope the new TLP would have. For example, would/should the following projects come along to the new Tomcat TLP? - Taglibs - Watchdog - Slide - Other web server components based on java? -Tim Henri Gomez wrote: As many I see Tomcat as the ASF Java web-server, where Apache 2

Re: [Vote] Guenter Knauf as commiter

2004-03-17 Thread Tim Funk
+1 -Tim Henri Gomez wrote: Hi to all, jk2 2.0.4 seems in a good shape and I'd like to thanks all of you commiter, and tomcat-dev members for your feedback, patches and time. I'd like to see Guenter Knauf promoted to commiter since he provided us may fine patches on jk2 and help make this

[VOTE] 4.1.30 release vote

2004-02-11 Thread Tim Funk
ballot Release 4.1.30 as Stable: [x] Yes [ ] No /ballot -Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Proposal] Get our FAQ listed on jakarta.apache.org/site/faqs.html

2004-02-05 Thread Tim Funk
For those who have karma to jakarta-site2, here's the patch. RCS file: /home/cvs/jakarta-site2/xdocs/site/faqs.xml,v retrieving revision 1.20 diff -u -r1.20 faqs.xml --- faqs.xml2 Oct 2003 08:55:47 - 1.20 +++ faqs.xml5 Feb 2004 11:52:12 - @@ -26,6 +26,7 @@ liThe a

Re: Download servlet with resume

2004-02-02 Thread Tim Funk
Please follow up with tomcat-user since this is a user topic. What you'll want to look at is utilizing the Byte-Range header. it is a standard way for a client to get only part of a request. DefaultServlet has support for this so if you need some example code, look there. -Tim Patrik

Re: WebDAV and TC5

2004-01-29 Thread Tim Funk
I have mixed feelings. I don't think it belongs in the tomcat distribution. I'd rather see the WebDav servlet get moved to another jakarta (commons?) project. Like commons-webapps, commons-servlets. But then again the webdav servlet is tomcat specific code and might be hard being ported to

cvs FAQ Update request

2004-01-20 Thread Tim Funk
Can someone do a cvs update so the FAQ pulls in the latest content for http://jakarta.apache.org/tomcat/faq/ ? -Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs FAQ Update request

2004-01-20 Thread Tim Funk
Yup! The biggest change was getting more awareness to the encoding bug reports. http://jakarta.apache.org/tomcat/faq/misc.html -Tim Shapira, Yoav wrote: Howdy, Done... Is it OK with your latest changes? Yoav Shapira Millennium ChemInformatics -Original Message- From: Tim Funk [mailto

Re: PROPOSAL: move bugzilla posts to separate list

2004-01-20 Thread Tim Funk
-1 Same reasons Yoav. -Tim Shapira, Yoav wrote: Howdy, -1, commits and bugzilla messages are important to developers. If you don't like them, filter them out, it's a trivial filter in any modern email client. Yoav Shapira Millennium ChemInformatics -Original Message- From: Günter

[Bug 23929] - request.setCharacterEncoding(String) doesn't work

2004-01-14 Thread Tim Funk
Since this seems a rather populate bug topic ... I'd like to add this to the FAQ. Besides linking to this bug report, can anyone provide me: 1) A suggested wording for how to phrase this as a question 2) A suggested wording for the answer (I can figure this out) 3) Any other links (to the

Re: NIO and JDK link

2003-12-25 Thread Tim Funk
It is built using 1.4 - but does not *require* 1.4. IIRC, your thread was requesting making 1.4 required. -Tim Vic Cekvenich wrote: Shapira, Yoav wrote: Is there a plan sometime to consider moving TC 5 to 1.4 JRE? It's already compiled and built on JDK 1.4. Wait... there was a whole

Re: License files error

2003-12-23 Thread Tim Funk
Files in question: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-4.0/LICENSE?rev=1.4view=auto http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-5/LICENSE?rev=1.1.1.1view=auto Looking at CVS, it looks like some other jakarta projects have also had (differenet) typo problems and also fixed their

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardWrapper.java StandardWrapperValve.java mbeans-descriptors.xml

2003-12-22 Thread Tim Funk
Is there more to this? What is this for? -Tim [EMAIL PROTECTED] wrote: remm2003/12/22 09:47:43 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java StandardWrapperValve.java mbeans-descriptors.xml Log: - Add

Re: Custom Compoents

2003-12-20 Thread Tim Funk
It depends what you mean by custom components. Tomcat is servlet and JSP container so much of your code can be written to the spec and be portable to any servlet container. But there items not addressed by the specs or purposefuly left out. In those cases, you need to write tomcat specific

Re: Intro/question possible buglet with Content-Type and Charsets .

2003-12-19 Thread Tim Funk
Instructions added to http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24970 -Tim Tim Funk wrote: Yeah, nagoya.apache.org seems down. Hopefully it will be back soon. The bug has good detail of what and how to fix. -Tim [EMAIL PROTECTED] wrote: Thanks Tim, Having a little trouble getting

Re: Intro/question possible buglet with Content-Type and Charsets .

2003-12-19 Thread Tim Funk
added to http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24970 -Tim Tim Funk wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2003-12-17 Thread Tim Funk
I prefer only the RM updating changelog. -Tim Remy Maucherat wrote: [EMAIL PROTECTED] wrote: yoavs 2003/12/16 18:42:26 Modified:webapps/docs changelog.xml Log: Started changelog for 5.0.17. It's probably easier if either: - only one guy does it (so he knows what needs to be

Re: Important information about jakarta-servletapi-*

2003-12-17 Thread Tim Funk
Does this mean that any bug submitted with a criticism (or patch) against jakarta-servletapi-* can be marked as WONTFIX with a advisory for the requestor to notify [EMAIL PROTECTED] or [EMAIL PROTECTED] ? (I know there is at least one bug in this category) -Tim Mark Roth wrote: Hi everyone,

Re: Intro/question possible buglet with Content-Type and Charsets.

2003-12-16 Thread Tim Funk
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24970 [EMAIL PROTECTED] wrote: Hi All, Quick intro, and then a question; We use tomcat to host java web applications at our location. My client requires us to follow very strict rules for deploying software, that means it can be a documentation

Re: Intro/question possible buglet with Content-Type and Charsets .

2003-12-16 Thread Tim Funk
for this id, I see that someone has a 4.1.29 patch and a complied class, but cannot see either email address or content via the archive. Ho hum Thanks for the pointer. Greg -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 16 December 2003 12:31 To: Tomcat

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs/architecture/startup serverStartup.pdf serverStartup.txt

2003-12-13 Thread Tim Funk
Can project.xml~ and index.xml~ be removed? They look like [editor] backup files. (I might be early on this one) Is an update also coming for j-t-catalina/webapps/docs/build.xml? The architecture dir isn't being picked up on build. Is there any opinion on mixed case file names for

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs/config jk.xml project.xml jk2.xml

2003-12-10 Thread Tim Funk
Does this pretty much says that jk2 is now not recommended? (At least until it gets more cleanup) So I can update the FAQ. -Tim [EMAIL PROTECTED] wrote: remm2003/12/10 04:38:01 Modified:webapps/docs/config project.xml Added: webapps/docs/config jk.xml Removed:

Re: cvs commit: jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java

2003-12-10 Thread Tim Funk
The name attribute of A should be #less. +writer.print(a class=\A.name\ name=\# + + (count++) + .0\); A page example which uses anchors: http://jakarta.apache.org/tomcat/faq/tomcatuser.html -Tim [EMAIL PROTECTED] wrote: remm2003/12/10

[wiki] wiki.apache.org migration

2003-12-09 Thread Tim Funk
I would be interested in a Wiki for Tomcat. It has been somewhat helpful as a complement to the Tomcat FAQ. AFAICT, there is not a lot of Tomcat content on the Wiki, so moving over the relevant information should be easy. [cc'd the tomcat-dev list to determine other's interest in this] -Tim

Re: Any clue on this, please? Uploading large files - out of memory

2003-12-03 Thread Tim Funk
Please followup to tomcat user. 1) Make sure that the app is using ServletRequest.getInputStream() 2) See the spec: 'SRV.4.1.1 When Parameters Are Available' -Tim Fabrizio Nesti wrote: Hi, any comment on this out of memory with large file upload? This error seems recurring to a bunch of

Re: Tomcat 5 Issue (not 5.0.16 specific!)

2003-12-02 Thread Tim Funk
Section 5.5 of the spec: When a response is closed, the container must immediately flush all remaining content in the response buffer to the client. The following events indicate that the servlet has satisfied the request and that the response object is to be closed: The termination of the

Re: JAASCallbackHandler clear password in the log file

2003-11-24 Thread Tim Funk
IMO, no. In a production environment: 1) The debug should not turned up that high 2) If its a production box, file permissions as well as people able to log into the box should be trusted. -Tim Yann GUEVEL wrote: Hi, if the debug level is 3, the

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator SingleSignOnEntry.java AuthenticatorBase.java BasicAuthenticator.java DigestAuthenticator.java FormAuthenticator.java NonLoginAuthenticator.java SSLAuthenticator.java SingleSignOn.java mbeans-descriptors.xml

2003-11-24 Thread Tim Funk
This means that the logout check is now back in, the revert from 1.6 - 1.7 for bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23764 Diff link:

Re: How is the FAQ updated?

2003-11-20 Thread Tim Funk
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-site/ - Its in jakarta-tomcat-site - The FAQ questions(and answers) are in xdocs-faq as xml files - edit these. - To make the site: follow the README.txt - Once you've built the site- commit your changes (including the generated html) - Let Remy

Re: [VOTE] New committer: Mark Thomas

2003-11-20 Thread Tim Funk
+1 -Tim Remy Maucherat wrote: Hi, I'd like to nominate Mark Thomas as a Tomcat committer. He has contibuted a significant amount of fixes already, and does what nobody else does: roam Bugzila to fix older issues and cleanup the database. He has special interest in the WebDAV code, which

  1   2   3   >