Re: using manager webapp programatically

2006-10-10 Thread Yoav Shapira
thers). Yoav On 10/10/06, Jason Novotny <[EMAIL PROTECTED]> wrote: Cool-- I'm new to JMX, can you provide any sample snippet code or place to look in order to use the Tomcat JMX stuff? Thanks a bunch, Jason Yoav Shapira wrote: > Hi, > I don't have time to delve

Re: using manager webapp programatically

2006-10-10 Thread Yoav Shapira
Hi, I don't have time to delve deeply into looking at the manager app request path info code right now, but a quick suggestion: if I were to do anything building on top of the manager / admin webapp functionality, I wouldn't do it via request includes, and I would instead build on top of the JMX s

Re: Tomcat 6 EL jars

2006-10-09 Thread Yoav Shapira
Hi, I don't personally mind at all. I've been wanting to add remote Maven repo deployment for Tomcat components for Tomcat 6 anyways. (It can't be fully automatic, though, or at least I was only planning to do it for PMC-approved releases, including alpha / beta). Where are these Ant tasks you

Re: Builds from the 6.0 branch

2006-10-09 Thread Yoav Shapira
Hi, On 10/9/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: I think the branch is in a state where builds can start being released. Some people asked for them earlier, so I don't think anyone will complain if this actually happens. +1. Would it be ok to do some tweaking (including producing th

Re: Bugzilla issue with project "Tomcat 6"

2006-10-05 Thread Yoav Shapira
I wouldn't object if everyone else on the PMC wanted to migrate to JIRA and at least one person had the time to take the lead on the effort. Yoav On 10/5/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: Yoav Shapira wrote: > -0.5, close to -1 on JIRA on philosophical grounds, as

Re: Bugzilla issue with project "Tomcat 6"

2006-10-05 Thread Yoav Shapira
-0.5, close to -1 on JIRA on philosophical grounds, as it's not a free and open-source product... Yoav On 10/5/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: Remy Maucherat wrote: > Yoav Shapira wrote: >> It looks the same for Tomcat 5 and Tomcat 6 right now. The

Re: Bugzilla issue with project "Tomcat 6"

2006-10-05 Thread Yoav Shapira
oav On 10/5/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: Yoav Shapira wrote: > It looks the same for Tomcat 5 and Tomcat 6 right now. The default > milestone is --- (three hyphens in a row). Should we add a dummy one > for Tomcat 6, called "unspecified" or something li

Re: Bugzilla issue with project "Tomcat 6"

2006-10-05 Thread Yoav Shapira
It looks the same for Tomcat 5 and Tomcat 6 right now. The default milestone is --- (three hyphens in a row). Should we add a dummy one for Tomcat 6, called "unspecified" or something like that? Yoav On 10/5/06, Yoav Shapira <[EMAIL PROTECTED]> wrote: Let me see if I can ad

Re: Bugzilla issue with project "Tomcat 6"

2006-10-05 Thread Yoav Shapira
Let me see if I can add one. Yoav On 10/5/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: Hi, There's an issue at the moment with the "Tomcat 6" product, more specifically about the definition of milestones: - if I add a milestone, bugs can be edited, but not created - if I remove the milestone,

Re: Package renaming

2006-10-04 Thread Yoav Shapira
Hi, Pure neutral zero on this one, so I guess I'm not being particularly helpful. On one hand I hate the renaming thing because it feels like an ugly hack and it makes life more difficult for downstream packagers. On the other hand, we haven't had any DBCP-related complaints (besides the one fro

Re: [VOTE] Tomcat 4.1.34 Stability

2006-10-04 Thread Yoav Shapira
Hi, +1 / Stable, based on limited testing on my behalf. The license bits look fine, the checksums and PGP signatures look fine, building from source worked OK, the examples worked OK, and I ran one of my old apps on it for a few minutes with a JMeter script testing it. I don't know if any of my

Re: [VOTE] Split soTimeout to soTimeout and keepAliveTimeout

2006-10-02 Thread Yoav Shapira
Hi, On 10/2/06, Mladen Turk <[EMAIL PROTECTED]> wrote: I propose that we split that to the real soTimeout which is the timeout between two consecutive read() on http request and the additional keepAliveTimeout that will be used for determining the timeout between two requests. [ X ] I'm for t

Re: ApacheCon US - Austin

2006-09-29 Thread Yoav Shapira
I'd love to, but I'm not going to be there unfortunately ;( Just came back from vacation, can't take another... Yoav On 9/29/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: is anyone from this group gonna attend? Austin is only 3hours from where I live so I will be there the whole week

Re: [6.0] Updates

2006-09-26 Thread Yoav Shapira
Hi, (Gradually coming back from vacation, still catching up on stuff) On 9/26/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: Hi, I think the new APIs are more or less finalized (clustering and comet), and I'm quite happy the way it turned out so far. If there's an agreement on this, then it woul

Re: HttpRequestBase equivalent in 5.5?

2006-09-13 Thread Yoav Shapira
Umm, what about MockObjects, HttpUnit, or any of the similar packages that already exist that make this trivial? Why write your own, and worse, make it Tomcat-specific? Yoav On 9/12/06, Aditya Prasad <[EMAIL PROTECTED]> wrote: Thanks for the response. To be more clear, I'm developing unit tes

Re: Source for Packages org.apache.tomcat.dbcp and below?

2006-09-12 Thread Yoav Shapira
Hi, One more thing: On 9/12/06, Mark Barnes <[EMAIL PROTECTED]> wrote: I look at the current (1.2.1) DBCP source, and it looks like it cannot possibly be what tomcat 5.5.17 is using. If my code were to call the 1.2.1 version of method... BasicDataSource.getConnection(String username, Str

Re: Source for Packages org.apache.tomcat.dbcp and below?

2006-09-12 Thread Yoav Shapira
Hi, On 9/12/06, Mark Barnes <[EMAIL PROTECTED]> wrote: Okay, I see that this re-packaging is done on the fly during tomcat build. So how do I find the correct source of commons.dbcp from when tomcat 5.5.17 was built? You look at the build/build.properties.default file in Tomcat's SVN reposit

Re: Source for Packages org.apache.tomcat.dbcp and below?

2006-09-12 Thread Yoav Shapira
Hi, "re-packaged"? Does that mean "wrapped"? No, it just means the package names are changed, from org.apache.commons.dbcp to org.apache.tomcat.dbcp. How are these related? By extension? By wrapping? Do I cast one of these to: org.apache.tomcat.dbcp.dbcp.BasicDataSource or can I cas

Re: Source for Packages org.apache.tomcat.dbcp and below?

2006-09-12 Thread Yoav Shapira
org.apache.tomcat.dbcp should be just a repackaged Jakarta Commons DBCP, with no code changes. The data source you get back from Tomcat's JNDI by default is just that repackaged one, which of course implements the standard javax.sql.DataSource interface. Yoav On 9/12/06, Mark Barnes <[EMAIL PRO

Re: Advice sought on closing bugs

2006-09-12 Thread Yoav Shapira
Hi, On 9/12/06, Sriram Narayanan <[EMAIL PROTECTED]> wrote: I've decided to help out with resolving bugs on Tomcat. Great, thanks, How do I deal with bug reports that deal with very old versions of Tomcat ? And which were filed years ago ? See There's no strict standard, it's more of a ca

Re: Funding someone to fix a few bugs

2006-09-11 Thread Yoav Shapira
Yup, all agreed with what you said below. Yoav On 9/11/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: Yoav Shapira wrote: > Hi, > I think this is getting philosophical and off-topic... > > On 9/11/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: >>

Re: Funding someone to fix a few bugs

2006-09-11 Thread Yoav Shapira
Hi, I think this is getting philosophical and off-topic... On 9/11/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: he he, we all have, including you, received money for consulting services due to our association and skillset gained from the ASF. Sure I have, and like I said I'm not crit

Re: Funding someone to fix a few bugs

2006-09-11 Thread Yoav Shapira
Hi, On 9/11/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: so you fund your own time, that the whole point. Someone, and always someone funds your time here. Be it yourself, a company or something else If you think my working on something on my own time, on my own equipment, without an

Re: Funding someone to fix a few bugs

2006-09-11 Thread Yoav Shapira
Hi, George Sexton wrote: > Is it permitted to offer to fund someone to fix a few bugs? I have > three things I'd like to see fixed. One trivial, and two non-trivial. I'm not sure, but I'm not aware of precedents, and I am aware of some discussion against this idea. On 9/11/06, Filip Hanik - D

Apache Tomcat Board Report, September 2006

2006-09-11 Thread Yoav Shapira
Board, Below is the report due for Tomcat for your board meeting this month. Thank you, The Tomcat PMC Attachment [TBD]: Status report for the Apache Tomcat Project - We have no issues that require attention from the Board at this time De

Re: [DRAFT] Board Report for September 2006

2006-09-11 Thread Yoav Shapira
OK, submitting now. Yoav On 9/6/06, Rainer Jung <[EMAIL PROTECTED]> wrote: +1 and thanks. Yoav Shapira wrote: > Hi, > OK, so the updated draft looks like this: > > > Attachment [TBD]: Status report for the Apache

Re: Tagging 5.5.20

2006-09-08 Thread Yoav Shapira
As long as someone (you probably, as the initiator ;)) is willing to maintain this notice, i.e. update it as necessary, I don't see this as too big a deal. It's very similar to the startup notice that says the APR library was not found on your path and you should consider using it for optimal per

Re: Minor 5.5.18 request - additional params to MBeanFactory.createJNDIRealm()

2006-09-06 Thread Yoav Shapira
Hi, It'd be nice to get this in 5.5.19 -- thoughts? Yoav On 8/30/06, Chris Wall <[EMAIL PROTECTED]> wrote: The signature of createJNDIRealm in MBeanFactory.java is insufficient for creating a JNDIRealm through JMX. The method has a single String parameter called parent. We need three addition

Re: [DRAFT] Board Report for September 2006

2006-09-05 Thread Yoav Shapira
ers part concerning tomcat-connectors. Regards, Rainer Yoav Shapira schrieb: > Hey, > We need to submit a quarterly report to the Board this month. I've > put together a first draft below. Comments and edits are welcome: > we've got a while before we have to submit this

Re: Tomcat 5.5.18-beta-1 preview

2006-09-01 Thread Yoav Shapira
Hi, In the past, the RM announced the release publicly with his/her perception of quality, and we had a stability vote after some time. Following some discussions on this mailing list over the past few months, I think we've decided to change it to the current process. That process is starts with t

Re: Tomcat 5.5.18-beta-1 preview

2006-09-01 Thread Yoav Shapira
Hi, A couple more things: 1. The KEYS file doesn't have your PGP key used to sign the release, and that's a showstopper ;) 2. The changelog still lists me as the release manager, feel free to update it to yourself. Other than that, looks good to me. Yoav --

[DRAFT] Board Report for September 2006

2006-09-01 Thread Yoav Shapira
Hey, We need to submit a quarterly report to the Board this month. I've put together a first draft below. Comments and edits are welcome: we've got a while before we have to submit this (the Board meeting is September 20th, so let's stick the comments deadline somewhere in the middle, September

Re: Tomcat 5.5.18-beta preview

2006-08-29 Thread Yoav Shapira
hould not be standard operating procedure, and should only be attempted if you have an older Linux kernel that you can't update plus a stability problem that you can't solve otherwise. Or something to that effect... Yoav On 8/29/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote

Re: Tomcat 5.5.18-beta preview

2006-08-28 Thread Yoav Shapira
Hi, Cool. The directory structure and signatures look good. We need to update the release notes (http://people.apache.org/~fhanik/v5.5.18-beta/RELEASE-NOTES) to remove the LD_ASSUME_KERNEL section on Linux, as Bill (IIRC) pointed out the day. Yoav On 8/28/06, Filip Hanik - Dev Lists <[EMAIL PR

Re: [VOTE] Release Tomcat 4.1.34 as beta

2006-08-28 Thread Yoav Shapira
+1. Yoav On 8/27/06, Mark Thomas <[EMAIL PROTECTED]> wrote: All, Please vote on releasing Apache Tomcat 4.1.34 as beta. Download from: http://tomcat.apache.org/dev/dist/ MD5s: apache-tomcat-4.1.34-src.tar.gz 3c6aaa47279a33d8e256af620ddaac9b The vote will run for approximately 72 hours. If

Re: JK 1.2.19

2006-08-25 Thread Yoav Shapira
+1. And general kudos regarding the recent energy around the connectors. Yoav On 8/25/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Mladen Turk wrote: > Hi, > > There is one serious bug in 1.2.18 that makes > it unusable for IIS if there is a missing optional > directive (rewrite_rule_file). Tha

Re: [RESULT] [VOTE] Release Tomcat 4.1.33 as beta

2006-08-23 Thread Yoav Shapira
Cool, I was about to ask that we include the RELEASE-NOTES changes in the next 4.1 cut. Thanks, and +1, Yoav On 8/23/06, Mark Thomas <[EMAIL PROTECTED]> wrote: All, This vote passed (thanks to those that voted) but with the help of Simon Kitching on the commons-dev list bug 40252 has been ful

Re: stale RELEASE-NOTES commentary

2006-08-23 Thread Yoav Shapira
Hi, It's one reason we moved Announcement (httpd's short summary, similar to the tomcat RELEASE-NOTES) out of the project tree and tarball, and host those directly in /dist/httpd/ - they can be fixed/amended after the release without rerolling. I don't mind doing the same with Tomcat. We can

Re: stale RELEASE-NOTES commentary

2006-08-23 Thread Yoav Shapira
Hi, It's not only in the 4.1.31 release, it's even in the latest stable 5.5.17. Let's change it in the next releases of 4.x and 5.x, starting with 5.5.18 which should happen any day now. I think the advice was decent (and based on empirical evidence IIRC) when originally issued, but that was mor

Re: [VOTE] Release Tomcat 4.1.33 as beta

2006-08-21 Thread Yoav Shapira
Hi, +1 for the release. I've added versions 4.1.33, 5.5.18, and 6.0.0 to Bugzilla so that we have one less thing to do when we cut those releases... Yoav On 8/20/06, Mark Thomas <[EMAIL PROTECTED]> wrote: All, Please vote on releasing Apache Tomcat 4.1.33 as beta. Download from: http://tomca

Re: 5.5.18 release

2006-08-17 Thread Yoav Shapira
+1 for doing a release. Yoav On 8/17/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: I agree, its a pretty important fix Remy Maucherat wrote: > Hi, > > I think it would be good to consider doing a new point release, which > would include the APR fix. > > Rémy > > --

Re: serveltapi/jspapi

2006-08-17 Thread Yoav Shapira
Hi, Ok. The "new" doc is ready, should I replace the one in /www/tomcat.apache.org/? We typically only replace them during a release to ensure consistency between the JavaDocs and the code. We don't want to have JavaDocs reflecting current trunk code if the latest release available for downlo

Re: serveltapi/jspapi

2006-08-17 Thread Yoav Shapira
frederic Clere <[EMAIL PROTECTED]> wrote: Yoav Shapira wrote: > Hi, > What do you mean, how to get them? You can check out the servlet-api > module from SVN... I must be misunderstanding something... Yes... In fact, I would like to know how the actual: /www/tomcat.apache.org/tomcat-5.5

Re: serveltapi/jspapi

2006-08-17 Thread Yoav Shapira
Hi, What do you mean, how to get them? You can check out the servlet-api module from SVN... I must be misunderstanding something... Yoav On 8/17/06, Jean-frederic Clere <[EMAIL PROTECTED]> wrote: Hi, I have been fixing in TC5.5 some references to jakarta. Now I am wondering how to get the ser

Re: I wand to help in development of Tomcat

2006-08-10 Thread Yoav Shapira
Nikolay, You can see the open issues (bugs, enhancement requests) at http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Tomcat+5&content=. Pick anything you want to work on and submit patches against that issue. For technical guide

URLRewriteFilter

2006-08-09 Thread Yoav Shapira
Hi, I'm sorry I lost the original thread, or I'd respond there, but I believe someone (Bill B?) asked about this earlier today: a mod_rewrite-like Java filter, http://tuckey.org/urlrewrite/ . Yoav - To unsubscribe, e-mail: [EMAI

Re: New release manager?

2006-08-03 Thread Yoav Shapira
medium, e.g. IM or IRC. Yoav On 8/3/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: I'd be happy to accept this responsibility if you let my brainbugs suck your brain for a bit Filip Yoav Shapira wrote: > Hola, > I'd like to ask if one of the current committers wa

New release manager?

2006-08-03 Thread Yoav Shapira
Hola, I'd like to ask if one of the current committers wants to be the release manager for Tomcat. I'm not asking because I'm tired of the job or find it time-consuming: it only takes a couple of hours for each release, so it's not a big deal time-wise. But it's enlightening, and since I've been

Re: Tomcat 6

2006-08-02 Thread Yoav Shapira
Hi, It's being actively developed. You can see the code at http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/ and follow the commit messages sent here for more details. Yoav On 8/2/06, Kunal Mittal <[EMAIL PROTECTED]> wrote: Hi .. Does anyone know what is the going on with Tomcat 6? Thanks Re

Re: How to run EJB in Tomcat itself ?

2006-07-28 Thread Yoav Shapira
Chanchal, No, Tomcat itself does not support EJBs. Please RTFM at http://tomcat.apache.org/faq/misc.html#ejb. Yoav On 7/28/06, chanchal bera <[EMAIL PROTECTED]> wrote: Hi All, I came to know that Tomcat 5.5.17 itself is now supporting to run EJB, but not sure! No such proper information

Re: [VOTE] Releasing Tomcat Connectors 1.2.18

2006-07-24 Thread Yoav Shapira
Hi, So here's the vote, which will be open until Friday July 28th, 24:00 GMT. Apache Tomcat Connectors 1.2.18 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 I d

Fwd: Excessive Lock/Unlock Traffic

2006-07-20 Thread Yoav Shapira
Hola, Forwarding Garrett's message. Probably discussed enough already ;) Yoav -- Forwarded message -- From: Garrett Rooney <[EMAIL PROTECTED]> Date: Jul 20, 2006 9:18 PM Subject: Re: Excessive Lock/Unlock Traffic To: ASF Infrastructure <[EMAIL PROTECTED]> On 7/20/06, Garrett R

Re: SVN messages.

2006-07-20 Thread Yoav Shapira
Hi, On 7/20/06, Ian Darwin <[EMAIL PROTECTED]> wrote: > And honestly, people who want to filter these messages out can do so, > whether they are on their own list or on this one. It's quite easy to > create rules for them, including temporary filters like to handle > today's unusual amount of

Re: SVN messages.

2006-07-20 Thread Yoav Shapira
Hi, On 7/20/06, Costin Manolache <[EMAIL PROTECTED]> wrote: The svn messages are quite horrible IMO. Is there any way to suppress them in future ? Some projects have a separate [svn|commits|cvs|[EMAIL PROTECTED] mailing list. We could do that, but then you can into the mode of reminding all c

Re: SVN propset branch for tc6

2006-07-19 Thread Yoav Shapira
Hi, +1. Why wouldn't we want native line endings? Yoav On 7/19/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: I would support this effort, I've been nailed a few times by line endings and them being inconsistent. there are so many files in SVN for TC right now that have windows line en

Re: Miletones missing from tomcat 6

2006-07-11 Thread Yoav Shapira
ated. Or I can't close the one I just opened because I'm just acting like an idiot today. -Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yoav Shapira Nimalex

Re: JSP Compiler error messages lower quality in Tomcat 5.5?

2006-07-06 Thread Yoav Shapira
Hi, On 7/6/06, M Coffee <[EMAIL PROTECTED]> wrote: The quality of the JSP compiler error messages for Tomcat 5 seems much worse than >those for Tomcat That's kind of funny: a few 5.5 releases ago I committed a patch suggested by someone to make JSP error messages much clearer ;) I think it w

Re: FW: [Tomcat 4 ContextConfig] Use of Digester

2006-06-30 Thread Yoav Shapira
bor.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapi

Re: Copied 2.5 servlet API for geronimo.

2006-06-29 Thread Yoav Shapira
Hola, On 6/29/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: Since this is really our core APIs, we need to have some control on them, and I think we should keep our own sources. Yes, agreed 100%. I wasn't clear, but I meant that we'd keep the source, and others e.g. Geronimo, could use an SVN

Re: Copied 2.5 servlet API for geronimo.

2006-06-29 Thread Yoav Shapira
e, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Filip Hanik ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Renaming jakarta-tomcat-connectors to tomcat-connectors?

2006-06-28 Thread Yoav Shapira
ne know about external references we might break? > > Rainer > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yoav Shapira Nimalex LLC 1

Re: Renaming jakarta-tomcat-connectors to tomcat-connectors?

2006-06-28 Thread Yoav Shapira
." that also > needs fixing. > > Cheers > > Jean-Frederic > >> >> Rainer ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yo

Re: mod_jk release plan

2006-06-27 Thread Yoav Shapira
ail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapira.com - To unsubscribe, e-mail: [EMAIL PROTE

Re: New Feature List

2006-06-23 Thread Yoav Shapira
ures in 6 riyaz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / www

Re: How to access server configuration

2006-06-21 Thread Yoav Shapira
ny help would be greatly appreciated. Thanks. -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapira.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: using svn to checkout the code; compiling tomcat

2006-06-16 Thread Yoav Shapira
piled on February 12 2004 C:\dev\svn\tc5.5.x\build> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav Shapira Sent: Friday, June 16, 2006 3:32 PM To: Tomcat Developers List Subject: Re: using svn to checkout the code; compiling tomcat Hola, What

Re: using svn to checkout the code; compiling tomcat

2006-06-16 Thread Yoav Shapira
override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 4 errors -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav Shapira Sent: Friday, June 16, 2006 3:06 PM To: Tomcat Developers List Subject: Re: usin

Re: using svn to checkout the code; compiling tomcat

2006-06-16 Thread Yoav Shapira
Hi, Slight scramble of your message: Obviously, I need to get check the jsp code to build as well. Checking on the web, I realize I also need the following modules: * /build/tc5.5.x * /container/tc5.5.x * /connectors/trunk * /jasper/tc5.5.x * /servletapi/servlet2.4-jsp2.0-t

Re: using svn to checkout the code; compiling tomcat

2006-06-16 Thread Yoav Shapira
es); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 4 errors My objective is to compile Tomcat and get it running, so I can add a new debug statement to solve the

Re: [VOTE] Time for 4.1.32?

2006-06-12 Thread Yoav Shapira
other forums (non-tomcat specific) from users using it. I'm sure they will appreciate the effort. Darryl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yoav Shapira

Re: Conflicts and JDT

2006-06-08 Thread Yoav Shapira
Hi, My understanding was that the main reason is that it's better / faster / less leaky than javac - is this correct ? Is it still true for JDK1.5 ? Could we just use javac as default - and in case of 'conflicts' ? There's also another reason: if we use JDT then we don't require users to have

Re: Binary build procedures

2006-05-24 Thread Yoav Shapira
Hi, As it turns out there is a second motivation for building everything from source, and that is so if something goes wrong, we can find the problem and fix it. If we go through all the hoops now, then we won't have this additional problem when we are hurrying to fix and issue. Just out of c

Re: Congrats on Summer of Code proposal selection

2006-05-24 Thread Yoav Shapira
Hi, It actually looks like this project was among the 1800 that were mistakingly accepted and then finally rejected by Google [1]. Please ignore my previous message from earlier today, and consider the project open to anyone who wants to contribute. Yoav [1] Google announcement and discussion t

Fwd: Commons-modeler release request

2006-05-24 Thread Yoav Shapira
time dependency on Java 1.3, it might be a compile time dependency. [1] http://issues.apache.org/jira/browse/MODELER-3 -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: URLStreamHandler and ContentHandler

2006-05-24 Thread Yoav Shapira
Hola, Ok, this particular one is not 100% FUD, it's merely hugely inflating issues which may occur when log4j is used and is deployed in certain ways, and which can also be caused by bugs in Tomcat's logging usage (getting a logger without the proper classloader being bound, etc). In the end, ha

Re: URLStreamHandler and ContentHandler

2006-05-24 Thread Yoav Shapira
heir own web applications. Yoav On 5/24/06, Peter Rossbach <[EMAIL PROTECTED]> wrote: Am 24.05.2006 um 16:18 schrieb Remy Maucherat: > Yoav Shapira wrote: >> Hola, >>> > Mmm, I'd hate having endorsed classes depend on commons-logging ;( >>> >&g

Re: URLStreamHandler and ContentHandler

2006-05-24 Thread Yoav Shapira
Hola, > Mmm, I'd hate having endorsed classes depend on commons-logging ;( Could you expand this thought? It's a simple thought, like I said, shooting from the hip. Commons-Logging has an unfortunate history (http://www.qos.ch/logging/thinkAgain.jsp), and the deeper / higher it is on the cla

Re: URLStreamHandler and ContentHandler

2006-05-24 Thread Yoav Shapira
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapira.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Congrats on Summer of Code proposal selection

2006-05-24 Thread Yoav Shapira
Akshay, You should have received an email by now from Google regarding the fact your proposal to work on single sign on for Tomcat clustering (http://www.soc.akshay.ahooja.com/) was selected for this summer. Congratulations! Although I'm officially the mentor for this, let's try to minimize priva

Re: Binary build procedures

2006-05-23 Thread Yoav Shapira
Hola, On 5/23/06, Mark Claassen <[EMAIL PROTECTED]> wrote: Thanks for your help. I am convinced, however I am not the one that needs convincing. Do you have any idea if other companies trust the binary builds? (Is this 'paranoia' unique to my company?) It's not unique to your company, but i

Re: Binary build procedures

2006-05-23 Thread Yoav Shapira
ository, leaving no chance for nefarious tampering? Thanks, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge

Re: old TC 4.1.2

2006-05-22 Thread Yoav Shapira
ble to find TC4.1.2 in archive.apache.org - Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, M

Re: Creating a context and deploying a new application on the fly. I tried but haven`t succeed please help :-)

2006-05-18 Thread Yoav Shapira
container.setManager(); container.addChild(context); So far the application get deployed but fail because the JDBC resource is not available. Any help on how to do this will be greatly appreciated ! Thanks best regards /David ---

Re: Deprecation Warnings in ServletRequestWrapper

2006-05-18 Thread Yoav Shapira
you used, and 1.5 removed it entirely, wouldn't you be stuck? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Camb

Greg Wilkins' blog on async servlet API

2006-05-18 Thread Yoav Shapira
om/MB/log/gregw/?permalink=asyncServlets.html -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapira.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Tomcat Logo

2006-05-09 Thread Yoav Shapira
oolbox: > > -> http://www.inkscape.org/ > > >--j > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-m

Re: DO NOT REPLY [Bug 39503] - getContextPath() returns a decoded string contrary to the servlet spec

2006-05-08 Thread Yoav Shapira
Hi, I agree with that, but there is no need to get on a big administrative hoopla making it sound like it's critical (it's very similar to the Yeah, agreed. I wasn't planning to go through big hoops for this, so if I conveyed that intention then I was just unclear ;) Yoav -

Re: DO NOT REPLY [Bug 39503] - getContextPath() returns a decoded string contrary to the servlet spec

2006-05-08 Thread Yoav Shapira
Hola, On 5/8/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: Obviously, this post was written in bad faith, and was not attempting to be constructive in any way. You know, Darryl is one of these Bugzilla users that I've had bad interactions with, so I think he merely wants to create problems :)

Re: DO NOT REPLY [Bug 39503] - getContextPath() returns a decoded string contrary to the servlet spec

2006-05-08 Thread Yoav Shapira
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapira.com --

Re: TC 6: What needs to be done?

2006-05-05 Thread Yoav Shapira
ROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridg

Re: Core webapps and clustering

2006-05-04 Thread Yoav Shapira
me, if this is not a good candidate for > > 'separate module' - I don't know what would be. It's clearly not used > > by all users, it has 2 implementations, etc. > > And it needs to get back to 1 implementation in a hurry :) I am > conceptually ok with it b

Re: help regarding tomcat.

2006-05-03 Thread Yoav Shapira
ail or telephone and immediately and permanently delete the message and any attachments. Thank you -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapira.com - To unsub

Re: The purpose of provided tomcat-users.xml

2006-04-28 Thread Yoav Shapira
gt; ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapira.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to get request count of Tomcat server?

2006-04-28 Thread Yoav Shapira
ogValve and use 'wc > > -l [logfile]', ... > > This wasn't serious, was it? > > > > > Yoav > > Leon > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional comm

Re: How to get request count of Tomcat server?

2006-04-28 Thread Yoav Shapira
gh which we can get request count to a webapp or server? > > > > Thanks in advance! > > Zihui > > -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapira.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: The purpose of provided tomcat-users.xml

2006-04-28 Thread Yoav Shapira
t; Rémy > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED]

[VOTE][RESULT] Tomcat v5.5.17 Stability

2006-04-27 Thread Yoav Shapira
No other votes were cast. The voting thread archive is available at http://marc.theaimsgroup.com/?t=11459026422&r=1&w=2. Accordingly, this release is approved as stable. I will go updated the web site and download links. -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambr

Re: [VOTE] Tomcat v5.5.17 Stability

2006-04-27 Thread Yoav Shapira
er Solaris 10 with a simple 2 node > cluster in fastasync mode. > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yoav Shapira Nimalex

Why is IBM still using Tomcat 5.0?

2006-04-27 Thread Yoav Shapira
u can clearly see they're up to date on details, like the site name having changed from jakarta.apache.org/tomcat to tomcat.apache.org, by looking at their installation instructions... Weird. -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / w

Re: Resource declaration.

2006-04-26 Thread Yoav Shapira
Hola, > First it doesn't respect the standard : JMS names have to begin with > "jms/", Is the above a convention or a real standard-mandated requirement? Yoav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

<    1   2   3   4   5   6   >