RE: Problems with APR under Linux...

2001-05-21 Thread GOMEZ Henri
May I recommand you Pier, try another Redhat release than the 7.1. It's a new release and for example I've got problems building latest Apache 2.0 under RH 7.1. Better test with Redhat 6.2 which is very stable and known. Regards - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED]

about warp protocol

2001-05-21 Thread egcs12md
   Hi, I find MOD_WEBAPP in Tomcat 4.0b5 can't accord with src\connectors\docs\warp.html, and Tomcat-Apache frozen at http GET. this is data transfer from start up: *** httpd send 14 bytes at 2001-05-21 18:47:11.391 : 00

[Beta5]HttpRequestBase POST buglet

2001-05-21 Thread Mark T. Miller
[I sent this to the users list on Friday - someone sent me email telling me I should send it to this group - sorry for the double post] I just started using TomCat B5 using the builtin HTTPConnector. When POST-ing a form, none of the name-value pairs of the "Query string" make it through. I f

RE: JSP and SecurityManager [was RE: 3.2.2. When's it shipping?]

2001-05-21 Thread Marc Saegesser
I added the permissions to the global list of permissions. I've attached the most recent tomcat.policy file. > -Original Message- > From: Antony Bowesman [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 21, 2001 12:49 AM > To: [EMAIL PROTECTED] > Subject: Re: JSP and SecurityManager [was R

RE: JDK DateFormat bug & workaround

2001-05-21 Thread Marc Saegesser
Looks safe enough. Go ahead. > -Original Message- > From: Keith Wannamaker [mailto:[EMAIL PROTECTED]] > Sent: Sunday, May 20, 2001 4:41 PM > To: [EMAIL PROTECTED] > Subject: JDK DateFormat bug & workaround > > > There is a lingering bug in (at least) Sun's JDK > that causes SimpleDate

Re: JSP and SecurityManager [was RE: 3.2.2. When's it shipping?]

2001-05-21 Thread Antony Bowesman
Thanks Marc, part of my problem was that JVM tries to load all files in ${java.home}/lib/ext as possible jar files regardless of file name. Your permission additions solve the rest! Antony Marc Saegesser wrote: > > I added the permissions to the global list of permissions. I've attached > th

Jasper performance/3.3 tag pooling

2001-05-21 Thread Rickard Öberg
Hi! Ok, so now I've tested the Jasper performance with the 3.3 tag pooling fix. The test was performed with a medium complexity page using lots of iterative custom tags in a hierarchical fashion (i.e. tags within tags). Results: The page ran slower, and above all the response time varied greatly

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util RequestUtil.java

2001-05-21 Thread keith
keith 01/05/21 07:59:06 Modified:src/share/org/apache/tomcat/util Tag: tomcat_32 RequestUtil.java Log: There is a lingering bug in (at least) Sun's JDK that causes SimpleDateFormat to occasionaly throw a StringIndexOutOfBoundsException instead of a Pa

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-1.3 Makefile.freebsd Makefile.in Makefile.linux Makefile.nw

2001-05-21 Thread hgomez
hgomez 01/05/21 08:07:14 Modified:jk/src/native/apache-1.3 Makefile.freebsd Makefile.in Makefile.linux Makefile.nw Log: Updated Makefile fro ajp14/md5 build Revision ChangesPath 1.3 +4 -4 jakarta-tomcat-connectors/jk/src/native/apache

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf DateTool.java

2001-05-21 Thread keith
keith 01/05/21 08:07:24 Modified:src/share/org/apache/tomcat/util/buf DateTool.java Log: There is a lingering bug in (at least) Sun's JDK that causes SimpleDateFormat to occasionaly throw a StringIndexOutOfBoundsException instead of a ParseException.

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-1.3 mod_jk.c

2001-05-21 Thread hgomez
hgomez 01/05/21 08:17:01 Modified:jk/src/native/apache-1.3 mod_jk.c Log: mod_jk should be passing the raw, possibly encoded URI to Tomcat; see for this requirement. Standalone Tomcat is compliant, only mod_jk needed t

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-2.0 Makefile.in Makefile.linux

2001-05-21 Thread hgomez
hgomez 01/05/21 08:18:58 Modified:jk/src/native/apache-2.0 Makefile.in Makefile.linux Log: Updated Makefile for ajp14 and md5 support Revision ChangesPath 1.3 +3 -2 jakarta-tomcat-connectors/jk/src/native/apache-2.0/Makefile.in Index: Makefile.in =

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-2.0 mod_jk.c

2001-05-21 Thread hgomez
hgomez 01/05/21 08:20:34 Modified:jk/src/native/apache-2.0 mod_jk.c Log: mod_jk should be passing the raw, possibly encoded URI to Tomcat; see for this requirement. Standalone Tomcat is compliant, only mod_jk needed t

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_ajp14.c jk_md5.c

2001-05-21 Thread hgomez
hgomez 01/05/21 08:23:53 Modified:jk/src/native/common jk_ajp14.c jk_md5.c Log: updated md5 support under both Apache 1.3 and 2.0 reduced size of unknow block len in ajp14 Revision ChangesPath 1.2 +2 -2 jakarta-tomcat-connectors/jk/src/native/common/jk_ajp1

cvs commit: jakarta-tomcat-connectors/jk/src/doc AJPv14.txt

2001-05-21 Thread hgomez
hgomez 01/05/21 08:26:16 Modified:jk/src/doc AJPv14.txt Log: Updated size of Unknown Block Header from 32bits to 16bits... Revision ChangesPath 1.3 +2 -2 jakarta-tomcat-connectors/jk/src/doc/AJPv14.txt Index: AJPv14.txt

RE: upload data corruption report

2001-05-21 Thread GOMEZ Henri
Hi DAK, I tested the server/client with 'b' and without and didn't have any problems with Tomcat 3.3-m3 (with ajp13) Could try this distro also ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP

images not displaying bug

2001-05-21 Thread Eric Lubin
I had posted this as a question to the user mailing list, but the consensus is that it is a bug. Running Jakarta Tomcat 3.2.1 on Windows 2000. 1. Create a new directory 2. Put 2 JPG images in it, or the same one renamed. Name one "hello.jpg" and the other "hello test.jpg" (WITH THE SPACE)

RE: Transferring session between http and https on Tomcat

2001-05-21 Thread Craig R. McClanahan
On Sun, 20 May 2001, Robert Nicholson wrote: > > Question... how I force it to rewrite the URL to support url rewriting even > if the browser supports cookies? > In 3.2, look in "conf/server.xml" for the string noCookies="false" and change it to noCookies="true" IIRC, thi

Re: [Beta5]HttpRequestBase POST buglet

2001-05-21 Thread Remy Maucherat
> [I sent this to the users list on Friday - someone sent me email > telling me I should send it to this group - sorry for the double > post] > > I just started using TomCat B5 using the builtin HTTPConnector. > When POST-ing a form, none of the name-value pairs of the > "Query string" make it t

Re: missing content-length from the header, Apache/Tomcat/AJP12 Connector spins out of control

2001-05-21 Thread Rainer Jung
Hi, did you get any answers? I would be very interested if anybody investigated your problem. If not consider logging a bug tu bugzilla. Rainer Jung At 18:33 20.05.01 , you wrote: >Hi! > >it will be best if I describe our configuration at first: > >We are running Solaris 7, Tomcat 3.2.2 b4 (

Re: Jasper performance/3.3 tag pooling

2001-05-21 Thread cmanolache
Hi Rickard, Could you send a small page ( and the taglibs ) and the test conditions ? Most tests I run show a (significant) improvement in performance. We know the pool is synchronized and that may create problems under heavy load, and we know how to fix this ( by using a per/thread pool witho

Re: Problems with ajp13 & IIS

2001-05-21 Thread kevin seguin
i've actually never had ajp13 working with iis. it's something i keep meaning to get to, but haven't had time yet :( i think somebody on the tomcat-dev list said they had it working once ... i will look into this when i have a chance. -kevin. "Ignacio J. Ortega" wrote: > > Hola Kevin: >

RE: Are you online?

2001-05-21 Thread Ignacio J. Ortega
Anyone got latest isapi_redirector working with IIS using ajp13? Checked about 2 weeks ago...now i'd recompiled with the CVS contents and ajp13 is not working for me ... Any insights will be apreciatted Saludos , Ignacio J. Ortega

Re: Jasper performance/3.3 tag pooling

2001-05-21 Thread Casey Lucas
Rickard, Can you please send in some complete examples? Also, did you run the tests with and without tag pooling enabled on the same version of tomcat? (By adding removing TagPoolManagerInterceptor.) My experience has been that if the jsp uses many tags, then pooling is a big performance gain

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session StandardSession.java

2001-05-21 Thread craigmcc
craigmcc01/05/21 12:54:04 Modified:catalina/src/share/org/apache/catalina/core ApplicationContext.java catalina/src/share/org/apache/catalina/session StandardSession.java Log: Spec compliance bug fix on ServletContextAtt

cvs commit: jakarta-tomcat-4.0/tester/web/golden Session05.txt WrappedSession05.txt

2001-05-21 Thread craigmcc
craigmcc01/05/21 12:54:57 Modified:tester/web/golden Session05.txt WrappedSession05.txt Log: Update the golden files to reflect the corrected behavior of session attribute events -- replacement events should include the *old* value, not the *new* value. Revision Changes

Re: Tomcat Interceptors - proof read, anyone?

2001-05-21 Thread cmanolache
Hi Filip, I'm happy to see this happening ! Documentation is one of the weakest points in tomcat, and I'm glad to see people willing to work on that. Few general comments: - licence. Tomcat is licenced under Apache, and from various reasons it's not easy to "bundle" apache and gpl-licenced code.

RE: Tomcat Interceptors - proof read, anyone?

2001-05-21 Thread Filip Hanik
> - licence. Tomcat is licenced under Apache, and from various reasons it's > not easy to "bundle" apache and gpl-licenced code. yeah, I am aware of this :). However the tomcatbook project is an independent project and I am not the owner of the project, so I would have to talk to the dudes. I for

[Tomcat 4] PROPOSAL: Revision to Build Procedures

2001-05-21 Thread Craig R. McClanahan
I'd like to propose a modification to the way that the build scripts for Tomcat 4 work, based on experience gained in the Jakarta Commons project, Struts, and a couple of non-Jakarta projects that use the same approach. Basically, the changes go like this: * Ant must be installed as an applicati

RE: Problems with ajp13 & IIS

2001-05-21 Thread Ignacio J. Ortega
u, was my own dumbness another time... latest ajp13 works with IIS .. a fresh checkout , build and everything goes fine another time... > > i've actually never had ajp13 working with iis. it's something i keep > meaning to get to, but haven't had time yet :( > > i think somebody on the

Re: [Tomcat 4] PROPOSAL: Revision to Build Procedures

2001-05-21 Thread kevin seguin
+1 "Craig R. McClanahan" wrote: > > I'd like to propose a modification to the way that the build scripts for > Tomcat 4 work, based on experience gained in the Jakarta Commons project, > Struts, and a couple of non-Jakarta projects that use the same approach. > > Basically, the changes go like

Re: [Tomcat 4] PROPOSAL: Revision to Build Procedures

2001-05-21 Thread Remy Maucherat
Quoting "Craig R. McClanahan" <[EMAIL PROTECTED]>: > I'd like to propose a modification to the way that the build scripts > for > Tomcat 4 work, based on experience gained in the Jakarta Commons > project, > Struts, and a couple of non-Jakarta projects that use the same > approach. +1 Remy

cvs commit: jakarta-tomcat-4.0/webapps/webdav build.xml

2001-05-21 Thread craigmcc
craigmcc01/05/21 14:47:35 Modified:..cvsignore build.xml catalina build.xml jasper build.xml tester build.xml webapps build.xml webapps/ROOT build.xml webapps/examples build.xml

Re: [Tomcat 4] PROPOSAL: Revision to Build Procedures

2001-05-21 Thread Jon Stevens
on 5/21/01 1:28 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > I'd like to propose a modification to the way that the build scripts for > Tomcat 4 work, based on experience gained in the Jakarta Commons project, > Struts, and a couple of non-Jakarta projects that use the same approach. >

cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-05-21 Thread craigmcc
craigmcc01/05/21 14:51:24 Modified:.build.properties.sample Log: Forgot to save to disk before checking in. Revision ChangesPath 1.2 +0 -48 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample

Version control in tomcat 4...

2001-05-21 Thread Martin van den Bemt
Hi, I just installed tomcat 4 and some things are looking good (didn't deploy my current applications yet under tomcat 4), but one of the big issues when running a server that must be online 24 hours a day, is upgrading the server with new classes / configs etc. The current "stable" tomcat doesn'

Re: Version control in tomcat 4...

2001-05-21 Thread Craig R. McClanahan
On Tue, 22 May 2001, Martin van den Bemt wrote: > Hi, > > I just installed tomcat 4 and some things are looking good (didn't deploy my > current applications yet under tomcat 4), but one of the big issues when > running a server that must be online 24 hours a day, is upgrading the server > wit

cvs commit: jakarta-tomcat-4.0/catalina/src/test - New directory

2001-05-21 Thread craigmcc
craigmcc01/05/21 16:33:41 jakarta-tomcat-4.0/catalina/src/test - New directory

cvs commit: jakarta-tomcat-4.0/catalina/src/test/org - New directory

2001-05-21 Thread craigmcc
craigmcc01/05/21 16:33:56 jakarta-tomcat-4.0/catalina/src/test/org - New directory

cvs commit: jakarta-tomcat-4.0/catalina/src/test/org/apache - New directory

2001-05-21 Thread craigmcc
craigmcc01/05/21 16:34:16 jakarta-tomcat-4.0/catalina/src/test/org/apache - New directory

cvs commit: jakarta-tomcat-4.0/catalina/src/test/org/apache/catalina - New directory

2001-05-21 Thread craigmcc
craigmcc01/05/21 16:34:33 jakarta-tomcat-4.0/catalina/src/test/org/apache/catalina - New directory

cvs commit: jakarta-tomcat-4.0/catalina/src/test/org/apache/catalina/util - New directory

2001-05-21 Thread craigmcc
craigmcc01/05/21 16:34:56 jakarta-tomcat-4.0/catalina/src/test/org/apache/catalina/util - New directory

RE: Version control in tomcat 4...

2001-05-21 Thread Martin van den Bemt
Hi Graig, > > It's hard to know how to answer that question, because I'm not quite sure > what you're proposing. Let me try a few assumptions about what you're > suggesting and make some comments on them: My writing can get "unclear" at certain moments. While I'm typing, most of the time I'm alr

RE: Version control in tomcat 4...

2001-05-21 Thread Martin van den Bemt
Hi Craig, Saw your commits ;-)) Mvgr, Martin

Packaged tag libraries

2001-05-21 Thread Robert Petersen
I have been having some problems with packaged tag libraries and have seen other mentions of this problem on the tomcat-user list. Basically the problem is that when a taglib is packaged as specified in the JSP 1.2 spec the following error is returned when trying to use a tag in that library: org

Re: [Tomcat 4] PROPOSAL: Revision to Build Procedures

2001-05-21 Thread Glenn Nielsen
+1 I was working on doing the same for jakarta-taglibs "Craig R. McClanahan" wrote: > > I'd like to propose a modification to the way that the build scripts for > Tomcat 4 work, based on experience gained in the Jakarta Commons project, > Struts, and a couple of non-Jakarta projects that use the

Re: [Tomcat 4] PROPOSAL: Revision to Build Procedures

2001-05-21 Thread Amy Roh
+1 Amy - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 21, 2001 1:28 PM Subject: [Tomcat 4] PROPOSAL: Revision to Build Procedures > I'd like to propose a modification to the way that the build scripts for > Tomcat 4 work,

cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-05-21 Thread craigmcc
craigmcc01/05/21 18:59:05 Modified:.build.xml catalina build.xml jasper build.xml webapps build.xml Added: catalina/src/test/org/apache/catalina/util CookieToolsTestCase.java Log: Equip the build

Re: Packaged tag libraries

2001-05-21 Thread Remy Maucherat
> I have been having some problems with packaged tag libraries and have seen > other mentions of this problem on the tomcat-user list. Basically the > problem is that when a taglib is packaged as specified in the JSP 1.2 spec > the following error is returned when trying to use a tag in that libr

RE: Version control in tomcat 4...

2001-05-21 Thread Craig R. McClanahan
On Tue, 22 May 2001, Martin van den Bemt wrote: > Hi Graig, > > > > It's hard to know how to answer that question, because I'm not quite sure > > what you're proposing. Let me try a few assumptions about what you're > > suggesting and make some comments on them: > > My writing can get "unclea

Re: [Tomcat 4] PROPOSAL: Revision to Build Procedures

2001-05-21 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: > I'd like to propose a modification to the way that the build scripts for > Tomcat 4 work, based on experience gained in the Jakarta Commons project, > Struts, and a couple of non-Jakarta projects that use the same approach. > > Basically, the cha

Re: Tomcat Interceptors - proof read, anyone?

2001-05-21 Thread Antony Bowesman
Hi Filip, Filip Hanik wrote: > > Hi, > I'm currently part of a project that is writing an open source > Tomcat book, http://sourceforge.net/projects/tomcatbook. > > I have written a document that explains the Tomcat interceptor > design and how to build your own interceptors. I would be happy t

Re: Jasper performance/3.3 tag pooling

2001-05-21 Thread Rickard Öberg
Hi! [EMAIL PROTECTED] wrote: > Could you send a small page ( and the taglibs ) and the test conditions ? I have sent taglib+page and test conditions to Costin. > We know the pool is synchronized and that may create problems under heavy > load, and we know how to fix this ( by using a per/thread

Re: Jasper performance/3.3 tag pooling

2001-05-21 Thread Rickard Öberg
Casey Lucas wrote: > Also, did you run the > tests with and without tag pooling enabled on the same version of > tomcat? (By adding removing TagPoolManagerInterceptor.) Yes. The only thing changed between the runs was the TPMI flag. > > This is a bad design. Basically, any gains you get from re