[VOTE] JK2 2.1

2002-09-30 Thread Mladen Turk
Hi, Since there has been general concensus that we should use the APR for every supported API call. Here is my design proposal. General: [x] Drop HAS_APR flags and dissalow building of JK2 without APR [ ] Keep everything like it is (the rest doesn't interests me) Regular expressions: [ ] Add pc

Re: Cannot Build WebApp on Solaris 2.8

2002-09-30 Thread jean-frederic clere
Jay Ebert wrote: > APR was included with webapp-module-1.0-tc40.src.tar. Earlier today I > downloaded apr-0.9.1 and successfully built libapr.so but the make at > the > Webapp-module-1.0-tc40 level failed with: > > make[1]: Exiting directory > "/export/spare/home/web/apache_1.3.26/webapp-module-1

THE SOURCE, LUKE: JBoss/Tomcat Mystery

2002-09-30 Thread micael
Below is the source index.html I am getting when I access tomcat in the embedded JBoss/Tomcat server. This index.html, so far as I can tell is nowhere in the application. It is not the ROOT index.html. I can take the ROOT index.html and every other index.html I can find on the site out and

DO NOT REPLY [Bug 13164] New: - Compliance issue - VariableResolver.resolveVariable() fails to throw an ELException for an unresolvable variable.

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13162] New: - Pluses(+) in URL do not match plus(+) in file system

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: JSP Compilation Issues (Multiple Domains)

2002-09-30 Thread Kin-Man Chung
If you are using JDK javac for compiling the servlet generated by the JSP compiler, then you probably ran into the problem that the javac not being thread-safe. In Tomcat 5 the javac compilation is synchronized, so that the compilation is serialized. Guess that fix is not ported to 4.1.5. :-(

JSP Compilation Issues (Multiple Domains)

2002-09-30 Thread Joseph Kiok
Hi All, I'm currently running multiple domains (2 specifically) on top of Apache/Tomcat. It seems that when I hit both domains at the same time (using 2 browser windows), I get a JSP compilation error most (85%) of the time. However, when I reload the page with no JSP code change, it'll compil

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

2002-09-30 Thread Ryan Lubke
Jan, Think it would make more sense if the message was soemthing like "Name or attribute value was null"? On Mon, 2002-09-30 at 19:58, [EMAIL PROTECTED] wrote: > luehe 2002/09/30 16:58:58 > > Modified:jasper2/src/share/org/apache/jasper/runtime > PageContex

Catalina/JBoss Integration -- mysterious index.html

2002-09-30 Thread micael
I assumed that the index.html that would show up in the standard webtest.ear from the RC3 for JBoss would be the index.html for ROOT in [CATALINA_HOME]/webapps/ROOT/index.html. Not so, however. I cannot find the index.html and feel like a damn fool. Anyone know what is going on here? Micael

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java

2002-09-30 Thread luehe
luehe 2002/09/30 16:58:58 Modified:jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java Log: Fixed 13140: Compliance issue - PageContext.setAttribute, under certain circumstances, fails to throw an NPE when the value provided is null Re

DO NOT REPLY [Bug 13140] - Compliance issue - PageContext.setAttribute, under certain circumstances, fails to throw an NPE when the value provided is null

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java

2002-09-30 Thread luehe
luehe 2002/09/30 16:45:03 Modified:jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java Log: Fixed Bugzilla 13138 ("Compliance issue. PageContext.setAttribute(String, Object, int) fails to throw an IllegalArgumentException if provide an inva

DO NOT REPLY [Bug 13138] - Compliance issue. PageContext.setAttribute(String, Object, int) fails to throw an IllegalArgumentException if provide an invalid scope.

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13150] - Tomcat 4.1.12 cant find servlet classes in lib/*jar

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java

2002-09-30 Thread luehe
luehe 2002/09/30 16:30:35 Modified:jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java Log: Fixed Bugzilla 13094: Compliance Issue - NPE not thrown if a null reference is passed to PageContext.handlePageException(Exception) or PageContext.h

DO NOT REPLY [Bug 13094] - Compliance Issue - NPE not thrown if a null reference is passed to PageContext.handlePageException(Exception) or PageContext.handlePageException(Throwable).

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13132] - missing declaration of variable

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13158] - Compliance issue - PageContext.Include with an unresolvable URL fails to throw an IllegalArgumentException.

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13158] New: - Compliance issue - PageContext.Include with an unresolvable URL fails to throw an IllegalArgumentException.

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

RE: Cannot Build WebApp on Solaris 2.8

2002-09-30 Thread Jay Ebert
APR was included with webapp-module-1.0-tc40.src.tar. Earlier today I downloaded apr-0.9.1 and successfully built libapr.so but the make at the Webapp-module-1.0-tc40 level failed with: make[1]: Exiting directory "/export/spare/home/web/apache_1.3.26/webapp-module-1.0-tc40/apr" make[]: Installing

DO NOT REPLY [Bug 13051] - WebApp fails to make due to apr.h on Solaris 2.8

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat/src/native/mod_jserv jserv.h jserv_ajpv11.c jserv_ajpv12.c jserv_balance.c mod_jserv.c

2002-09-30 Thread costin
costin 2002/09/30 13:51:11 Modified:src/native/mod_jserv jserv.h jserv_ajpv11.c jserv_ajpv12.c jserv_balance.c mod_jserv.c Log: Update the workspace with various fixes from java-jserv. Revision ChangesPath 1.2 +2 -2 jakarta-tomcat/src/

DO NOT REPLY [Bug 13052] - SecurityManager + req.getParameter() = "ParameterMap" class loading NoClassDefFoundError exception

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13052] - SecurityManager + req.getParameter() = "ParameterMap" class loading NoClassDefFoundError exception

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-4.0/catalina/src/conf catalina.policy

2002-09-30 Thread glenn
glenn 2002/09/30 12:59:47 Modified:catalina/src/conf catalina.policy Log: Allow defineClassInPackage for util due to Request Parametermap needs Revision ChangesPath 1.28 +3 -1 jakarta-tomcat-4.0/catalina/src/conf/catalina.policy Index: catalina.policy

DO NOT REPLY [Bug 12860] - Cannot access Tomcat Administration context because struts error

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: administration web, struts-config.xml

2002-09-30 Thread Amy Roh
Oliver Wulff wrote: > Hi > > I use Tomcat 4.10. > > When I want to show the available roles the ListRolesAction has to be > called. I guess that it will be called twice. > > Here is a snippet of org.apache.webapp.admin.users.UsersTreeBuilder: > ... > TreeControlNode roles = new TreeControlNode

RE: [VOTE] [5.0] Milestones

2002-09-30 Thread Larry Isaacs
> -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED]] > Sent: Saturday, September 28, 2002 10:12 AM > To: Tomcat Developers List > Subject: [VOTE] [5.0] Milestones > > > Hi, > > Now that the first stable releases of Tomcat 4.1 are out (and > according > to reports

DO NOT REPLY [Bug 13144] - Scriplet comment breaks JSPs silently

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12860] - Cannot access Tomcat Administration context because struts error

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12998] - HTTPS gets changed to HTTP://servername:443

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13144] - Scriplet comment breaks JSPs silently

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13151] New: - documentation needs to include info about proxies for non-Apache web servers

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13150] New: - Tomcat 4.1.12 cant find servlet classes in lib/*jar

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13107] - Wrong handling of <% // some comment %>

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13144] - Scriplet comment breaks JSPs silently

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: tomcat 3.3.2 cleanup

2002-09-30 Thread Costin Manolache
Henri Gomez wrote: > Costin Manolache wrote: >> Henri Gomez wrote: >> >> >>>If everybody agree, what about removing src/native for tomcat 3.3.2 ? >> >> >> >> +1 >> > > Yes or no ? Actually, another way is to move mod_jserv in j-t-c, and remove src/native completely. -- Costin -- To

Re: tomcat 3.3.2 cleanup

2002-09-30 Thread Costin Manolache
Henri Gomez wrote: > Costin Manolache wrote: >> Henri Gomez wrote: >> >> >>>If everybody agree, what about removing src/native for tomcat 3.3.2 ? >> >> >> >> +1 >> > > Yes or no ? Yes, remove mod_jk related stuff. I think it would be a good idea to keep mod_jserv - it is frozen from a l

DO NOT REPLY [Bug 13144] New: - Scriplet comment breaks JSPs silently

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13052] - SecurityManager + req.getParameter() = "ParameterMap" class loading NoClassDefFoundError exception

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_jni_worker.c

2002-09-30 Thread hgomez
hgomez 2002/09/30 09:00:04 Modified:jk/native/common jk_jni_worker.c Log: More update to JNI support for iSeries. OS400 compiler is more strict with pointers and there is many assumption here (like gcc like this pointer -> int -> jlong) which make me think that the code he

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 bldjk.qcsrc

2002-09-30 Thread hgomez
hgomez 2002/09/30 08:43:37 Modified:jk/native/apache-2.0 bldjk.qcsrc Log: Updated CL build script, nota that JNI includes are in regular place, no need to add the include path Revision ChangesPath 1.2 +228 -248 jakarta-tomcat-connectors/jk/native/apache-2.0/bl

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_jni_worker.c jk_global.h

2002-09-30 Thread hgomez
hgomez 2002/09/30 08:40:18 Modified:jk/native/common jk_jni_worker.c jk_global.h Log: Just got my iSeries V5R1 loaded with apache 2.0.39, and hunting for remaining bugs Revision ChangesPath 1.22 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_j

Re: tomcat 3.3.2 cleanup

2002-09-30 Thread jean-frederic clere
Costin Manolache wrote: > Henri Gomez wrote: > > >>Larry Isaacs wrote: >> >>>Now that mod_jk 1.2.0 is released, I'm fine with this. >> >>Nota, that it will remove also mod_jserv > > > Please don't :-) > > I know people still using it. Probably the one in java-jserv can be > used as well

Re: tomcat 3.3.2 cleanup

2002-09-30 Thread Henri Gomez
Costin Manolache wrote: > Henri Gomez wrote: > > >>If everybody agree, what about removing src/native for tomcat 3.3.2 ? > > > > +1 > Yes or no ? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: tomcat 3.3.2 cleanup

2002-09-30 Thread Costin Manolache
Henri Gomez wrote: > If everybody agree, what about removing src/native for tomcat 3.3.2 ? +1 -- Costin -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: tomcat 3.3.2 cleanup

2002-09-30 Thread Costin Manolache
Henri Gomez wrote: > Larry Isaacs wrote: >> Now that mod_jk 1.2.0 is released, I'm fine with this. > > Nota, that it will remove also mod_jserv Please don't :-) I know people still using it. Probably the one in java-jserv can be used as well ( well, we should do a diff first ). -- Cos

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apa che/coyote/tomcat4 CoyoteAdapter.java

2002-09-30 Thread Costin Manolache
Bill Barker wrote: > > - Original Message - > From: "Ignacio J. Ortega" <[EMAIL PROTECTED]> > To: "'Tomcat Developers List'" <[EMAIL PROTECTED]> > Sent: Sunday, September 29, 2002 4:43 PM > Subject: RE: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apa > che/coyote/tomcat4 Co

administration web, struts-config.xml

2002-09-30 Thread Oliver Wulff
Hi I use Tomcat 4.10. When I want to show the available roles the ListRolesAction has to be called. I guess that it will be called twice. Here is a snippet of org.apache.webapp.admin.users.UsersTreeBuilder: ... TreeControlNode roles = new TreeControlNode ("Global Administer Roles",

DO NOT REPLY [Bug 13140] New: - Compliance issue - PageContext.setAttribute, under certain circumstances, fails to throw an NPE when the value provided is null

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13138] New: - Compliance issue. PageContext.setAttribute(String, Object, int) fails to throw an IllegalArgumentException if provide an invalid scope.

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: [VOTE] [5.0] Milestones

2002-09-30 Thread Ian Darwin
> > Now that the first stable releases of Tomcat 4.1 are out (and according > > to reports, of good overall quality), it could be appropriate to start > > releasing 5.0.x milestones. > > It should be pointed out that 5.0.x is still far from being feature > > complete (esp the configuration code ne

Re: tomcat 3.3.2 cleanup

2002-09-30 Thread Bojan Smojver
+1 Bojan On Mon, 2002-09-30 at 19:13, Henri Gomez wrote: > If everybody agree, what about removing src/native for tomcat 3.3.2 ? > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > -- To unsubscribe, e-mail:

[PATCH] mod_webapp tweak

2002-09-30 Thread Gary Benson
Hi, I've tripped over the 'you need to set a ServerName before you configure mod_webapp' a couple of times in the past so I had a go at fixing it. The stored hostname and port number are only used for informational purposes, and the attached patch makes them optional (they get replaced by '*' wh

Re: JK2 Tagged as JK2_2_0_0_rel

2002-09-30 Thread Henri Gomez
Mladen Turk wrote: > Ok did, could you check on the same place (my home dir). Where ? http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.0/src/ -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [VOTE] [5.0] Milestones

2002-09-30 Thread Jean-Francois Arcand
> > > [ X] +1 Yes, start releasing milestones > [ ] -1 No, because: > > > > -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors KEYS

2002-09-30 Thread mturk
mturk 2002/09/30 05:38:39 Modified:.KEYS Log: Add my public key to the KEYS. Revision ChangesPath 1.8 +33 -0 jakarta-tomcat-connectors/KEYS Index: KEYS === RCS file: /home/cvs/ja

RE: tomcat 3.3.2 cleanup

2002-09-30 Thread Larry Isaacs
> -Original Message- > From: Henri Gomez [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 30, 2002 8:02 AM > To: Tomcat Developers List > Subject: Re: tomcat 3.3.2 cleanup > > > Larry Isaacs wrote: > > Now that mod_jk 1.2.0 is released, I'm fine with this. > > Nota, that it will

RE: JK2 Tagged as JK2_2_0_0_rel

2002-09-30 Thread Mladen Turk
Jakarta... Size is 401274 bytes Could you sign that if it OK. I forget to update KEYS prior tagging. > -Original Message- > From: Henri Gomez [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 30, 2002 1:58 PM > To: Tomcat Developers List > Subject: Re: JK2 Tagged as JK2_2_0_0_rel >

Re: tomcat 3.3.2 cleanup

2002-09-30 Thread Henri Gomez
Larry Isaacs wrote: > Now that mod_jk 1.2.0 is released, I'm fine with this. Nota, that it will remove also mod_jserv -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: JK2 Tagged as JK2_2_0_0_rel

2002-09-30 Thread Henri Gomez
Mladen Turk wrote: > Ok did, could you check on the same place (my home dir). Where cvs or jakarta ? -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: JK2 Tagged as JK2_2_0_0_rel

2002-09-30 Thread Mladen Turk
Ok did, could you check on the same place (my home dir). > -Original Message- > From: Henri Gomez [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 30, 2002 1:20 PM > To: Tomcat Developers List > Subject: Re: JK2 Tagged as JK2_2_0_0_rel > > > Henri Gomez wrote: > > jean-frederic cl

RE: tomcat 3.3.2 cleanup

2002-09-30 Thread Larry Isaacs
Now that mod_jk 1.2.0 is released, I'm fine with this. Cheers, Larry > -Original Message- > From: Henri Gomez [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 30, 2002 5:13 AM > To: [EMAIL PROTECTED] > Subject: tomcat 3.3.2 cleanup > > > If everybody agree, what about removing src

Re: JK2 Tagged as JK2_2_0_0_rel

2002-09-30 Thread Henri Gomez
Henri Gomez wrote: > jean-frederic clere wrote: > >> Mladen Turk wrote: >> >>> JK2 has been retagged cause of socket bug (for some of us it was a >>> feature :-). >>> The sources are on: >>> >>> http://jakarta.apache.org/~mturk/ >>> >>> Cannot write to the builds dir, so if someone is willing to

Re: JK2 Tagged as JK2_2_0_0_rel

2002-09-30 Thread Henri Gomez
jean-frederic clere wrote: > Mladen Turk wrote: > >> JK2 has been retagged cause of socket bug (for some of us it was a >> feature :-). >> The sources are on: >> >> http://jakarta.apache.org/~mturk/ >> >> Cannot write to the builds dir, so if someone is willing to copy that to >> the builds/relea

Re: cvs commit: jakarta-tomcat-5 KEYS

2002-09-30 Thread Henri Gomez
Stefan Bodewig wrote: > On Mon, 30 Sep 2002, Henri Gomez <[EMAIL PROTECTED]> wrote: > >>Yes, you should remove the old one, since it has been revoked. >> > > > What if we are still distributing RPMs that have been signed with the > old key? Will you create a new RPM with your new key? Yes, I

Re: cvs commit: jakarta-tomcat-5 KEYS

2002-09-30 Thread Stefan Bodewig
On Mon, 30 Sep 2002, Henri Gomez <[EMAIL PROTECTED]> wrote: > > Yes, you should remove the old one, since it has been revoked. > What if we are still distributing RPMs that have been signed with the old key? Will you create a new RPM with your new key? Stefan -- To unsubscribe, e-mail:

Re: JK2 Tagged as JK2_2_0_0_rel

2002-09-30 Thread jean-frederic clere
Mladen Turk wrote: > JK2 has been retagged cause of socket bug (for some of us it was a > feature :-). > The sources are on: > > http://jakarta.apache.org/~mturk/ > > Cannot write to the builds dir, so if someone is willing to copy that to > the builds/release. > Nacho, Henri? I have removed th

cvs commit: jakarta-tomcat-4.0 build.xml

2002-09-30 Thread hgomez
hgomez 2002/09/30 03:46:06 Modified:.build.xml Log: Set servlet.doc, usefull when building with api/docs in custom location, ie rpm packaging Revision ChangesPath 1.76 +2 -1 jakarta-tomcat-4.0/build.xml Index: build.xml =

JK2 Tagged as JK2_2_0_0_rel

2002-09-30 Thread Mladen Turk
JK2 has been retagged cause of socket bug (for some of us it was a feature :-). The sources are on: http://jakarta.apache.org/~mturk/ Cannot write to the builds dir, so if someone is willing to copy that to the builds/release. Nacho, Henri? MT. -- To unsubscribe, e-mail:

Re: cvs commit: jakarta-tomcat-5 KEYS

2002-09-30 Thread Henri Gomez
Stefan Bodewig wrote: > Henri, > > let me know if you need changes to Ant's KEYS file as well. Yes, you should remove the old one, since it has been revoked. PS: I use the new one to produce rpm with jpackage.org project -- To unsubscribe, e-mail: For additional

Re: cvs commit: jakarta-tomcat-5 KEYS

2002-09-30 Thread Stefan Bodewig
Henri, let me know if you need changes to Ant's KEYS file as well. Stefan -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2002-09-30 Thread Mladen Turk
> -Original Message- > From: Henri Gomez > > Either we'll retag that as 2_0_0 or 2_0_1. > > > What do you think? > > 2_0_0_rel, as I did for JK 1.2.0 > OK, its going to be 2_0_0_rel, and the sources will go to the Jakarta (I've got the account) as 2.0.0. MT. -- To unsubscribe, e

cvs commit: jakarta-tomcat-connectors KEYS

2002-09-30 Thread hgomez
hgomez 2002/09/30 02:58:45 Modified:.KEYS Log: Remove obsolete (revoked) key and indicate the RPM signing key Revision ChangesPath 1.7 +2 -17 jakarta-tomcat-connectors/KEYS Index: KEYS

cvs commit: jakarta-tomcat-5 KEYS

2002-09-30 Thread hgomez
hgomez 2002/09/30 02:56:40 Modified:.KEYS Log: Indicate the RPM signing key Revision ChangesPath 1.3 +2 -1 jakarta-tomcat-5/KEYS Index: KEYS === RCS file: /home/cvs/jakarta-tomca

DO NOT REPLY [Bug 13132] New: - missing declaration of variable

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2002-09-30 Thread Henri Gomez
> Either we'll retag that as 2_0_0 or 2_0_1. > What do you think? 2_0_0_rel, as I did for JK 1.2.0 > > I would like to make that as JK2_2_0_1, and rerelease, as 2.0.1 It's just a fix, so make a new tarball and tell you get it from 2_0_0_rel (unless you put an announce to tomcat-user which in

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2002-09-30 Thread Mladen Turk
No, they don' t. The socket code is now reverted to the 4.1.12 tag. It needs lot of work to make the entire logic work as It should (well, that's my opinion), not just bug-fixing. The concept is wrong, not the code. Either we'll retag that as 2_0_0 or 2_0_1. What do you think? I would like to m

cvs commit: jakarta-tomcat-4.0 KEYS

2002-09-30 Thread hgomez
hgomez 2002/09/30 02:45:38 Modified:.KEYS Log: Remove my obsolete PGP key Revision ChangesPath 1.2 +2 -17 jakarta-tomcat-4.0/KEYS Index: KEYS === RCS file: /home/cvs/jakarta-tomca

cvs commit: jakarta-tomcat-5 KEYS

2002-09-30 Thread hgomez
hgomez 2002/09/30 02:43:46 Modified:.KEYS Log: Remove my obsolete PGP key Revision ChangesPath 1.2 +0 -16 jakarta-tomcat-5/KEYS Index: KEYS === RCS file: /home/cvs/jakarta-tomcat-

garbaged image jpeg in jk documentation from tc 4.1.12

2002-09-30 Thread Henri Gomez
A quick note to say that TC 4.1.12 which included jk/jk2 documentation, as a garbled mod_jk.jpeg images (dos->unix conversion ?). I changed mod_jk.jpeg to mod_jk.jpg to avoid cvs client to change that file. -- To unsubscribe, e-mail: For additional commands, e-mail

tomcat 3.3.2 cleanup

2002-09-30 Thread Henri Gomez
If everybody agree, what about removing src/native for tomcat 3.3.2 ? -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 7638] - Service Name in Windows has space

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13130] New: - Tomcat service does not recognize resources from a network shared drive..

2002-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: Cannot Build WebApp on Solaris 2.8

2002-09-30 Thread jean-frederic clere
Jay Ebert wrote: > I followed the "Building the WebApp module" exactly and cannot build the > webapp module for Solaris 2.8 using gcc 2.95. After a successful > ./configure ... , I get the following errors on the make: > Which APR are you using? > > > wcarweb1:/export/spare/home/web/apache_1

Re: WebApp module for Apache 1.3

2002-09-30 Thread jean-frederic clere
Jay Ebert wrote: > I'm unable to build the WebApp module for Apache 1.3 on Solaris 2.8. > Where can I get the answer for this (?) : Retry with the released APR (See http://www.apache.org/dist/apr/). > > > > build/ltconfig: build/ltconfig: cannot open > > configure: error: libtool configure

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2002-09-30 Thread Henri Gomez
Did you source tarball include latest patches from Nacho ? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [VOTE] [5.0] Milestones

2002-09-30 Thread Henri Gomez
Remy Maucherat wrote: > Hi, > > Now that the first stable releases of Tomcat 4.1 are out (and according > to reports, of good overall quality), it could be appropriate to start > releasing 5.0.x milestones. > It should be pointed out that 5.0.x is still far from being feature > complete (esp t