Re: dynamical class loading

2005-10-12 Thread Yoav Shapira
Hi, I know the name of the interfaces and by default I have a wrong version of these interfaces in my WEB-INF/classes/ path. Don't have a wrong version by default, that's a bad practice. I tried to load theses interfaces using a URLClassLoader unsuccessfully. I also tried to replace the

Re: [Fwd: cluster FAQ link?]

2005-10-12 Thread Yoav Shapira
Hi, I created it and committed it (in CVS) before the move to SVN. So it should exist in CVS and SVN both. We really need to move the site SVN link so it stops pointing at pre-TLP and points at the trunk. Maybe I'll go figure out how to do it ;) Yoav --- Tim Funk [EMAIL PROTECTED] wrote: I

Re: Site-SVN link

2005-10-12 Thread Yoav Shapira
[EMAIL PROTECTED] wrote: Yoav Shapira wrote: Hi, I think it's OK now to have /www/jakarta.apache.org/tomcat be a checkout of the SVN tomcat/site/trunk. I just updated SVN tomcat/site/trunk to show 5.5.12 is latest stable, and committed, but the SVN update is still looking at the old

Re: Tomcat Snapshots

2005-10-12 Thread Yoav Shapira
Hi, I'm curious about the importance of nightly snapshots: who uses them? We have a nightly source tarball already available at http://cvs.apache.org/builds/jakarta-tomcat-5/nightly/, so this seems redundant. If neither you (Henri) nor I knew about it in the years we've been involved, it's

RE: Site-SVN link

2005-10-12 Thread Yoav Shapira
Hi, I guess now is the time to move over the mailing lists. The TLP web site (tomcat.apache.org) is ready to go and just waiting for a svn co. Once this is done, we will need to redirect http://jakarta.apache.org/tomcat to http://tomcat.apache.org and delete the old content from

RE: Site-SVN link

2005-10-12 Thread Yoav Shapira
Hi, Mailing list migration issue created: http://issues.apache.org/jira/browse/INFRA-574. I've also copied everything to tomcat.apache.org, so that site should be working just fine in about an hour. After I test it, I'll ask infra to do the redirect thing. Yoav --- Yoav Shapira [EMAIL

Re: [RESULT][VOTE] Tomcat 5.5.12 is stable

2005-10-11 Thread Yoav Shapira
Hi, --- Leon Rosenberg [EMAIL PROTECTED] wrote: Probably a late answer, but when you're saying that have been no changes to the sourcecode since alpha, you mean, that http://issues.apache.org/bugzilla/show_bug.cgi?id=36541 is still open for 5.5.12? No, that's not what I mean. As the 5.5.12

[RESULT][VOTE] Tomcat 5.5.12 is stable

2005-10-09 Thread Yoav Shapira
Hi, The 5.5.12 stability vote is now over, and the release is stable. The following votes were cast for stable: Jeanfrancois Arcand Allistair Crossley Henri Gomez Jim Jagielski (not sure if this one is binding in the strictest sense of the word) Remy Maucherat Peter Rossbach Yoav Shapira Mladen

Site-SVN link

2005-10-09 Thread Yoav Shapira
Hi, I think it's OK now to have /www/jakarta.apache.org/tomcat be a checkout of the SVN tomcat/site/trunk. I just updated SVN tomcat/site/trunk to show 5.5.12 is latest stable, and committed, but the SVN update is still looking at the old version... Yoav

Re: [VOTE] 5.5.12 Stability

2005-10-06 Thread Yoav Shapira
Hi, I'd like to release a 5.0.31 at some point in the future, but I don't know when, and I don't know the interest level in it. It would certainly be fairly small, containing only a few back-ported fixes from 5.5, no major additions or new features. Yoav --- Leon Rosenberg [EMAIL PROTECTED]

Re: New repository org

2005-10-06 Thread Yoav Shapira
Hi, You can also look at how Struts is organized. There, if you do: svn co http://svn.apache.org/repos/asf/struts/current struts You get all of the little bits and pieces all checked out to one place. That's pretty cool, especially when cutting out a new release. Can we get something

Re: New repository org

2005-10-06 Thread Yoav Shapira
Hi, When a new release is cut, e.g. v5.5.13, would SVN links need to be updated so current downloads v5.5.13? Is there a script for that? Yoav --- Mark Thomas [EMAIL PROTECTED] wrote: Remy Maucherat wrote: The Struts trick does what I want. I see magic things in the .svn/dir-props, but

Re: [VOTE] 5.5.12 Stability

2005-10-05 Thread Yoav Shapira
Hi, It took me a bit of time to finish testing on a couple of home-brewed apps, but [ X ] Stable - no major issues from me. I'll give the vote 24 more hours or so, looking good right now. If someone with the TCK license can run it and let us know the results, that would be awesome. Thanks,

[VOTE] 5.5.12 Stability

2005-10-03 Thread Yoav Shapira
Hi, Tomcat v5.5.12 has been out for a little more than a week now, so hopefully we've had time to test it. Please let us know what you think of its stability below. If anyone with the proper license could run the Servlet (v2.4) and JSP (v2.0) TCK tests on Tomcat 5.5.12, that would be great as

Re: bug 36867

2005-09-30 Thread Yoav Shapira
Hi, Maybe no one has looked at it, or no one cares. Feel free to add your comments to this bug (and any others, of course), and/or contact the original poster to correct his understanding. In general here (and other Apache projects, and most OSS projects) stuff gets done when it gets done, with

Re: Problems Parsing Request Paramers

2005-09-27 Thread Yoav Shapira
Hi, Could it be the referer URL is too long, causing the query string to be ignored or dropped? There's a limit (2048 characters, I think?) on GET requests in some browsers. But actually, you're seeing this on the server, so I'm not sure. Can you try testing with less parameters or an otherwise

Re: Please verify this is correct: Need multiple virtual directories for isapi_redirector

2005-09-27 Thread Yoav Shapira
Hi, Please use tomcat-user@jakarta.apache.org for user support issues. The tomcat-dev list is for discussion regarding Tomcat's own internal development. Thank you, Yoav --- David Thielen [EMAIL PROTECTED] wrote: Note: I looked and looked and couldn't find this documented. Hi; I want

Re: JK 1.2.15 Release plan?

2005-09-26 Thread Yoav Shapira
Hi, I'd wait a couple of days and then have a vote. During those days we should actively encourage users to download and test it. Make release announcements, etc. ;) Yoav --- Mladen Turk [EMAIL PROTECTED] wrote: Hi, JK 1.2.15 has been tagged, and I've created the source distribution

Re: Final phase of SVN migration - the plan

2005-09-23 Thread Yoav Shapira
Hi, Reminder that this is about 90 minutes from now ;) Yoav --- Yoav Shapira [EMAIL PROTECTED] wrote: Hi, I'm fine with this WE, or the end of this week. I mean, the previous build was decent already. I just looked at the changelog for 5.5.12, it's a nice collection of stuff

Re: Final phase of SVN migration - the plan

2005-09-23 Thread Yoav Shapira
Hi, Not done yet -- tagging in a couple of minutes, then a few more to do the checkout/download/build... ;) But almost there. Yoav --- Remy Maucherat [EMAIL PROTECTED] wrote: Yoav Shapira wrote: Hi, Reminder that this is about 90 minutes from now ;) All done ? If so, the migration

Re: Final phase of SVN migration - the plan

2005-09-23 Thread Yoav Shapira
Hi, OK, the release is tagged, cut, and uploaded. Formal announcements coming in a few hours.. Yoav --- Remy Maucherat [EMAIL PROTECTED] wrote: Yoav Shapira wrote: Hi, Reminder that this is about 90 minutes from now ;) All done ? If so, the migration is now ready :) Rémy

Re: Problem downloading 5.5.12-alpha Re: [ANN] Apache Tomcat 5.5.12-alpha Released

2005-09-23 Thread Yoav Shapira
Hi, I just fixed this, and the fix will be on the web site in ~15 minutes. My apologies, and thanks for letting us know quickly ;) Yoav --- Wendy Smoak [EMAIL PROTECTED] wrote: From: Yoav Shapira [EMAIL PROTECTED] Downloads: Binaries: http://jakarta.apache.org/site/binindex.cgi#tomcat

[ANN] Apache Tomcat 5.5.12-alpha Released

2005-09-23 Thread Yoav Shapira
23 September 2005 - Apache Tomcat 5.5.12-alpha Released The Apache Tomcat team is proud to announce the immediate availability of Tomcat 5.5.12-alpha. This version contains several bug fixes, including an import change to session attribute storage concurrency that is required by the upcoming

SVN update of site working OK?

2005-09-22 Thread Yoav Shapira
Hi, Maybe I did something wrong here, or maybe I'm just missing a step, but if someone (probably Mark) could help out here, that'd be great ;) I just added a new FAQ section on clustering to the SVN tomcat/site/trunk area. It's in xdocs-faq/cluster.xml. I did svn add for that file, as well as

Re: SVN update of site working OK?

2005-09-22 Thread Yoav Shapira
Hi, AFAICS, your changes were to trunk and the update to the filesystem looks at the pre-tlp branch. OK, that makes sense, and thank you for the explanation. Yoav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: cvs commit: jakarta-tomcat-5 build.xml

2005-09-22 Thread Yoav Shapira
Hi, Will Yoav tag the CVS or SVN for the upcoming release ? I was going to tag both repositories this one time. For the record, all members of the tomcat pmc have karma for all modules including the specs. This allows us to fix issues with the examples. This is great. Yoav

Re: Final phase of SVN migration - the plan

2005-09-20 Thread Yoav Shapira
Hi, Do we do a new Tomcat 5.0.12 build (which will be voted on this time) before the migration ? We'll have to change build scripts after that, Yes, I'd like to do a new 5.5.12. That's one of the reasons I asked for timings, once they're known, so we can work with nice margins.

Re: Final phase of SVN migration - the plan

2005-09-20 Thread Yoav Shapira
Hi, I'm fine with this WE, or the end of this week. I mean, the previous build was decent already. I just looked at the changelog for 5.5.12, it's a nice collection of stuff. Is Friday OK with everyone? If not, I can do Saturday, but I'd prefer Friday to keep my weekend more free. How

Re: Final phase of SVN migration - the plan

2005-09-19 Thread Yoav Shapira
Hi, If possible, it'd be nice to establish a quiet window, say 24 hours, during which we shall not commit anything, and infra will do the real repository move. That will help eliminate the possibility of lost/clashed commits and related wasted time. Plan looks good. Yoav --- Mark Thomas [EMAIL

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Bootstrap.java

2005-09-17 Thread Yoav Shapira
Hi, I haven't had time to play with it, but wanted to say +1 as I think this is a cool effort and a good idea. Yoav --- Costin Manolache [EMAIL PROTECTED] wrote: I have few weeks, I'm trying to sync up some of the few changes I made in the last year before the code is moved to svn and try a

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

2005-09-13 Thread Yoav Shapira
Hi, Thanks for voicing your opinion. While it's welcome, it's not a binding vote, FYI, until you're a committer. Yoav --- Warren Lewis [EMAIL PROTECTED] wrote: Bugs [ ] forward to [EMAIL PROTECTED] [X] forward to [EMAIL PROTECTED] Commits [ ] forward to [EMAIL PROTECTED]

Re: How strongly Tomcat 5.5.x will be committed to JDK 1.4.x in future..

2005-09-13 Thread Yoav Shapira
Hi, Tomcat 5.5 will always allow JDK 1.4. Tomcat 6.0, as required by the J2EE 5 specifications, will require J2SE 5.0. I repeat, for emphasis, that this is required by the J2EE 5 Specification itself, which Tomcat 6.0 will support: it is not our decision to drop support for JDK 1.4. Yoav ---

Re: Support for Servlet 2.5/JSP 2.1?

2005-09-12 Thread Yoav Shapira
Hi, You may be confusing they have a web page with they have been released. Neither has been finalized. When they're finalized, they will be implemented in Tomcat 6.0, not 5.5. Yoav --- Sam Ewing [EMAIL PROTECTED] wrote: Servlet 2.5

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

2005-09-12 Thread Yoav Shapira
Hi, Bugs [ X ] forward to [EMAIL PROTECTED] [ ] forward to [EMAIL PROTECTED] Commits [ X ] forward to [EMAIL PROTECTED] [ ] forward to [EMAIL PROTECTED] Keep as one list, for reasons voiced by others, and summarized as: it's easy for users to filter at their end, but hard to

Re: Jasper TCKing

2005-09-07 Thread Yoav Shapira
Rick, Thank you for the offer. It's certainly welcome. We have TCK grants for these APIs at Apache, and have had them for years. (In fact, the ASF has TCK rights from Sun for virtually every API out there ;)) But as you've noted, it's a time-consuming task, and in general we gladly welcome

Re: [ANN] Servlet and JSP APIs have moved to subversion

2005-09-06 Thread Yoav Shapira
Hi, I looked into the website work, and I think it should be enough to simply add a page for mailing lists and downloads (for starters, other pages can be added as needed). For the latter, what are the preferences ? One like jakarta.apache.org, or a much simpler one like httpd.apache.org ?

Re: Upcoming work

2005-08-31 Thread Yoav Shapira
Hi, I also think 5.5.11 looks good (assuming people did test it; please test it, I fixed all the bad APR bugs in 5.5.10 that I was aware of, and the Windows installer also installs an APR/OpenSSL binary is the native option is checked), but the stable build should have the

Re: Tomcat 5.5.9, endorsed jars and classloader

2005-08-31 Thread Yoav Shapira
Hi, I ran into problems with Tomcat 5.5.9. We have xercesImpl.jar in common/endorsed, and another jar (X-Hive's XML database's xhive.jar) in common/lib, that includes a class that is put in the xerces package (org.apache.xerces.dom) in order to access xerceses package protected class

Re: Site repository cleanup

2005-08-30 Thread Yoav Shapira
Hi, I'd like to have snapshots of the site as it was for each release of the product. Especially since it's easy to keep. So I'm OK with removing: http://svn.apache.org/repos/asf/tomcat/site/branches/tomcat-site/ http://svn.apache.org/repos/asf/tomcat/site/tags/start/

Re: Upcoming work

2005-08-29 Thread Yoav Shapira
Hi, You know, come to think of it, who's on the Spec team for 2.5? I don't even see a formal JSR for it, only the preliminary changelog URL Remy originally posted, which is hanging off the JSR 154 / Servlet Spec 2.4 site. Yoav --- Remy Maucherat [EMAIL PROTECTED] wrote: Mark Thomas wrote:

Re: Upcoming work

2005-08-29 Thread Yoav Shapira
Howdy, I am now on the expert group, and it's only a maintenance release (so no new JSR). Ah, good. That's a good point of synergy for us. So it's a new maintenance release, no new JSR, but it will be called Servlet Specification v2.5? And accordingly, Tomcat 6.0... Yoav

Re: [ANN] Site, service tools have moved to subversion

2005-08-29 Thread Yoav Shapira
Mark, Thanks again for this continuing effort! Yoav --- Mark Thomas [EMAIL PROTECTED] wrote: Phase 2 of the SVN migration is now complete. The main component of this phase is the Tomcat website. jakarta-tomcat-site has moved to http://svn.apache.org/repos/asf/tomcat/site and updated

Re: tomcat build failed - makensis.exe

2005-08-28 Thread Yoav Shapira
Hola, After downloading NSIS, you need to install it as you would any other windows program, and update build.properties to reflect to the install location. BUT, Xingbo, you probably don't need to be doing this at all. It's only required if you're building a new Tomcat windows executable. For

RE: Upcoming work

2005-08-28 Thread Yoav Shapira
Hola, I'm virtually back from vacation ;) Still traveling, but now for business, and therefore lugging my laptop along. Thank you for the inquiry ;) --- Ashly Mathew Varghese [EMAIL PROTECTED] wrote: Just out of context.. What happened to Yoav? - Migrate to tomcat.apache.org. IIRC, we were

Tomcat metrics

2005-08-12 Thread Yoav Shapira
Howdy, This is just information for the curious or bored ;) I was asked earlier today how many LOC are in Tomcat right now. Since I didn't know off the top of my head, I plopped the source code of 5.5.10 into Eclipse, and using Metrics (http://metrics.sourceforge.net/) calculated it. I had to

RE: Tomcat metrics

2005-08-12 Thread Yoav Shapira
Hola, And webdav used 92K? Weird. Not quite: total lines of code in methods was 92K. The webdav class mentioned had the biggest method at 347 lines of code. (And to complete the line, the average method had 8.37 LOC with a stdev of 18.761 LOC) Yoav

RE: DB connection pooling webpage mistake

2005-08-11 Thread Yoav Shapira
Hi, Fixed in CVS. Thanks for pointing it out, Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapira.com -Original Message- From: Robert Clarkson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005

RE: Fwd: Reminder: CFP for ApacheCon

2005-08-11 Thread Yoav Shapira
Hi, These are good, but I feel like we should talk about the new stuff we've been doing: PMC, APR connector, etc. Then again, I don't feel like doing the talks myself at the moment, so I'll just shut up about it now ;) Yoav Shapira System Design and Management Fellow MIT Sloan School

RE: data push

2005-08-10 Thread Yoav Shapira
.htm and the whole book from which this excerpt comes. I would point out that what you're asking isn't specific to Tomcat. These push-pull issues are inherent to the Servlet specification itself. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA USA [EMAIL

RE: bugreports for commons-daemon

2005-08-09 Thread Yoav Shapira
around to them, which will hopefully be soon but can never be guaranteed. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA USA [EMAIL PROTECTED] / www.yoavshapira.com -Original Message- From: Longson, Robert [mailto:[EMAIL PROTECTED] Sent

Fwd: Reminder: CFP for ApacheCon

2005-08-09 Thread Yoav Shapira
Hey, Is anyone speaking about Tomcat at ApacheCon 2005 US? It will be nice to have something... And related to that, who's planning on going? Yoav --- Rich Bowen [EMAIL PROTECTED] wrote: Date: Tue, 09 Aug 2005 15:40:13 -0400 From: Rich Bowen [EMAIL PROTECTED] To: [EMAIL PROTECTED]

RE: Next Release 5.5.11?

2005-08-04 Thread Yoav Shapira
Howdy, Probably next weekend, but that's not guaranteed. It will be a 5.5.11. Feel free to use 5.5.9 or build a custom release from HEAD for yourself if you can't wait that long. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA USA [EMAIL PROTECTED

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

2005-08-02 Thread Yoav Shapira
Hey, Done. Thanks for catching that, Yoav PS -- Is the 1.1.0 native coming any time soon? The build is broken since build.xml and build.properties.default were updated, but archive.apache.org/dist/[jtc]/native does not exist... -Original Message- From: Remy Maucherat [mailto:[EMAIL

RE: Problems with tomcat 3.3.2 and IBM JRE 1.3.0

2005-08-01 Thread Yoav Shapira
be: can you run the thing on Linux? That'll enable you to use a more updated OS, JDK, Tomcat... But I'm guessing if you could do that, you already would have ;( Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA [EMAIL PROTECTED] / [EMAIL PROTECTED

RE: Migration to Subversion

2005-07-27 Thread Yoav Shapira
Hi, Any and all comments appreciated. In particular: a. Should more 3.x.x versions should be included in 4 5 above? b. I have assumed that all releases before 5.5.x will use the 5.0 branch of the connectors. Is this assumption valid? I don't think so. Some Tomcat 3.x versions, for

RE: tomcat API doc, where?

2005-07-26 Thread Yoav Shapira
Hi, Download eith ther .zip or .tar.gz base distro: you probably downloaded the .exe. You can also just look at the ones on the web site: go to http://jakarta.apache.org/tomcat, pick the Documentation link for your version, and scroll down near the bottom of the left-hand menu. Yoav Shapira

RE: tomcat API doc, where?

2005-07-26 Thread Yoav Shapira
Hi, That's unfortunate. I'll go fix it right now. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA [EMAIL PROTECTED] / [EMAIL PROTECTED] -Original Message- From: Jean-frederic Clere [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 26, 2005 5

RE: tomcat API doc, where?

2005-07-26 Thread Yoav Shapira
. I've recorded this in Bugzilla as 35880, http://issues.apache.org/bugzilla/show_bug.cgi?id=35880. The question is what's the best fix. Should we exclude that file (or that whole package) from the JavaDoc target? Yoav Shapira System Design and Management Fellow MIT Sloan School of Management

RE: tomcat API doc, where?

2005-07-26 Thread Yoav Shapira
. 5.5.10 stability vote next weekend, btw, unless someone finds a showstopper beforehand. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA [EMAIL PROTECTED] / [EMAIL PROTECTED] -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED

[ANN] Apache Jakarta Tomcat v5.5.10-alpha Released

2005-07-24 Thread Yoav Shapira
The Apache Jakarta Tomcat team is proud to announce the immediate availability of Tomcat 5.5.10-alpha. This build contains 110 improvements, including bug fixes, enhancements, and documentation updates. There are several interesting new features, such as Apache Portable Runtime (APR)-based

RE: [ANN] Apache Jakarta Tomcat v5.5.10-alpha Released

2005-07-24 Thread Yoav Shapira
making an announcement to our users about the name change. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA [EMAIL PROTECTED] / [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

Tagging 5.5.10...

2005-07-23 Thread Yoav Shapira
right now. The build will be uploaded to minotaur for mirroring in about 90 minutes. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA [EMAIL PROTECTED] / [EMAIL PROTECTED

RE: New tag ?

2005-07-23 Thread Yoav Shapira
Hi, Your plan is reasonable and good, +1. We can nag infra and the svn team and hopefully they will improve. But the bottom line is that we have no choice, must migrate to svn by 1/1/2006. We should just pick the date that's best for us... Yoav Shapira System Design and Management Fellow MIT

5.5.10 tag time and tester failures

2005-07-22 Thread Yoav Shapira
pass. The other failure is more intriguing: its the 4th session test, and I also dont know why it fails, but its worth looking into I think. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA [EMAIL PROTECTED] / [EMAIL PROTECTED

RE: New tag ?

2005-07-21 Thread Yoav Shapira
, August seems like a great time to do the transition since it's traditionally a low-activity period. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL PROTECTED] / [EMAIL PROTECTED] -Original Message- From: Remy

RE: [VOTE] SOC temporary committer Anders Nyman

2005-07-11 Thread Yoav Shapira
Hi, 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

RE: setclasspath scripts

2005-07-11 Thread Yoav Shapira
Hey, Yeah: 5.5 requires only the JRE, not JDK. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL PROTECTED] / [EMAIL PROTECTED] -Original Message- From: Fenlason, Josh [mailto:[EMAIL PROTECTED] Sent: Monday

RE: Which one is better: JSP or PHP with tomcat

2005-07-10 Thread Yoav Shapira
Hi, I'd say JSP, which is native to Tomcat. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA [EMAIL PROTECTED] / [EMAIL PROTECTED] -Original Message- From: Abdullah Abdullah [mailto:[EMAIL PROTECTED] Sent: Sunday, July 10, 2005 10:08 AM

RE: Callback after Servlet.service() ?

2005-07-09 Thread Yoav Shapira
Hey, You could write a ServletRequestListener and include it in tomcat's conf/web.xml. But as always, be careful messing with other apps without changing their WARs, it's generally a recipe for a disaster. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School

RE: summer of code - next steps

2005-07-01 Thread Yoav Shapira
: that's a hard-earned privilege. Same thing for the @apache.org address, so I want to keep the soc prefix. But we use CVS, and I don't think CVS supports directory-specific commit privileges. We'd have to make a branch for them, assuming CVS supports branch-specific commit privileges? Yoav Shapira

RE: summer of code - next steps

2005-06-27 Thread Yoav Shapira
Hey, How should code be accepted for these? - Create a new sandbox? - Place on SF then have the mentor commit as needed SF CVS doesn't work well enough IMO. Maybe the ASF will have a repository that can be used as a staging area. - Full commit for the student I suspect it could

RE: Starting point...

2005-06-22 Thread Yoav Shapira
. Is there a book covering this? I don't think so, but I'm not sure. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA [EMAIL PROTECTED] / [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

RE: Servlet and JSP APIs in java repository

2005-06-21 Thread Yoav Shapira
Hi, There's a lot of confusion about the servlet and jsp apis, many projects reference the servlet 2.4 while in Tomcat 5.5 the version included says 2.4.public_draft, so I really don't know if there's available a 2.4 final somewhere. The version that ships with Tomcat 5.5 and all but the

RE: Servlet and JSP APIs in java repository

2005-06-21 Thread Yoav Shapira
Hi, Ahh. Someone with karma to kakarta-servletapi-5 should probably update that. I don't have that karma ;) Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA [EMAIL PROTECTED] / [EMAIL PROTECTED] -Original Message- From: Larry Isaacs

Site migration?

2005-06-20 Thread Yoav Shapira
Hi, Seems like tomcat.apache.org is up and available. When do we want to migrate the site? Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL PROTECTED] / [EMAIL PROTECTED

RE: Site migration?

2005-06-20 Thread Yoav Shapira
Hi, How about using the next release as an ad for Tomcat TLP and plan to have tomcat.apache.org ready then ? Sounds good. I'm busy enough, so no rush on my end ;) Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL

RE: Summer of code

2005-06-01 Thread Yoav Shapira
Hi, Correct Servlet Specification violation in reading manifests, aka bug 34993, is quite inappropriate for a full fledged summer project. The bug is actually invalid, but more generally the project would be far too short (see o.a.c.util.ExtensionValidator for the implementation of the

RE: Tomcat 5 Redhat Fedora rpm question

2005-06-01 Thread Yoav Shapira
Hi, JPackage: http://www.jpackage.org/rpm.php?id=1901. Yoav -Original Message- From: Bernard [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 2:46 AM To: tomcat-dev@jakarta.apache.org Subject: Tomcat 5 Redhat Fedora rpm question Hi, I am interested in packaging Tomcat.

RE: rfe

2005-05-28 Thread Yoav Shapira
Hi, First, please don't cross-post to both tomcat-user and tomcat-dev. I was wondering if any one other than me has had the need to use a run- time 'before-bootstrapping' and 'cleaning-after-at-the-very-end' type of functionality. If I do, there are other places for this that don't require

RE: Unclear 5.0 release status

2005-05-28 Thread Yoav Shapira
Hi, the release status of TC 5.0 is a little unclear: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/status.html states: Tomcat 5.0.29 was released on October 6th, 2004. Work on the 5.0 branch is primarily for maintenance and bug fixes. It is still considered the best branch for

RE: Hybrid (NIO+Multithread, SSL enabled) architecture for Coyote

2005-05-25 Thread Yoav Shapira
Hi, By the way, this is my last post about this topic. I've perfectly understood Remy's messages (in the list and in my personal address), so I will not waste your time anymore. It was far from a waste of time. Please don't hesitate to contribute again in performance tuning or other areas.

Gone for ~10 days

2005-05-13 Thread Yoav Shapira
Howdy, I'll be gone for about ~10 days, no internet, nothing ;) When I come back maybe APR testing will have advanced enough to do a 5.5.10 release ;) Magic... Have a good weekend everyone, Yoav - To unsubscribe, e-mail:

RE: Tomcat performance patch (in development) to reduce concurrency...

2005-05-04 Thread Yoav Shapira
) as opposed to acceptCount: one could set maxThreads to 20 and acceptCount to 500, for example. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL PROTECTED] / [EMAIL PROTECTED] -Original Message- From: Scott

RE: APR distro

2005-05-03 Thread Yoav Shapira
Hi, If possible, it would be good to announce APR support officially when: - SSL support is present - AJP support is present (I'll do that), which should help a few use cases (not that many, though) - it is tested and proven to work (for example, I don't understand Bill's test results), or

RE: Code Submission - Wild Card Aliases

2005-05-03 Thread Yoav Shapira
Hi, The performance impact is not that big. If it was a configurable option, e.g. enableAliasWildcardMatching, turned off by default, I'd be OK with it. Yoav -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 03, 2005 10:04 AM To: Tomcat Developers

RE: Unique Session ID's - are they really generated?

2005-05-02 Thread Yoav Shapira
ever again ;) Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL PROTECTED] / [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

APR distro

2005-05-02 Thread Yoav Shapira
)? I'd think so, but I'd like to iron these things out as we get closer. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL PROTECTED] / [EMAIL PROTECTED

RE: [PATCH] Jakarta-site-2

2005-04-25 Thread Yoav Shapira
a slightly modified version of your patch to the site/xdocs/downloads/downloads.xml file under the above SVN repository, committed the patch, and updated the site on minotaur. It might take a little while to reflect in the live site. Yoav Shapira System Design and Management Fellow MIT Sloan School

RE: Tomcat and APR

2005-04-14 Thread Yoav Shapira
Hi, The implementation would be an alternate endpoint implementation, replacing PoolTcpEndpoint. Alternate HTTP/1.1 processor and socket channel (for AJP) will be provided. Development required is actually fairly small (significant testing will be required, however). I didn't do the updated

RE: Tomcat and APR

2005-04-14 Thread Yoav Shapira
Hi, Apologies if I missed it, but I've seen responses to Yoav's and Peter's posts, but I have yet to see anything about Jess' NIO question. Since I agree with his observations, I was wondering if a reponse was in the works? (I assume it'll say something like, Yes, a Java NIO solution

[VOTE][RESULT] 5.5.9 Stability

2005-04-11 Thread Yoav Shapira
site, etc now. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL PROTECTED] / [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

[ANN] Tomcat 5.5.9 voted stable

2005-04-11 Thread Yoav Shapira
The Apache Jakarta Tomcat team is proud to announce the immediate availability of Tomcat 5.5.9 stable. This build contains numerous bug fixes, documentation updates, and other improvements. Please note that while all core features have been tested and voted stable, there is a known issue in this

RE: New TLP draft

2005-04-10 Thread Yoav Shapira
be consistent in the new TLP - i.e. all tomcat committers have access to all tomcat modules. Yup, except servletapi-x, which is special as you mentioned above, to my chagrin ;) I'd like to join the expert group and have karma for it as well. I suppose I'll go read up on that process. Yoav

RE: [VOTE] 5.5.9 Stability

2005-04-09 Thread Yoav Shapira
(and I'll provide a link to bugzilla) is the only thing preventing 5.5.9 from being stable, and that users not needing/using clustering should consider 5.5.9 stable. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL

RE: Building Question

2005-04-09 Thread Yoav Shapira
, using the build as a final check that we have no 1.5-only code. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL PROTECTED] / [EMAIL PROTECTED

RE: [VOTE] 5.5.9 Stability

2005-04-08 Thread Yoav Shapira
on the 17th ;) Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL PROTECTED] / [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: New TLP draft

2005-04-07 Thread Yoav Shapira
to filter stuff out than it is to subscribe for three lists. But since either is a 1-time effort, I'm only -0 and would be OK if Tim and others (whose votes are binding, unlike this one) really wanted it. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School

RE: Reminder: 5.5.9 tomorrow

2005-04-06 Thread Yoav Shapira
(in a separate thread). Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL PROTECTED] / [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

[VOTE] 5.5.9 Stability

2005-04-06 Thread Yoav Shapira
is it? The vote will run for about 72 hours as usual. Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL PROTECTED] / [EMAIL PROTECTED] - To unsubscribe, e-mail

RE: New TLP draft

2005-04-06 Thread Yoav Shapira
Hi, Is that just keeping both lists and moving them up the domain hierarchy, or is there a move to change the list names while we're at it? I think we're keeping the same list names, but moving the domain. - PMC chairs will serve for one year, and cannot serve consecutive one year terms

  1   2   >