Support for Servlet 2.5/JSP 2.1?

2005-09-12 Thread Sam Ewing
Servlet 2.5 (http://www.jcp.org/aboutJava/communityprocess/maintenance/jsr154/index3.html) and JSP 2.1 (http://jcp.org/en/jsr/detail?id=245) have both released. Would these be supported on Tomcat 5.5 anytime soon? Or would this be in a new version (Tomcat 6?) Thanks! /s ___

Re: Tomcat roadmap

2005-02-17 Thread Sam Ewing
2.4/JSP 2.1? Is there any timeline for this? Thanks again, - Sam >Hi, >Tomcat is not a full J2EE container, "only" a Servlet and JSP container. >Accordingly, J2EE spec releases don't matter per-se. They only matter if >they contain new Servlet or JSP spec releases in

Tomcat roadmap

2005-02-17 Thread Sam Ewing
J2EE 5.0 releases in the second half of 2005. Will this be implemented by Tomcat 5.5 too, or will this result ina new version - say Tomcat 6 (for Servlet 2.4/JSP 2.1?). I was writing an article on this area, and was curious about the roadmap.. Thanks, Sam

Scheduler

2004-07-15 Thread Sam Vaitheeswaran
Hello I think adding a browser based job scheduler to Tomcat will enhance its value. Any ideas? Cheers Sam Find local movie times and trailers on Yahoo! Movies. http://au.movies.yahoo.com - To unsubscribe, e-mail: [EMAIL

Sam J. Mickelson/HORNBACHERS/SUPERVALU is out of the office.

2004-05-30 Thread Sam . J . Mickelson
I will be out of the office starting 05/30/2004 and will not return until 06/07/2004. If you need an immediate response to your question, please contact Dean Hornbacher at 701-293-3566 or Steve Evert-Moorhead Store Manager at 218-236-6333. I will respond to your message when I return. ---

Sam J. Mickelson/HORNBACHERS/SUPERVALU is out of the office.

2004-05-30 Thread Sam . J . Mickelson
I will be out of the office starting 05/30/2004 and will not return until 06/07/2004. If you need an immediate response to your question, please contact Dean Hornbacher at 701-293-3566 or Steve Evert-Moorhead Store Manager at 218-236-6333. I will respond to your message when I return. ---

Re: [5.0] J2EE release

2003-11-24 Thread Sam Ewing
Hi Remy, How close is 5.0.15 to a non-beta Tomcat release? Thanks, /s --- Remy Maucherat <[EMAIL PROTECTED]> wrote: > Sun has released the new J2EE RI, but not the > specifications (no wonder > they are first with an implementation ...). Assuming > the specs are also > released today, I wi

Non beta version of TC5?

2003-11-24 Thread Sam Ewing
Hi, When would a non-beta version of Tomcat 5 be released? Thanks, /s __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Query regarding Tomcat 5/Coyote Connector

2003-10-01 Thread Sam Ewing
I had a couple of questions regarding the Coyote HTTP connector in Tomcat 5.x: 1. Tomcat 5.x has maxThreads, maxSpareThreads and minSpareThreads attributes unlike the Coyote connector in Tomcat 4.x (which has maxProcessors, minProcessors). However, I looked at the org.apache.coyote.tomca

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/to mcat/util/threads ThreadPool.java ThreadPoolMX.java

2003-01-25 Thread Sam Ruby
le=" and a "tag=" on tag on the new descriptor. http://jakarta.apache.org/gump/module.html#cvs - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [Q] Where was vulnerability fixed?

2003-01-17 Thread Sam
Thanks. I was specifically looking for the file that contained the delta. Eventually I found it in jk_ajp_common.c rev 1.33. -Sam --- Henri Gomez <[EMAIL PROTECTED]> wrote: > Sam wrote: > > http://online.securityfocus.com/archive/1/302169/2002-12-03/2002-12-09/2 > > >

[Q] Where was vulnerability fixed?

2003-01-16 Thread Sam
, but I have not been able to locate this change. Can anyone shed some light as to whether this vuln. was fixed or not, and if so, and what source file(s) were changed? I cannot seem to find it. Thanks, Sam __ Do you Yahoo!? Yahoo! Mail Plus

Re: Bug with JAASRealm/NT Domain?

2003-01-09 Thread Sam Ewing
)) ... The JAACallbackHandler object gets built, but the method never returns from the LoginContext connector- not even an exception. Help! /s --- Sam Ewing <[EMAIL PROTECTED]> wrote: > Even added a jaas.conf in my user.dir with the > following entry...

Re: Bug with JAASRealm/NT Domain?

2003-01-09 Thread Sam Ewing
Even added a jaas.conf in my user.dir with the following entry... Tomcat { com.sun.security.auth.module.NTLoginModule required; }; --- Sam Ewing <[EMAIL PROTECTED]> wrote: > > > I am using JAASRealm with the NT Login module. My > Realm configuration from > server.x

Bug with JAASRealm/NT Domain?

2003-01-09 Thread Sam Ewing
I am using JAASRealm with the NT Login module. My Realm configuration from server.xml (tomcat 4.1.18) is: I then modified the web.xml for the admin and manager applications, changing it to my NT domain name and restarted Tomcat. On browsing to the admin and manager application, I merely get

RE: Nightly TC 3.3.x builds not working anymore?

2002-11-23 Thread Sam Ruby
Costin Manolache wrote: > > We could use the gump-generated builds. > ( it seems we just need to zip the build tree and add a symlink ) Just let me know what directories you want zipped and/or what generated files you want copied. - Sam Ruby -- To unsubscribe, e-mail: <m

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Sam Ruby
The proposal needs to identify a moderator. The moderator will be the one who approves subscription requests (as well as filtering out spam). - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Order of vs

2002-07-16 Thread Sam Ruby
.html -- Forwarded by Sam Ruby/Raleigh/IBM on 07/16/2002 10:53 AM --- Please respond to "Tomcat Developers List" <[EMAIL PROTECTED]> To:"'Tomcat Developers List'" <[EMAIL PROTECTED]> cc:Sam Ruby/Raleigh/IBM@IBMUS Subjec

Bugs in deploy task?

2002-07-14 Thread Sam Ewing
removes the war file all right, but the server.xml entry that is added is not removed. --- Sam Ewing <[EMAIL PROTECTED]> wrote: > I remember seeing a bug sometime back on deployed > applications not persisting across Tomcat restarts. > Has this been fixed? > > Th

Deployed applications persisting across Tomcat restarts

2002-07-14 Thread Sam Ewing
I remember seeing a bug sometime back on deployed applications not persisting across Tomcat restarts. Has this been fixed? The deployed app is copied into CATALINA_HOME/work which is not loaded up by Tomcat- so how does Tomcat find the context again? Is server.xml modified? I haven't been able t

install webapp task (4.1)

2002-07-13 Thread Sam Ewing
In tomcat 4.1, can the install task be used to install to a remote machine? (i.e. war file not on the machine that runs tomcat..) tx __ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com -- To unsubscribe, e-mail:

deploy manager task in ant

2002-07-13 Thread Sam Ewing
I have my deploy target in build.xml as: I get back an error from the ant script: file:C:/users/sam/build.xml:78: java.net.UnknownHostException: D (Line #78 is the line that has the path= and war= lines) Any help appreciated! __ Do

Webapp and SSL?

2002-07-07 Thread Sam Ewing
What do we need to do for using SSL when we have a webapp connector? Is all we have to do revolve around getting Apache to handle SSL? Any special webapp directives in httpd.conf? What about server.xml changes- do we only need to set scheme to https and secure to true? Anything else? tx, ___

Re: Fix for bug #8331??

2002-07-07 Thread Sam Ewing
t; prefix="/usr/local" exec_prefix="${prefix}" bindir="${exec_prefix}/bin" libdir="/home/sam/jakarta-tomcat-connectors/webapp/objects" datadir="${prefix}/share" installbuilddir="${prefix}/share/build" includedir="${prefix}/

Re: Fix for bug #8331??

2002-07-07 Thread Sam Ewing
Thanks Pier- its working with Apache 2.0 now. How do I solve the apache 1.3 problem though? I tried rebuilding the connector as $ ./configure --with-apxs=/path/apache1.3/bin/apxs --enable-threads $ make But I still get the same problem.. > That's because the latest APR has introduced a > "fla

webapp- who handles static content: Tomcat or Apache

2002-07-07 Thread Sam Ewing
I read elsewhere that that mod_webapp fowarded requests for static resources to Tomcat (instead of Apache). Is this fixed? If not, are there workarounds? Tx, __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com --

Re: Fix for bug #8331??

2002-07-07 Thread Sam Ewing
>From your config directives, I assumes that you are Apache 1.3 ('libexec' instead of 'modules'). I tried to move to Apache 1.3; but I get the following errors: " Syntax error on line 206 of /home/sam/http/conf/httpd.conf: Cannot load /home/sam/http/libexec/mod_w

Fix for bug #8331??

2002-07-06 Thread Sam Ewing
I am on Apache 2.0.39 and Tomcat 4.1.3, and the latest webapp connector code, fresh from CVS. I am facing a "Invalid virtual host name" error from Apache with this configuration: LoadModule webapp_module libexec/mod_webapp.so WebAppConnection conn warp localhost:8008 WebAppDeploy

[Fwd: RE: Strange bug: Axis in Tomcat 4.0.4 and .NET]

2002-07-02 Thread Sam Ruby
ot;Host: localhost:8081" it specifies "Host: localhost". This is probably why the wsdl comes back with the incorrect url. I'm running tomcat 4.0.3. I'll download Tomcat 4.0.2 and try it again to see if there are any differences. --Barry -Original Message- From: S

Re: Gump failures

2002-06-26 Thread Sam Ruby
team to encourage them to keep up. 3) Use Sun's JMX. - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Request for a new Apache ID

2002-06-14 Thread Sam Ruby
Please create the following new Apache ID: id: mturk name: Mladen Turk send password to: [EMAIL PROTECTED] group: apcvs, jakarta Thanks! - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Tomcat 4.0.4 tag + 4.1.5 "nightly" + Gump nightlies

2002-06-11 Thread Sam Ruby
Remy Maucherat wrote: > > I was also wondering what is needed to be able to switch over to Gump > for Tomcat 4 nightlies (I think this was already voted; if it's not, I'm > sure it'll get a ton of +1s :)). Sam ? For starters, it would help if the gump builds

RE: [VOTE] New Committer Dan Sandberg

2002-05-24 Thread Sam Ruby
status on Tomcat. I distinctly recall this being on the theory that any damage I might do could easily be undone. My point isn't that Tomcat should have a lower bar, but that the Tomcat committers should be free to determine their own bar. - Sam Ruby -- To unsubscribe, e-mail: <m

Re: GUMP (offtopic?)

2002-05-10 Thread Sam Ruby
.sh is generated with a scripting error, an extra "fi" > is generated without a matching "if". I'm not sure what is going on. I have gump running on one Linux box, two Solaris boxes, and three Windows boxes. Various other people have it running on their machines. Perh

Re: [GUMP] Build Failure - jakarta-tomcat-4.0

2002-04-18 Thread Sam Ruby
builds/gump/2002-04-18/gen.html Looks OK to me. - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: [GUMP] Build Failure - jakarta-tomcat-4.0

2002-04-16 Thread Sam Ruby
Larry Isaacs wrote: > > Thanks for the other tip. Are the nagoya runs still > being run? The result file is currently dated 4/4/02. Pier, do you know anything about the following? # Disabled GUMP to despool email... - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PRO

RE: [GUMP] Build Failure - jakarta-tomcat-4.0

2002-04-16 Thread Sam Ruby
By the way, gump runs are every six hours (see http://jakarta.apache.org/gump/ for details), so if you have a speculative fix that you would like to try out, make the change before a run, and check back later. Only the midnight PDT / 3.a.m. EDT runs cause nags. - Sam Ruby -- To unsubscribe, e

RE: [GUMP] Build Failure - jakarta-tomcat-4.0

2002-04-16 Thread Sam Ruby
Larry Isaacs wrote: > > The build-main.classpath path ref looks okay to me as well. That mystery is pretty easy to clear up: http://jakarta.apache.org/gump/why.html#2000 http://jakarta.apache.org/ant/manual/sysclasspath.html http://jakarta.apache.org/gump/project.html#work - Sa

RE: Gump descriptors

2002-04-13 Thread Sam Ruby
Costin Manolache wrote: > > Not sure how Gump does the checkout - since the repository is > described in > the descriptor which is in the repository :-) Elementary. Nacho figured it out. href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-tomcat/gump.xml"; - Sam Ruby

Re: FW: cvs commit: jakarta-alexandria/proposal/gump/project jakarta-tomcat-40.xmljakarta-tomcat-connectors.xml jakarta-tomcat-jasper.xml jak arta-tomcat.xml

2002-04-13 Thread Sam Ruby
Ignacio J. Ortega wrote: > > We need some changes in 3.3 build and gump descriptor, Sam suggest we > shouldn't put anything outside of our own build and dist subdirs.. Any > ideas what happens now with GUMP? the actual error seems weird.. The relevant lines in http://jakarta.

Re: FW: [GUMP] Build Failure - Tomcat 3.x

2002-04-13 Thread Sam Ruby
p the gump descriptors for tomcat in > a tomcat cvs, so we can (try to ) fix without taking your time ? It can be done either way. As Vincent can attest... anybody with interest in maintaining a gump descriptor will be given prompt access indepenent of the location of said descriptor. - Sam Ru

Re: FW: [GUMP] Build Failure - Tomcat 3.x

2002-04-13 Thread Sam Ruby
mcat 4 side by side when one or both of them modify the contents of jakarta-tomcat-connectors. - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

APJ port

2002-03-31 Thread Sam Ewing
A question on the APJ connector.. how does Apache know that APJ is listening on port 8009? For WARP, ist quite clear.. we have a WebAppConnection directive... __ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http:/

RE: Mod_jk v/s mod_webapp

2002-03-29 Thread Sam Ewing
Hi Costin, > - mod_jserv implements ajp12 > - mod_jk implements ajp12, ajp13, jni > - mod_jk2 implements ajp13 ( and one of my goals for I looked at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html This says that "This implementation supports the AJP 1.3 and 1.4 protocols".. __

RE: Mod_jk v/s mod_webapp

2002-03-29 Thread Sam Ewing
Thank Constin,that really helped. Are there any advantages of WARP over APJ? I mean why would I want to use one over the other? Sam --- [EMAIL PROTECTED] wrote: > On Thu, 28 Mar 2002 [EMAIL PROTECTED] wrote: > > > Maybe I've not kept up on the docs enough but ... > &g

Re: Mod_jk v/s mod_webapp

2002-03-27 Thread Sam Ewing
Thanks. Do you have any info about configuring Tomcat w/ Apache using mod_webapp? I couldn't find anything.. What is mod_jk2? As I understand, mod_jk implements APJ 1.3.. What about mod_jk2? Sam --- David Graff <[EMAIL PROTECTED]> wrote: > mod_jk/jk2 seems to be based on the o

Mod_jk v/s mod_webapp

2002-03-27 Thread Sam Ewing
would be appreciated! Thanks, Sam __ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [GUMP] Build Failure - Tomcat 4.0

2002-01-28 Thread Sam Ruby
suggestions on how to resolve this? - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Tools for Building Web Services

2002-01-28 Thread Sam Ruby
pache subproject here on tomcat-dev. This being said, we are working closely with the JAX RPC specification, do endorse it, and plan to implement it faithfully. - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Tools for Building Web Services

2002-01-28 Thread Sam Ruby
e JWSDP right away. All of these technologies depend on J2EE 1.3 APIs. Does this package include, optionally take advantage of, or interop with Apache SOAP or Apache Axis? - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

[GUMP] Build Failure - Tomcat 4.0

2002-01-28 Thread Sam Ruby
... - Sam Ruby -- Forwarded by Sam Ruby/Raleigh/IBM on 01/28/2002 08:24 AM --- Craig McClanahan <[EMAIL PROTECTED]> on 01/28/2002 07:41:39 AM Please respond to "Tomcat Developers List" <[EMAIL PROTECTED]> To:[EMAIL PROTECTED]

Re: Ant2

2002-01-25 Thread Sam Ruby
problem once > again. There is no need to try. I daily build the latest Tomcat 3 against the latest Ant... if there every are any problems, you will find out quickly. - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: And in case I don't see you, good afternoon, good evening and good bye...

2001-11-02 Thread Sam Ruby
e has contributed and how he fits into the community, and not based on who he accepts a pay check from this week. - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [tyrex-dev] Tomcat 4.0 Tyrex configuration

2001-10-28 Thread Sam Ruby
this code, I will vote against the release. - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [T4] Build Frustration

2001-09-18 Thread Sam Ruby
suggest that B be ammended to simply echo out the values of the various dependencies, much as jakarta-slide does (see http://jakarta.apache.org/builds/gump/2001-09-15/jakarta-slide.html for an example). Those doing release and/or full regression testing would then have a means of verifying completeness. - Sam Ruby

Re: [GUMP] Build Failure - Tomcat 4.0

2001-07-28 Thread Sam Ruby
Craig R. McClanahan > > Tomcat 4 has just added a new dependency on jakarta-site2 (for the doc > templates). Specifically, it needs a "site2.home" property in the > build.properties file containing the pathname to this directory. Already fixed, see below. ;-) - Sam

RE: Possible bug in isapi_redirector.dll

2001-07-10 Thread sam
d the isapi_redirector.dll code for our own purposes. I guess its up to you guys about how you want to approach the situatation. Cheers Sam -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 5:55 PM To: [EMAIL PROTECTED] Subject: RE: Possible b

Possible bug in isapi_redirector.dll

2001-07-09 Thread sam
es related to certificates. All the others seem fine. If anyone wants any more details, please let us know and we will gladly help. Cheers Sam + Jules

[Catalina] FYI: pending Tyrex changes

2001-04-09 Thread Sam Ruby
In catalina/build.xml there is the following: FYI - this matches the naming structure for the latest released version of Tyrex (0.9.7.0), when build from cvs, the name of the jar produced is as follows: tyrex/resource/jdbc/xa/EnabledDataSource.class - Sam Ruby

bean accessing bean

2001-03-26 Thread Sam Terburg
o do that?   Sam.

[GUMP] Build Failure - Tomcat 3.x

2001-03-23 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml detect: msg.jdk12: [echo] Detected JDK1.2

[GUMP] Build Failure - Tomcat 3.x

2001-03-23 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml detect: msg.jdk12: [echo] Detected JDK1.2

Re: [GUMP] Build Failure - Tomcat 3.x

2001-03-11 Thread Sam Ruby
> http://jakarta.apache.org/builds/gump/2001-03-11/jakarta-tomcat.html This appears to be a classpath problem on my end. Will investigate. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, em

[GUMP] Build Failure - Tomcat 3.x

2001-03-11 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml detect: msg.jdk12: [echo] Detected JDK1.2

[GUMP] Build Failure - Tomcat 3.x

2001-03-08 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init: prepare: [mkdir] Created dir: /home/r

Re: [GUMP] Build Failure - Tomcat 3.x

2001-03-05 Thread Sam Ruby
. My bug. Should be fixed tonight. > BTW, Sam - you are right about the need to test the latest ( i.e. > CVS top dir ) - it's an excelent way to find any interface or > layout change that may affect other projects, and maintain > backward compatibility. Not everybody gets t

Re: [GUMP] Build Failure - Tomcat 3.x

2001-03-05 Thread Sam Ruby
ribution layout, i.e., "../jakarta-ant/dist". The bootstrap used to build such a distribution layout "in place", but this got unweildy - the JVM barfed when if found its jars being updated in place... - Sam Ruby -

[GUMP] Build Failure - Tomcat 3.x

2001-03-05 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init: prepare: [mkdir] Created dir: /home/r

TC3.3m1 Possible bug with session.invalidate?

2001-03-02 Thread Sam . Cooper
e which does a <% session.invalidate();%>. Then back to jsp/index.jsp, try and access the protected page from here -- straight in as still authenticated. Accessing the log out page again, actually logs out this time! Is this a known problem? Any possible work arounds? Thanks, Sam. PS. This work fine on TC3.2.1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [PATCH] CatalinaBlock.java

2001-02-12 Thread Sam Ruby
blems, and hopefully motivate Avalon to a release (I can always dream, can't I?). So, my vote is as Remy originally stated - keep this in 4.1; drop it for now from 4.0. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: [PATCH] CatalinaBlock.java

2001-02-12 Thread Sam Ruby
Remy Maucherat wrote: > > For these reasons, I'd like to see an official Avalon wrapper > introduced in Tomcat 4.1, but not in Tomcat 4.0. I also > propose to remove the current Avalon wrapper from the Tomcat > 4.0 repository, to avoid the maintenance related iss

Re: [PATCH] CatalinaBlock.java

2001-02-10 Thread Sam Ruby
Jason van Zyl wrote: > > While playing with Sam Ruby's gump I noticed that the > CatalinaBlock is out of sync with Avalon. Not sure if > staying right up-to-date is critical but here's the > patch anyway. Until Avalon ships, tracking to the current APIs is the only way t

Re: Alexandria

2001-02-01 Thread Sam Ruby
l are: brian,duncan,jon,craigmcc,rubys,burton,jmartin Jeff Martin is current the most active committer. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread Sam Ruby
Craig R. McClanahan wrote: > > I propose to change all of the build scripts (and associated > README files) to reflect this new structure, in time for the > next beta release. +1. Please add appropriate .cvsignore files.

RE: [PROPOSAL] Tomcat 3.3 Release Plan

2001-01-29 Thread Sam Ruby
hose that express "+1" and "-1" votes be willing to back up their votes with constructive action. Beyond this, is there any other action you believe you need from the PMC prior to holding a vote? - Sam Ruby -

RE: Thread-safety

2001-01-27 Thread Sam Ruby
cts. So, if a relatively small number of these operations were done per request, then the right course of action would be to replace the code with the safest, simplest, and most maintainable alternative, namely a simple synchronization block without the outer if statement. I

Re: Thread-safety

2001-01-27 Thread Sam Ruby
I got this as a private reply, but I believe that it is of general interest. - Sam Ruby Brian Goetz <[EMAIL PROTECTED]> on 01/27/2001 07:40:54 AM To: Sam Ruby/Raleigh/IBM@IBMUS cc: Subject: Re: Thread-safety > Hmm. Obviously this subject is much more subtle that I expected

Re: Thread-safety

2001-01-27 Thread Sam Ruby
ogram prior to where any threads are created. Might break some architectural boundaries, but with enough inventive people around, this can perhaps be isolated and encapsulated appropriately. Anybody have any hard data on the validity of

Re: Thread-safety

2001-01-26 Thread Sam Ruby
mic. Based on this, it would seem to me that the code snippet staring with "if (_jspx_inited == false) {" is safe. Worst case, change _jspx_inited from boolean to int. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROT

RE: Tools.jar

2001-01-24 Thread Sam Ruby
with your product. > If this is not an option, well... another option is Jikes. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [PROPOSAL] Tomcat 3.3 Release Plan

2001-01-24 Thread Sam Ruby
f the simpler -1/-0/+0/+1 scheme. Even though Ted's overall proposal hasn't been ratified, this particular provision makes sense to me as there was much concern expressed over the lack of support for previous releases. - Sam Ruby

JSP/Servlet: authentication

2001-01-18 Thread Sam T.
hi all please could someone give me hints on using jdbc [specially jdbcRleam] and servlets or JSP for user authentication to lookup user details to create a connection with. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Forming an opinion

2001-01-17 Thread Sam Ruby
3.2 that you, Larry, Henri, Nacho and most signifcantly myself left. Any 3.3 proposal will need to include provisions to address this void. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Jakarta PMC Meeting Agenda / Info

2001-01-16 Thread Sam Ruby
Hans Bergsten wrote: > > Great. As have been said a few times, you can do > that as a revolution using a different name than > Tomcat within the Jakarta project. +1. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PR

Re: Jakarta PMC Meeting Agenda / Info - What happens if a 3.3 proposal getsa -1

2001-01-16 Thread Sam Ruby
project, see > > <http://jakarta.apache.org/site/decisions.html> That may be how it is defined, but we need to find a way to make it work. Two conflicting goals: the burden of proof needs to be on the one proposing to change the status quo, and we can't permit -1's that simply are rai

Re: Jakarta PMC Meeting Agenda / Info

2001-01-16 Thread Sam Ruby
is decision, IMHO. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Jakarta PMC Meeting Agenda / Info

2001-01-16 Thread Sam Ruby
those seriously, I haven't seen you doing that at all. That was not my experience when I worked by Costin's side on 3.1. > Before Sam points it out, I will state that I am also guilty > of doing the same thing. However, I am trying to work on > fixing that (admitted) portion of

RE: Jakarta PMC Meeting Agenda / Info

2001-01-16 Thread Sam Ruby
Paulo Gaspar wrote: > > Sam and others already stated that 3.3 is easier to maintain. > They did take a look at the code. Not me. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, emai

Re: Jakarta PMC Meeting Agenda / Info

2001-01-15 Thread Sam Ruby
Scott Sanders wrote: > On the TinderBox/CJAN topic, how much earlier than the meeting > should we arrive? I plan to be there around 10ish. - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: FW: Jakarta PMC Meeting Agenda / Info

2001-01-13 Thread Sam Ruby
When asked to defer, he did. Flames are a fact of life in open source. > ( in any case, I don't think I'm a "side" of any debate > regarding tomcat - I just contributed code and time to a > project and got flames back ) The right of committers to pursue their convict

Re: Why are we still using JAXP and ProjectX???(proprietary==evil)

2001-01-08 Thread Sam Ruby
w the lead of the servlet JSR. What's particularly puzzling about this to me is that the enlightened individual that took that JSR fully open source leads the JAXP JSR... - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTEC

Re: [VOTES] Tomcat 4.0-Beta-1 and New CVS Repositories

2001-01-08 Thread Sam Ruby
something else, then > rename your first checkout directory back. Or you simply use the "-d" option on checkout. Example: cvs -z3 -d :pserver:rubys@localhost:/home/cvs checkout -P -r SERVLET_23_JSP_12 -d jakarta-servletapi-4.0 jakarta-servletapi - Sam Ruby P.S. I'm neutr

RE: [VOTES] Tomcat 4.0-Beta-1 and New CVS Repositories

2001-01-04 Thread Sam Ruby
ng advantages). Without an effective means to get a release out the door, what your veto essentially would argue that the existence of a 3.x baseline would preclude the ability to ever have a 4.0 release in any form, and certainly that wouldn't be in the best interests of anybody, right? - Sam R

Re: Why are we still using JAXP and ProjectX??? (proprietary==evil)

2001-01-04 Thread Sam Ruby
interfaces themselves are proprietary. Xerces has a version of these interfaces, but this is only because it got special dispensation to do so. This still needs to be fixed. IMHO parser plugability IS A GOOD THING. - Sam Ruby - To

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/hooks Hooks.java

2000-12-28 Thread Sam Ruby
. I see it as a good guideline, but not an iron clad rule. There is precidence for it. Take a peek at the catalina-wrapper target of the jakarta-slide project, for example. - Sam Ruby

Re: TC 4.0 vs. TC 3.x and division of labor

2000-12-27 Thread Sam Ruby
people are disagreeing now on either what the definition of support is, or what is and what is not appropriate. My guess is that there was not a meeting of the minds on these two issues. - Sam Ruby Jon Stevens <[EMAIL PROTECTED]> on 12/27/2000 02:09:44 PM Please respond to [EMAIL PROTECT

Re: [humor] Why should I care what color the bikeshed is?

2000-12-21 Thread Sam Ruby
Jon Stevens wrote: > > <http://www.freebsd.org/FAQ/misc.html#BIKESHED-PAINTING> +1 - Sam Ruby

RE: Fuck It.

2000-12-21 Thread Sam Ruby
technical merits. > I propose to commiters to vote to drop my COMMITER STATUS. Note to other PMC/ASF members - we should probably institute a mandatory 48 hour cooling off period before requests such as the one above are considered. - Sam Ruby

Re: Fuck It.

2000-12-21 Thread Sam Ruby
ons, after all, are subjective. My suggestion is that discussion returns to the technical merits of the various approaches, and exploration of ways in which the various branches can exploit and cannibalize the best ideas from each other. Independent of the labels currently associated with each proposal. - Sam Ruby

RE: [MY_OPINION] Tomcat 3.x

2000-12-19 Thread Sam Ruby
GOMEZ Henri wrote: > > I remember the hard discution about spinaker on xerces > mailing-list and IBM became more open after Sun position. > But in the Tomcat case we have Sun on one side and > individuals on the others. > Not really the same condition. Hello Sam ?-) Tomcat 3.0

  1   2   >