Re: PROPOSAL: build directories

2002-06-07 Thread costinm
On Fri, 7 Jun 2002, Remy Maucherat wrote: > We have a different definition of what a full build is. You define it as: > rebuild everything from HEAD, including the dependent JARs (Gump style), > while I define it as: rebuild all the Tomcat components (the 7 you defined > above) based on "stable"

Re: PROPOSAL: build directories

2002-06-07 Thread Pier Fumagalli
"Remy Maucherat" <[EMAIL PROTECTED]> wrote: >> Some of you may remember back in tomcat3.0 we used to >> build all the stuff in jakarta-tomcat/../build and ../dist. >> >> What do you think about moving back to that layout ? > > I'd vote -1. I like the current style better. I have lots of differe

DO NOT REPLY [Bug 8926] - Duplicate variable definition in generated Java source, related to custom tag scripting variable

2002-06-07 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

[FAQ] jGuru FAQ Update

2002-06-07 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: PROPOSAL: build directories

2002-06-07 Thread Remy Maucherat
> On Fri, 7 Jun 2002, Remy Maucherat wrote: > > The problem is that I loose track of all the dozens of projects, each with > different conventions and locations. > > By 'clean build' I meant building all the projects from their sources, > to make sure all things are in sync. My conclusion so far -

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

2002-06-07 Thread kinman
kinman 2002/06/07 17:16:45 Added: jasper2/src/share/org/apache/jasper/runtime TagHandlerPool.java Log: - Added a new runtime class. Patch by Jan Luehe. Revision ChangesPath 1.1 jakarta-tomcat-jasper/jasper2/src/share/org/apac

cvs commit: jakarta-tomcat-connectors gump.xml

2002-06-07 Thread costin
costin 2002/06/07 17:15:13 Modified:.gump.xml Log: Fix the gump descriptor. Revision ChangesPath 1.5 +1 -1 jakarta-tomcat-connectors/gump.xml Index: gump.xml === RCS file: /home/

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java JspUtil.java Node.java

2002-06-07 Thread kinman
kinman 2002/06/07 17:14:35 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java JspUtil.java Node.java Log: Applied the patch supplied by Jan Luehe, to implement tag pooling/reuse based on a scheme Jan and I discussed. Jan's note: Tag

Re: PROPOSAL: build directories

2002-06-07 Thread costinm
On Fri, 7 Jun 2002, Remy Maucherat wrote: > I agree this is not perfect, but IMO it is a lot less risky that ../build. I > could indeed maintain completely separate environments, but this is not very > convinient or efficient (at least for me). Note that the current system > doesn't prevent you f

Re: [4.1.3] Binaries uploaded

2002-06-07 Thread costinm
Can you try again ? I suspect it was a problem with some log statements having NULL params ( as %s ). I switched to use apr_vsprintf, now it should be consistent on all platforms. Let me know what's the next error :-) Costin On Thu, 6 Jun 2002, jean-frederic clere wrote: > GOMEZ Henri wrote

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-06-07 Thread costin
costin 2002/06/07 16:45:30 Modified:jk/native2/common jk_logger_file.c jk/native2/server/apache13 mod_jk2.c jk/native2/server/apache2 jk_logger_apache2.c mod_jk2.c jk/native2/server/isapi jk_isapi_plugin.c Log: If APR is available, use i

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c org_apache_jk_apr_AprImpl.h

2002-06-07 Thread costin
costin 2002/06/07 16:42:19 Modified:jk/native2/jni jk_jni_aprImpl.c org_apache_jk_apr_AprImpl.h Log: Another patch from Mladen Turk, cleaning up the singatures. Revision ChangesPath 1.31 +3 -3 jakarta-tomcat-connectors/jk/native2/jni/jk_jni_aprImpl.c Ind

Re: PROPOSAL: build directories

2002-06-07 Thread Remy Maucherat
> On Fri, 7 Jun 2002, Remy Maucherat wrote: > > > > Some of you may remember back in tomcat3.0 we used to > > > build all the stuff in jakarta-tomcat/../build and ../dist. > > > > > > What do you think about moving back to that layout ? > > > > I'd vote -1. I like the current style better. I have

Re: PROPOSAL: build directories

2002-06-07 Thread Eric Rescorla
"Remy Maucherat" <[EMAIL PROTECTED]> writes: > > Some of you may remember back in tomcat3.0 we used to > > build all the stuff in jakarta-tomcat/../build and ../dist. > > > > What do you think about moving back to that layout ? > > I'd vote -1. I like the current style better. I have lots of dif

Re: PROPOSAL: build directories

2002-06-07 Thread costinm
On Fri, 7 Jun 2002, Remy Maucherat wrote: > > Some of you may remember back in tomcat3.0 we used to > > build all the stuff in jakarta-tomcat/../build and ../dist. > > > > What do you think about moving back to that layout ? > > I'd vote -1. I like the current style better. I have lots of differ

DO NOT REPLY [Bug 9705] - Extra LDAP searches occur during JNDIRealm authentication

2002-06-07 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

Re: PROPOSAL: build directories

2002-06-07 Thread Remy Maucherat
> Some of you may remember back in tomcat3.0 we used to > build all the stuff in jakarta-tomcat/../build and ../dist. > > What do you think about moving back to that layout ? I'd vote -1. I like the current style better. I have lots of different Tomcat 4.x repositories (4.0.4-b3, 4.0.x, 4.1.x, 4.

PROPOSAL: build directories

2002-06-07 Thread costinm
Some of you may remember back in tomcat3.0 we used to build all the stuff in jakarta-tomcat/../build and ../dist. What do you think about moving back to that layout ? Also, we curently rely on having all dependency as a full package. It may be better to just have all the .jar files built ( o

cvs commit: jakarta-tomcat-connectors/lib commons-logging-api.jar commons-logging.jar mx4j.jar mx4j-tools.jar

2002-06-07 Thread costin
costin 2002/06/07 14:29:18 Modified:lib commons-logging-api.jar commons-logging.jar mx4j.jar mx4j-tools.jar Log: Update with a build from CVS. To reproduce use today's date, I'll update the build as soon as a release is made. The current 'officia

DO NOT REPLY [Bug 9705] New: - Extra LDAP searches occur during JNDIRealm authentication

2002-06-07 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 9703] New: - Two extra authentications occur for each JNDIRealm authentication

2002-06-07 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

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Compiler.java JspReader.java Parser.java ParserController.java CompileException.java ParseException.java

2002-06-07 Thread kinman
kinman 2002/06/07 13:04:28 Modified:jasper2/src/share/org/apache/jasper/compiler Compiler.java JspReader.java Parser.java ParserController.java Removed: jasper2/src/share/org/apache/jasper/compiler CompileException.java ParseExcepti

DO NOT REPLY [Bug 9702] New: - JNDIRealm StartTLS/SSL support request

2002-06-07 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

Re: 4.1.3b1 zip lib crash

2002-06-07 Thread Remy Maucherat
> That helps me? Some pointers on what to try next maybe I ran out of ideas. Unless somebody else can reproduce it and can look into it, I can't do anything. It works for me on all JDKs on my Win2k box. > Could using a conf file from 4.0.x (modified to use Coyote http/1.1 > connector) be the

Re: 4.1.3b1 zip lib crash

2002-06-07 Thread Nick Wesselman
[nick@odyssey conf]$ /usr/java/j2sdk1.4.0/bin/javap java.util.logging.Logger | grep setUseParentHandlers [nick@odyssey conf]$ Something added in 1.4.0_01 maybe? Nick On Friday, June 7, 2002, at 02:49 PM, [EMAIL PROTECTED] wrote: > >> OK, How about this? From the catalina.out when I try using

Re: 4.1.3b1 zip lib crash

2002-06-07 Thread bob
> OK, How about this? From the catalina.out when I try using jdk 1.4... > ... > Caused by: java.lang.NoSuchMethodError: > java.util.logging.Logger.setUseParentHandlers(Z)V > org.apache.commons.logging.impl.Jdk14Logger.(Jdk14Logger.java:97) Humm. I seem to have method setUseParentHandlers, do yo

Re: 4.1.3b1 zip lib crash

2002-06-07 Thread Nick Wesselman
That helps me? Some pointers on what to try next maybe Could using a conf file from 4.0.x (modified to use Coyote http/1.1 connector) be the culprit? Should I not be using org.apache.catalina.logger.FileLogger anymore? Nick On Friday, June 7, 2002, at 02:23 PM, Remy Maucherat wrote: >> O

Re: 4.1.3b1 zip lib crash

2002-06-07 Thread Remy Maucherat
> OK, How about this? From the catalina.out when I try using jdk 1.4... > > java.lang.reflect.Constructor.newInstance(Constructor.java:263) > at > org.apache.commons.logging.impl.LogFactoryImpl.newInstance > (LogFactoryImpl.java:487) > ... 12 more > Caused by: java.lang.NoSuchMe

How to use just Catalina connector

2002-06-07 Thread Chandra Talluri
Hi, I am just wondering how to go about the following problem We have our own server which accepts the data either on a TCP port or an UDP port. we want to use only Catalina connector to process the data and spit out html. We don't want to use any web server or the tomcat server. Basically we

Re: 4.1.3b1 zip lib crash

2002-06-07 Thread Nick Wesselman
OK, How about this? From the catalina.out when I try using jdk 1.4... org.apache.commons.logging.LogConfigurationException: java.lang.reflect.InvocationTargetException at org.apache.commons.logging.impl.LogFactoryImpl.newInstance (LogFactoryImpl.java:494) at org.apache.common

Re: Tomcat 4.0 nightly build binary downloads broken?

2002-06-07 Thread costinm
On Fri, 7 Jun 2002, Craig R. McClanahan wrote: > It wasn't Jasper2 that killed it ... it was the switch to Ant 1.5b2. I'll > try to get that working again on my box over the weekend, but it would be > better to migrate the standard nightly build process somewhere else. Well, jakarta-tomcat-util

Re: 4.1.3b1 zip lib crash

2002-06-07 Thread Remy Maucherat
> OK, I gave the IBM jdk a shot, and it crashes on me as well. Interesting > that it also happens related to opening a zip: > > "main" (TID:0x100519D8, sys_thread_t:0x8059108, state:R, native > ID:0x400) prio=5 > at java.util.zip.ZipFile.open(Native Method) > at java.util.zi

[PATCH] Tag pooling/reuse in Jasper 2 (RESENT)

2002-06-07 Thread Jan Luehe
[I am resending this patch, since my original posting apparently did not make it to the list.] Attached is a patch implementing tag pooling and tag reuse for Jasper 2. I am also attaching a new class org.apache.jasper.runtime.TagHandlerPool implementing a tag handler pool (org.apache.jasper.util.

[Patch] tiny past-o in jasper2 Constants.java javadoc

2002-06-07 Thread Ian Darwin
--- jasper2/src/share/org/apache/jasper/Constants.java.orig Fri Jun 7 13:42:00 2002 +++ jasper2/src/share/org/apache/jasper/Constants.java Fri Jun 7 13:42:11 2002 @@ -118,7 +118,7 @@ /** * FIXME - * ServletContext attribute for classpath. This is tomcat specific. + *

Re: 4.1.3b1 zip lib crash

2002-06-07 Thread bob
Yea, take a look at 9204, Seems like IBM's version of ZipFile is asked to load "/classes" and throws an exception, while Sun's implementation doesnt throw an exception. > OK, I gave the IBM jdk a shot, and it crashes on me as well. Interesting > that it also happens related to opening a zip: >

Re: 4.1.3b1 zip lib crash

2002-06-07 Thread Nick Wesselman
OK, I gave the IBM jdk a shot, and it crashes on me as well. Interesting that it also happens related to opening a zip: "main" (TID:0x100519D8, sys_thread_t:0x8059108, state:R, native ID:0x400) prio=5 at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(

RE: mod_jk 4.03 deadlock

2002-06-07 Thread costinm
Ok, I checked in a fix. Let me know if it helps. Costin On 7 Jun 2002, Jean-Francois Nadeau wrote: > Hi. > > I found something very interesting this morning in catalina.out file. > Here it is: > > java.lang.IllegalStateException: Current state = FLUSHED, new state = > CODING_END > at

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Processor.java Ajp13Response.java

2002-06-07 Thread costin
costin 2002/06/07 11:54:22 Modified:jk/java/org/apache/ajp/tomcat4 Ajp13Processor.java Ajp13Response.java Log: Possible workaround/fix for the deadlock reported by Jean-Francois Nadeau. It seems on JDK1.4 some strange nio error happens. Can't reproduce

Re: Tomcat 4.0 nightly build binary downloads broken?

2002-06-07 Thread Craig R. McClanahan
On Fri, 7 Jun 2002, Remy Maucherat wrote: > Date: Fri, 7 Jun 2002 10:24:00 -0700 > From: Remy Maucherat <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: Jonathan Eric Miller <[EMAIL PROTECTED]> > Subject: Re: Tomcat 4.0 nightly build binar

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.jsp

2002-06-07 Thread remm
remm2002/06/07 10:50:14 Modified:webapps/ROOT index.jsp Log: - Add links. - Decrease a bit the emphasis on the example web applications. Revision ChangesPath 1.4 +27 -9 jakarta-tomcat-4.0/webapps/ROOT/index.jsp Index: index.jsp

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread Bill Barker
- Original Message - From: "GOMEZ Henri" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 07, 2002 7:39 AM Subject: RE: Required jar/rpms to build tomcat 4.1.3b1 >> PureTLS ? Not yet in TC 4.x ... > >4.1 uses coyote which us

Re: Tomcat 4.0 nightly build binary downloads broken?

2002-06-07 Thread Remy Maucherat
> I found that it looks like the nightly binary builds are broken. As you can > see, for some reason the many of the file sizes are only 45 bytes. Also, the > .zip file builds are missing. > > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ The switch to Jasper 2 probably killed it (

Re: problem in nested custom tags- Jboss3.0-tomcat4.03.

2002-06-07 Thread Kin-Man Chung
Looks like the same problem as one decribed in bugzilla #9699 that got reported today. Good timing! :-) > Date: Fri, 07 Jun 2002 15:42:54 +0530 > From: Anil Agrawal <[EMAIL PROTECTED]> > Subject: problem in nested custom tags- Jboss3.0-tomcat4.03. > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>

Re: TC 4.1.3 jasper error

2002-06-07 Thread Kin-Man Chung
I already committed a fix for this problem a couple of days ago. The problem is of course private instance variables are beening referenced in a child class. The 1.3 javac does not flag this as an error, and 1.4 javac gives misleading error messages! > Date: Fri, 07 Jun 2002 11:32:02 -0400 (EDT

DO NOT REPLY [Bug 6884] - Need Better Error Handling in WebappClassLoader.validateJarFile

2002-06-07 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

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread Eric Rescorla
"Craig R. McClanahan" <[EMAIL PROTECTED]> writes: > CertificatesValve is used to fulfill the Servlet API requirement that the > certificate chain supplied by the client is exposed as a request attribute > (also the cipher suite and key size in Servlet 2.3). Currently, it's hard > coded to JSSE (i

DO NOT REPLY [Bug 9700] New: - JNDIRealm authentication incorrectly succeeds with blank password

2002-06-07 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

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread costinm
On 7 Jun 2002, Eric Rescorla wrote: > > org.apache.catalina.net.SSLServerSocketFactory require JSSE. > > > > JCERT is needed by org.apache.catalina.valves.CertificatesValve. > Well, Ant is smart enough to not try to build these if you > don't have JSSE. I'm still not completely clear on the circum

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread costinm
On Fri, 7 Jun 2002, Remy Maucherat wrote: > > So the required packages are : > > > > ant 1.4.1 > > xerces 2.0.1 > > xalan 2.3.1 > > Xalan is not required (yet). It was discussed on ant-dev, I believe it is required by the JAXP licence. If you could check ( in case you know someone working at S

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread Eric Rescorla
"GOMEZ Henri" <[EMAIL PROTECTED]> writes: > >> Hum, JSSE is still required in part of the code, outside HTTP > >> connector world. > >> > >> org.apache.catalina.net.SSLServerSocketFactory require JSSE. > >> > >> JCERT is needed by org.apache.catalina.valves.CertificatesValve. > >Well, Ant is sma

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread Craig R. McClanahan
On 7 Jun 2002, Eric Rescorla wrote: > Date: 07 Jun 2002 08:47:23 -0700 > From: Eric Rescorla <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>, > EKR <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: Require

RE: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread GOMEZ Henri
>> Hum, JSSE is still required in part of the code, outside HTTP >> connector world. >> >> org.apache.catalina.net.SSLServerSocketFactory require JSSE. >> >> JCERT is needed by org.apache.catalina.valves.CertificatesValve. >Well, Ant is smart enough to not try to build these if you >don't have JS

RE: Jsp compilation of nested custom tags (porting from weblogic 6 to tomcat 4.0.3)

2002-06-07 Thread Pete Gordon
Thanks Kin-Man. I have filed a bug on Tomcat-Jasper component (BUG# 9699). I was able to duplicate the problem using the examples\foo simple tag example by just trying to nest the tag within itself (see code below). If you have pointers on where the generate java code might be, I might be able

RE: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread GOMEZ Henri
> >I would include all of these. > >What's up with the daemon component BTW ? I could find a tarball but JF make a snap. Thanks for the reply, I know what I should get and what I could drop. BTW, I'll build with a SDK 1.3.1 for probably SDK 1.2/1.3 (the more common today on Linux world) -- To

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread Eric Rescorla
"GOMEZ Henri" <[EMAIL PROTECTED]> writes: > >> PureTLS ? Not yet in TC 4.x ... > > > >4.1 uses coyote which uses tomcat-utils, which works fine with > >pureTLS. > >I assume it's just undocumented, I don't see a code > >problem ( with the coyote connector ). > > > > Hum, JSSE is still required

DO NOT REPLY [Bug 9699] New: - jsp tags nested within themselves do not generate valid java code

2002-06-07 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

Re: 4.1.3b1 zip lib crash

2002-06-07 Thread Remy Maucherat
> True enough, VM bug, but we use this JVM w/ 4.0.1 and 4.0.3 in > production no problem. I won't argue with you about it though--I'm not a > TC developer :-) It's not the same crash we're used to see (if I remember well, it usually is a crash on startup parsing XML with 4.0.x, but it may also cr

problem in nested custom tags- Jboss3.0-tomcat4.03.

2002-06-07 Thread Anil Agrawal
respected sir, I am working on Jboss3.0-tomcat4.03. following jsp (uses nested custom tags) working perfactly fine with weblogic6.01. jsp code is logically right also. at compilation time tomcat throws exception == jsp co

DO NOT REPLY [Bug 9677] - JSP files not recompiled when newer

2002-06-07 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

Re: 4.1.3b1 zip lib crash

2002-06-07 Thread Nick Wesselman
True enough, VM bug, but we use this JVM w/ 4.0.1 and 4.0.3 in production no problem. I won't argue with you about it though--I'm not a TC developer :-) Thanks for the quick reply. Nick On Friday, June 7, 2002, at 10:28 AM, Remy Maucherat wrote: >> Greetings, >> >> I was trying out 4.1.3b1 a

Re: 4.1.3b1 zip lib crash

2002-06-07 Thread Remy Maucherat
> Greetings, > > I was trying out 4.1.3b1 and received the error below in my > catalina.out. Should I submit this to bugzilla? > > JVM 1.3.1_01 on RedHat 7.1 stock (2.4.2-2 kernel). > > The last line in my catalina log is > 2002-06-07 09:09:47 WebappLoader[]: Deploy JAR /WEB- > INF/lib/jce1_2-do.j

Re: TC 4.1.3 jasper error

2002-06-07 Thread bob
> > My Eclipse IDE (with Sun JDK 1.3.1_03) give me the following error > for Node.java I had a hard time compiling Node.java in jasper2 until I made this change (which I believe doenst change the logic at all) Index: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Node.java

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread Remy Maucherat
> So the required packages are : > > ant 1.4.1 > xerces 2.0.1 > xalan 2.3.1 Xalan is not required (yet). > These two are not required by JDK 1.3 and later > > jndi 1.2.1 (SUN LICENSE PROBLEM) > ldap/jaas 1.2.3 (SUN LICENSE PROBLEM) IMO, don't include them > servletapi 4 (or 2.3 depends how we

4.1.3b1 zip lib crash

2002-06-07 Thread Nick Wesselman
Greetings, I was trying out 4.1.3b1 and received the error below in my catalina.out. Should I submit this to bugzilla? JVM 1.3.1_01 on RedHat 7.1 stock (2.4.2-2 kernel). The last line in my catalina log is 2002-06-07 09:09:47 WebappLoader[]: Deploy JAR /WEB- INF/lib/jce1_2-do.jar to /mnt/deve

Re: DO NOT REPLY [Bug 9677] - JSP files not recompiled when newer

2002-06-07 Thread Remy Maucherat
> --- Additional Comments From [EMAIL PROTECTED] 2002-06-07 15:15 --- > Win2k SP1+ / JDK 1.3 (I never use Unix) > Load date.jsp from the examples in your browser. > Then open it in notepad; modify a few things in it; press reload in the browser. Can anyone reproduce this bug ? (I can't)

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread Remy Maucherat
> >4.1 uses coyote which uses tomcat-utils, which works fine with > >pureTLS. BTW, PureTLS support is not included in this release (next one I promise :)). You'll have to rebuild Coyote from the source to get it. Remy -- To unsubscribe, e-mail: For additional comma

DO NOT REPLY [Bug 9677] - JSP files not recompiled when newer

2002-06-07 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

RE: TC 4.1.3 jasper error

2002-06-07 Thread GOMEZ Henri
>> My Eclipse IDE (with Sun JDK 1.3.1_03) give me the following error >> for Node.java > >It's been fixed already (a few variables needed to be >protected instead of >private), but that class must be compiled with the classic compiler in >4.1.3. Thanks, but Eclipse use its own compiler (which is

Re: TC 4.1.3 jasper error

2002-06-07 Thread Remy Maucherat
> My Eclipse IDE (with Sun JDK 1.3.1_03) give me the following error > for Node.java It's been fixed already (a few variables needed to be protected instead of private), but that class must be compiled with the classic compiler in 4.1.3. Remy -- To unsubscribe, e-mail:

DO NOT REPLY [Bug 9690] - POST - HttpRequestBase.parseParameters() infinite loop

2002-06-07 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 9690] - POST - HttpRequestBase.parseParameters() infinite loop

2002-06-07 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

TC 4.1.3 jasper error

2002-06-07 Thread GOMEZ Henri
My Eclipse IDE (with Sun JDK 1.3.1_03) give me the following error for Node.java in : /** * When this node was created from a JSP page in JSP syntax, its text * was stored as a String in the "text" field, whereas when this node * was created from a JSP documen

DO NOT REPLY [Bug 9677] - JSP files not recompiled when newer

2002-06-07 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

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread jean-frederic clere
GOMEZ Henri wrote: > Could you also provide source tarball also ? done. I will look for a way to get it done automaticly... > > - > Henri Gomez ___[_] > EMAIL : [EMAIL PROTECTED](. .) > PGP KEY : 697ECEDD...oOOo..(_)..oOOo... > PGP Fingerprin

DO NOT REPLY [Bug 6659] - HttpUtils.getRequestURL gives incorrect URL with web.xml redirected error pages

2002-06-07 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 6671] - Simple custom tag example uses old declaration style

2002-06-07 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

RE: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread GOMEZ Henri
>> PureTLS ? Not yet in TC 4.x ... > >4.1 uses coyote which uses tomcat-utils, which works fine with >pureTLS. >I assume it's just undocumented, I don't see a code >problem ( with the coyote connector ). > Hum, JSSE is still required in part of the code, outside HTTP connector world. org.apa

cvs commit: jakarta-tomcat-connectors/webapp/docs menu.idx

2002-06-07 Thread jfclere
jfclere 2002/06/07 07:27:14 Modified:webapp/docs menu.idx Log: Add the faq (still a very primitive document). Revision ChangesPath 1.4 +1 -0 jakarta-tomcat-connectors/webapp/docs/menu.idx Index: menu.idx =

RE: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread costinm
On Fri, 7 Jun 2002, GOMEZ Henri wrote: > > > > >Bad and I though we had a substitution. > > PureTLS ? Not yet in TC 4.x ... 4.1 uses coyote which uses tomcat-utils, which works fine with pureTLS. I assume it's just undocumented, I don't see a code problem ( with the coyote connector ). Cost

RE: mod_jk 4.03 deadlock

2002-06-07 Thread Jean-Francois Nadeau
Hi. My bug was a known issue: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7725 Effectively, we use HttpServletResponse.sendRedirect in our code. Thanks a lot, jeff On Fri, 2002-06-07 at 09:40, Jean-Francois Nadeau wrote: > Hi. > > I found something very interesting this morning in cata

RE: mod_jk 4.03 deadlock

2002-06-07 Thread Jean-Francois Nadeau
Hi. I found something very interesting this morning in catalina.out file. Here it is: java.lang.IllegalStateException: Current state = FLUSHED, new state = CODING_END at java.nio.charset.CharsetEncoder.throwIllegalStateException(CharsetEncoder.java:933) at java.nio.charset.Charse

Re: webapp connector configure.in problem with alt apache layout

2002-06-07 Thread Pier Fumagalli
"Smiley Jonathan" <[EMAIL PROTECTED]> wrote: > G'day, > > Apache httpd 2 supports different ways of laying out the installed files when > building and installing from the source via the config.layout file. I built > and installed using a variant of the "opt" layout that is FHS compliant. > > U

webapp connector configure.in problem with alt apache layout

2002-06-07 Thread Smiley Jonathan
G'day, Apache httpd 2 supports different ways of laying out the installed files when building and installing from the source via the config.layout file. I built and installed using a variant of the "opt" layout that is FHS compliant. Unfortunately, configure.in for webapp contains some hard

RE: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread GOMEZ Henri
Could you also provide source tarball also ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: jean-frede

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread jean-frederic clere
GOMEZ Henri wrote: >>>Yes, but where is it ? >> >>In cvs for the moment. >>Should I produce one and put it in a known place? > > > Yes, please ;) I have put it in http://www.apache.org/~jfclere/commons-daemon/ named commons-daemon.jar You can get it build in the TC by doing ant download. (that

Problems in redirecting requests from IIS to Tomcat 4

2002-06-07 Thread Luca Ventura
Hello everybody! I have installed Internet Information Services (IIS) as Web Server and Apache Tomcat 4.0 as plug-in of IIS to support JSP-Servlets (to do this I installed an ISAPI filter in IIS that redirects all my JSP-servlet requests to Tomcat). All works fine when I am on "localhost" but if

DO NOT REPLY [Bug 9690] New: - POST - HttpRequestBase.parseParameters() infinite loop

2002-06-07 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

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config MxInterceptor.java

2002-06-07 Thread GOMEZ Henri
> * The Apache Software License, Version 1.1 > * > * Copyright (c) 1999 The Apache Software Foundation. All rights > * reserved. Humn may be time to change copyright to Copyright (c) 1999-2002 ? -- To unsubscribe, e-mail: For additional commands, e-mail: <

Re: [4.1.3] Binaries uploaded

2002-06-07 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: > I assume it works fine if you take out mod_jk2 ? yes ;-( > Can you turn debugging on > ( debug=1 in all [] sections ) ? done. > > What do you see in error.log ? It ends in: +++ [Thu Jun 06 17:13:58 2002] [warn] config.setAttribute() Error setting logger.apa che2: f

RE: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread GOMEZ Henri
>> Yes, but where is it ? > >In cvs for the moment. >Should I produce one and put it in a known place? Yes, please ;) -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread jean-frederic clere
GOMEZ Henri wrote: >>Bad and I though we had a substitution. > > > PureTLS ? Not yet in TC 4.x ... > > But I remember PureTLS author, Eric Rescorla, wrote > something about work in progress some times ago... > > >>>Java Transaction API 1.0.1 or later (SUN LICENSE PROBLEM) >>> >>>Struts 1.0.1

RE: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread GOMEZ Henri
> >Bad and I though we had a substitution. PureTLS ? Not yet in TC 4.x ... But I remember PureTLS author, Eric Rescorla, wrote something about work in progress some times ago... >> Java Transaction API 1.0.1 or later (SUN LICENSE PROBLEM) >> >> Struts 1.0.1 or later >> >> Tyrex Data Source

Re: Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread jean-frederic clere
GOMEZ Henri wrote: > Hi, > > I've started digging around to make Tomcat 4.1.3 beta1 rpm > and you'll find later of required packages. > > jpackage project members get a copy of this mail since > they could have many of them allready available, and sus > we could use them. > > The problem with

RE: mod_jk 4.03 deadlock

2002-06-07 Thread GOMEZ Henri
>The real issue is why tomcat doesn't send the data. Could you try >with tomcat4.1 ( or the new coyote-based ajp connector ) ? Is it >really a deadlock ( tomcat and mod_jk both waiting for input, >i.e. locked in read ) ? Or it is that tomcat for some reasons >doesn't send the 'END' message ? H

RE: MX4J problems - important!

2002-06-07 Thread GOMEZ Henri
Hum, I'm wondering which mx4j I should package for tc 4.1.3, rigth now I've got a 1.0b3. - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >

R: How to close an HTTP port on Apache Tomcat 4?

2002-06-07 Thread Luca Ventura
Hello Kevin, I am very sorry to have posted off-topic:-( but I posted many times in the tomcat-user forum but I received always no reply:-( Given that I need absolutely of such information I tried to post the question in this forum because I hope that some more expert people can help me.

Required jar/rpms to build tomcat 4.1.3b1

2002-06-07 Thread GOMEZ Henri
Hi, I've started digging around to make Tomcat 4.1.3 beta1 rpm and you'll find later of required packages. jpackage project members get a copy of this mail since they could have many of them allready available, and sus we could use them. The problem with Tomcat 4.1.3, in an OSS packaging pers