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

2005-09-15 Thread Bill Barker
- Original Message - From: "Costin Manolache" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 14, 2005 10:54 PM Subject: Re: How strongly Tomcat 5.5.x will be committed to JDK 1.4.x in future.. > The current servlet spec doesn't requires J2SE 5.0 - only

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

2005-09-14 Thread Costin Manolache
The current servlet spec doesn't requires J2SE 5.0 - only the next one ( another stupid forced, unjustified transition IMO ). I would assume JDK1.4 will be supported for a while, as long as the current version of the servlet spec is in use. Tomcat3.3, which supports JDK1.1, has been maintained

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 --- Gi

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

2005-09-13 Thread Girish Vasvani
Hi, We'r puzzled between tomcat 5.0.x and 5.5.x. Due to our product restrictions we can't use JDK 1.5. Looked at jakarta web site, it seems that using tomcat 5.5.x seriese compated to 5.0.x is a good idea and recommended. Before committing our product to tomcat 5.5.9, I want to know how much

Re: 5.next + 4.1.x future

2003-12-18 Thread David Rees
Costin Manolache wrote: Jan-Henrik Haukeland wrote: Remy Maucherat <[EMAIL PROTECTED]> writes: My opinion is that NIO is going to be really useless. Eh, hello!? Oh, okay if it's not important that Tomcat scale and perform well it may be useless. But, really, before NIO it was hopeless to try and wr

RE: 5.next + 4.1.x future

2003-12-18 Thread Shapira, Yoav
would be (for a "NIO-able" servlet)? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Endre Stølsvik [mailto:[EMAIL PROTECTED] >Sent: Thursday, December 18, 2003 4:48 AM >To: Tomcat Developers List >Subject: Re: 5.next + 4.1.x future > >[ a

Re: 5.next + 4.1.x future

2003-12-18 Thread Endre Stølsvik
[ a little late here, but hey.. ] On Fri, 12 Dec 2003, David Rees wrote: | On Fri, December 12, 2003 at 2:12 pm, Adam Fisk wrote: | > | > I'd be happy to send my data to the group if people are interested. | > Aside from memory, I was surprised to find that the effect on CPU was | > negligible (n

Re: 5.next + 4.1.x future

2003-12-16 Thread Remy Maucherat
Costin Manolache wrote: Jan-Henrik Haukeland wrote: Don't forget that servlets ( which is the main job of tomcat ) use blocking input/output streams. NIO select ( which is what most people see first in NIO ) is not going to help in this. Select is extremely powerfull - but it requires a certain

Re: 5.next + 4.1.x future

2003-12-16 Thread Costin Manolache
Jan-Henrik Haukeland wrote: Remy Maucherat <[EMAIL PROTECTED]> writes: My opinion is that NIO is going to be really useless. Eh, hello!? Oh, okay if it's not important that Tomcat scale and perform well it may be useless. But, really, before NIO it was hopeless to try and write a scalable and f

Re: 5.next + 4.1.x future

2003-12-16 Thread Costin Manolache
Remy Maucherat wrote: Jeanfrancois Arcand wrote: +1 I would also like to explore, as a separate module, a connector that uses NIO to see what kind of performance we can have. I have no intention of replacing the current connector, and probably I will waste my time trying to have the same perfo

Re: 5.next + 4.1.x future

2003-12-16 Thread Costin Manolache
Remy Maucherat wrote: I'm interested in the following enhancements to 5.0.x in the future (= in january or later): - refactoring of the save to XML feature (that's been requested; I don't know if I'll use that to be able to use the admin webapp under JBoss, though); likely t

Re: 5.next + 4.1.x future

2003-12-13 Thread Remy Maucherat
David Rees wrote: On Fri, December 12, 2003 at 2:12 pm, Adam Fisk wrote: I'd be happy to send my data to the group if people are interested. Aside from memory, I was surprised to find that the effect on CPU was negligible (not much of a benefit from no context-switching between threads) -- CPU was

RE: 5.next + 4.1.x future

2003-12-12 Thread Filip Hanik
Developers List Subject: Re: 5.next + 4.1.x future Jan-Henrik Haukeland wrote: > Remy Maucherat <[EMAIL PROTECTED]> writes: > >>My opinion is that NIO is going to be really useless. > > Eh, hello!? Oh, okay if it's not important that Tomcat scale and > perform well it

Re: 5.next + 4.1.x future

2003-12-12 Thread David Rees
On Fri, December 12, 2003 at 2:12 pm, Adam Fisk wrote: > > I'd be happy to send my data to the group if people are interested. > Aside from memory, I was surprised to find that the effect on CPU was > negligible (not much of a benefit from no context-switching between > threads) -- CPU was virtuall

Re: 5.next + 4.1.x future

2003-12-12 Thread Adam Fisk
I should also mention that I ran these tests on an Athlon 2200 with 512MB RAM. -Adam Adam Fisk wrote: Here's my excel spreadsheet. All of these numbers are taken from the Windows Task Manager. This is somewhat misleading in that the memory numbers don't properly reflect garbage collection,

Re: 5.next + 4.1.x future

2003-12-12 Thread Adam Fisk
Here's my excel spreadsheet. All of these numbers are taken from the Windows Task Manager. This is somewhat misleading in that the memory numbers don't properly reflect garbage collection, but it's informative nevertheless. The "Sends (ms)" column reflects the timeout between client sends. I

Re: 5.next + 4.1.x future

2003-12-12 Thread Jeanfrancois Arcand
Adam Fisk wrote: Just to chime in on the NIO issue, I agree that it's not immediately obvious what the performance benefits are. Perhaps more importantly, though, the code changes to switch Tomcat (or any other good-size app) to NIO are tremendous -- basically a rewrite of the hard parts. T

Re: 5.next + 4.1.x future

2003-12-12 Thread Adam Fisk
Just to chime in on the NIO issue, I agree that it's not immediately obvious what the performance benefits are. Perhaps more importantly, though, the code changes to switch Tomcat (or any other good-size app) to NIO are tremendous -- basically a rewrite of the hard parts. That said, I've done

Re: 5.next + 4.1.x future

2003-12-12 Thread Jess Holle
Remy Maucherat wrote: Jan-Henrik Haukeland wrote: Remy Maucherat <[EMAIL PROTECTED]> writes: My opinion is that NIO is going to be really useless. Eh, hello!? Oh, okay if it's not important that Tomcat scale and perform well it may be useless. But, really, before NIO it was hopeless to try and w

Re: 5.next + 4.1.x future

2003-12-12 Thread Remy Maucherat
Jan-Henrik Haukeland wrote: Remy Maucherat <[EMAIL PROTECTED]> writes: My opinion is that NIO is going to be really useless. Eh, hello!? Oh, okay if it's not important that Tomcat scale and perform well it may be useless. But, really, before NIO it was hopeless to try and write a scalable and fast

Re: 5.next + 4.1.x future

2003-12-12 Thread Jan-Henrik Haukeland
Remy Maucherat <[EMAIL PROTECTED]> writes: > My opinion is that NIO is going to be really useless. Eh, hello!? Oh, okay if it's not important that Tomcat scale and perform well it may be useless. But, really, before NIO it was hopeless to try and write a scalable and fast tcp server application i

RE: 5.next + 4.1.x future

2003-12-12 Thread Larry Isaacs
M > To: Tomcat Developers List > Subject: 5.next + 4.1.x future > > > Hi, > > I see no reason to create a new branch, which is not what > happened with > previous releases, where branches were created sometimes even > before the > stable release (4.1.x got fo

Re: 5.next + 4.1.x future

2003-12-12 Thread Remy Maucherat
Jeanfrancois Arcand wrote: +1 I would also like to explore, as a separate module, a connector that uses NIO to see what kind of performance we can have. I have no intention of replacing the current connector, and probably I will waste my time trying to have the same performance as the current c

Re: 5.next + 4.1.x future

2003-12-12 Thread Jeanfrancois Arcand
dditional 4.1.x releases (assuming it's a good one without regressions :D ). If people want more, a new RM will need to pop up :) (BTW, I can pass the hot potato right now for 4.x if someone is interested :D ) I'm interested in the following enhancements to 5.0.x in the future (= in january

5.next + 4.1.x future

2003-12-12 Thread Remy Maucherat
ing it's a good one without regressions :D ). If people want more, a new RM will need to pop up :) (BTW, I can pass the hot potato right now for 4.x if someone is interested :D ) I'm interested in the following enhancements to 5.0.x in the future (= in january or later): - refac

[5.0] Tomcat procrun future ?

2003-08-14 Thread Remy Maucherat
Ending with something like that would be cool: http://www.micromata.com/M_tec/schroedinger/index.html Of course, I don't expect we'll be able to put them out of buisness for the forseeable future :-D - Implementing deploy shortcuts with calls to Ant would be relatively easy - Parsi

FW: Ideas for future versions of Tomcat (a bit controversial maybe)?

2001-10-01 Thread GOMEZ Henri
>-Original Message- >From: chris brown [mailto:[EMAIL PROTECTED]] >Sent: Monday, October 01, 2001 10:54 AM >To: [EMAIL PROTECTED] >Subject: Ideas for future versions of Tomcat (a bit controversial >maybe)? > > >Hello, > >I've been trying out JDK 1.4

Re: Future of Filter?

2001-04-25 Thread Bob Jamison
Oops! Got the tags wrong; the filter names should match. One more error this week, but who's counting? > > > XSLT Filter for Skin1 > XSLTFilter > > xsltFileName > skin1.xsl > > > > > Skin1Command > command > XSLT Filter for Skin1 XSLTFilter xsltFileName skin1.xsl XSLT

Re: Future of Filter?

2001-04-25 Thread Bob Jamison
Craig R. McClanahan wrote: > > Yep, you've got the pattern down. It's also legal to use > HttpServletResponseWrapper if you're wrapping HTTP responses. And, of > course, you can wrap the request if you want to do input filtering, in > pretty much the same manner. > > Craig > > > Ok, than

RE: Future of Filter?

2001-04-25 Thread Craig R. McClanahan
pply on the original request -- they do not get invoked when a servlet or JSP page is accessed through a RequestDispatcher. > thanks. > Craig > > > -Original Message- > > From: Bob Jamison [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, April 25, 2001 9:14 AM >

Re: Future of Filter?

2001-04-25 Thread Craig R. McClanahan
On Wed, 25 Apr 2001, Bob Jamison wrote: > Amy Roh wrote: > > > Servlet spec 2.3 has changed to support init(FilterConfig config) and > > destroy() methods instead of getFilterConfig() and > > setFilterConfig(FilterConfig config) after discussion to change filter cycle > > to be similar to the

RE: Future of Filter?

2001-04-25 Thread seguin
; From: Bob Jamison [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 25, 2001 9:14 AM > To: [EMAIL PROTECTED] > Subject: Re: Future of Filter? > > > Amy Roh wrote: > > > Servlet spec 2.3 has changed to support init(FilterConfig > config) and > > destroy(

Re: Future of Filter?

2001-04-25 Thread Bob Jamison
Amy Roh wrote: > Servlet spec 2.3 has changed to support init(FilterConfig config) and > destroy() methods instead of getFilterConfig() and > setFilterConfig(FilterConfig config) after discussion to change filter cycle > to be similar to the servlet life cycle in the expert group. The recent > c

Re: Q: Future of Filter?

2001-04-24 Thread Craig R. McClanahan
On Tue, 24 Apr 2001, Bob Jamison wrote: > Hey, all, I have a minor question about TC4, if anyone knows, > cool, if not, oh, well.;-) > > (Actually, I am probably just overlooking something obvious) > > In the public drafts of 2.3 and in the Tomcat examples, I have > seen various specifica

Re: Future of Filter?

2001-04-24 Thread Amy Roh
in the new Proposed Final Draft 2 (which will be available to public very soon). So TC4 is up to date with the recent spec. :-) Amy - Original Message - From: "Bob Jamison" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 24, 2001 9:10 AM Subjec

Re: Future of Filter?

2001-04-24 Thread Amy Roh
in the new Proposed Final Draft 2 (which will be available to public very soon). So TC4 is up to date with the recent spec. :-) Amy - Original Message - From: "Bob Jamison" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 24, 2001 9:10 AM Subjec

Q: Future of Filter?

2001-04-24 Thread Bob Jamison
Hey, all, I have a minor question about TC4, if anyone knows, cool, if not, oh, well.;-) (Actually, I am probably just overlooking something obvious) In the public drafts of 2.3 and in the Tomcat examples, I have seen various specifications of Filter. Is the spec going to move toward Tomcat

RE: Future of the isapi redirector

2001-02-28 Thread Jones, Stephen
nd something about a "head start" on IIS and Netscape? This could mean anything... does anyone know the scoop? Thanks, Steve > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 01, 2001 7:01 AM > To: '[EMAIL PROTECTED]

Re: Future of the isapi redirector

2001-02-28 Thread cmanolache
l the protocols ( ajp12, ajp13 and jni ) in it. Ajp14 and the port of mod_webapp are not yet part of mod_jk, but that's independent of the isapi/nsapi/mod_ layer. > What is the current future Connector plan for IIS? Will IIS support these > new protocols anytime soon? At the same

Future of the isapi redirector

2001-02-28 Thread Jones, Stephen
I noticed that isapi_redirect.dll uses ajp12, but ajp13 is already out (and better than ajp12), and there are talks of ajp14 and mod_webapp and other new Connector ideas... What is the current future Connector plan for IIS? Will IIS support these new protocols anytime soon? Thanks, Steve

RE: future questions

2000-12-23 Thread Paulo Gaspar
Another overwhelming diplomacy lesson... I guess. Have fun, Paulo Gaspar > -Original Message- > From: Jon Stevens [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 20, 2000 01:21 > To: tomcat-dev > Subject: future questions > > > Lets see how many of these

Re: Future

2000-12-21 Thread Jon Stevens
on 12/21/2000 1:44 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >>> Speaking of future, the same thing can happen when the next servlet spec >>> is released - and again you could use tomcat3.3 to have a smooth future. >>> I know how painfull it i

Re: Future

2000-12-21 Thread cmanolache
> > Speaking of future, the same thing can happen when the next servlet spec > > is released - and again you could use tomcat3.3 to have a smooth future. > > I know how painfull it is to upgrade a production server - how many small > > things will stop working and many

Re: future questions

2000-12-19 Thread cmanolache
Hi again, Jon. > I downloaded the latest J2EE and it includes Tomcat. However, when I looked > on your website, it says that you have two versions of Tomcat. Which one > comes with J2EE? Which one should I be using? I'm sure J2EE will have a README telling you what version it includes. As for "

Re: future questions

2000-12-19 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: > 1+ > > The problem, of course, is that the critical functionality is evolving so > rapidly, that most "users" prefer the developer list, since that is where > the action is. This is the downside of a Open Source project such as Tomcat > (as opposed to the Apache Server

RE: future questions

2000-12-19 Thread David Rees
> From: Jon Stevens [mailto:[EMAIL PROTECTED]] > > on 12/19/2000 4:26 PM, "David Rees" <[EMAIL PROTECTED]> wrote: > > > How about forwarding them or pointing them to the tomcat-user list where > > these questions will be answered? > > Because not everyone wants to subscribe to a mailing list to ju

RE: future questions

2000-12-19 Thread mclinden
"David Rees" c.com> cc: Subject: RE:

Re: future questions

2000-12-19 Thread Jon Stevens
on 12/19/2000 4:26 PM, "David Rees" <[EMAIL PROTECTED]> wrote: > How about forwarding them or pointing them to the tomcat-user list where > these questions will be answered? > > -Dave Because not everyone wants to subscribe to a mailing list to just get a simple question answered. -jon

RE: future questions

2000-12-19 Thread David Rees
> From: Jon Stevens [mailto:[EMAIL PROTECTED]] > > p.s. Costin, I had a great idea. I'm going to forward to you all of the > personal email based Tomcat support questions that I get. Have > fun answering > them. :-) How about forwarding them or pointing them to the tomcat-user list where these q

future questions

2000-12-19 Thread Jon Stevens
Lets see how many of these questions come up in the future by users: I downloaded the latest J2EE and it includes Tomcat. However, when I looked on your website, it says that you have two versions of Tomcat. Which one comes with J2EE? Which one should I be using? I found a bug in 3.3. When is