[GUMP] Build Failure - Tomcat 3.x

2001-03-23 Thread Sam Ruby
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2001-03-23/jakarta-tomcat.html Buildfile: build.xml detect: msg.jdk12: [echo] Detected JDK1.2

BugRat Bug #24 - bootstrap.bat/sh classpath setup

2001-03-23 Thread BugRat Mail System
Bug #24 Details Project: Ant Category: Feature Requests SubCategory: Enhancement Class: support State: closed Priority: medium Severity: non-critical Confidence: public Environment: Release: CVS Snapshot (1.2alpha) JVM Release: Sun 1.3 JRE Operating System: Windows 2K OS Release: No

Realm design

2001-03-23 Thread David Cittadini
I have a few questions about the Realm design: a) How does a Realm find details of the Login Config for the Context currently being authenticated? When developing a Realm it may be very useful to determine the authentication method used. However, at the moment the Realm is just told to

SSI Update

2001-03-23 Thread Bip Thelin
Here's the latest version of the SSI package which now *fully* implements: Echo Config errmsg sizefmt timefmt Fsize flastmod include exec is the only command from the NCSA SSI standard that is not supported. Enjoy, Bip tomcat-4.x.SSI.zip

[TC322] Code Freeze

2001-03-23 Thread Marc Saegesser
I am about to start the tag and build for Tomcat 3.2.2 beta 2. Please do not make any changes to the tomcat_32 branch until further notice.

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade Servlet22Interceptor.java

2001-03-23 Thread costin
costin 01/03/23 08:32:21 Modified:src/facade22/org/apache/tomcat/facade Servlet22Interceptor.java Log: Ops, thanks Gump. Restarting the nightly builds is now on the top of the todo list... Revision ChangesPath 1.15 +1 -1

Re: Mod_jk for Solaris 8- Apache 1.3.17-Tomcat 3.2.1

2001-03-23 Thread Dan Milstein
Take a look at the most recent 3.2.x code -- people have cleaned up some of the mod_jk docs, and there may be something there which will help you. You could either download TC 3.2.2b1 (or 2, once Marc gets that out), or pull the latest thing from cvs (the tomcat_32 tag). -Dan "Hardy, Maurice"

Re: Timestamps in mod_jk.log

2001-03-23 Thread Dan Milstein
Shahed, As one of the current mod_jk maintainers, I can tell you that (sadly), I'm not going to be able to work on that any time soon (there are a bunch of more pressing connector-related things on my plate). However, I *did* just finish adding a raft of comments to the mod_jk code, and I'm

Re: [STATUS] Tomcat 3.2.2

2001-03-23 Thread Dan Milstein
Marc, I just want to say that it is fantastic that you have managed to corral all those loose bug reports. -Dan Marc Saegesser wrote: Well, it took longer than I had hoped, but we have finally managed to review *all* open bug reports against Tomcat-3! The only reports left in the NEW

RE: mod_webapp status?

2001-03-23 Thread GOMEZ Henri
Since mod_jk is using just a few APR-like functions, the transition woulnd't be difficult - but it's important to do it at the right time. And IMHO that should come as a decision from tomcat-dev - I would feel very bad if Henri or Dan would decide to switch to APR without a serious discussion

Re: VHosting

2001-03-23 Thread Dan Milstein
Thom, There was vigorous back and forth about this on the mailing list a few weeks back -- I'll paste in the final message in the thread -- you could also take a look in the archives for more details. This is from Henri: -Dan ==

RE: java.lang.OutOfMemoryError

2001-03-23 Thread Parayali, Jayesh 1065
Title: RE: java.lang.OutOfMemoryError StringWriter wraps StringBuffer. So you are using StringBuffer. -Original Message- From: chu luk [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 6:26 PM To: [EMAIL PROTECTED] Subject: RE: java.lang.OutOfMemoryError i am not doing a

TC3.3 - building javadoc

2001-03-23 Thread Mel Martinez
Currently, when you run the build script (for TC 3.3), build.xml has 'dist' dependent on the 'javadoc' target. The 'javadoc' target compiles javadoc pages for org.apache.tomcat.core and org.apache.tomcat.modules.*. I dunno about you, but this seems insufficient for 'dist'. Shouldn't the

bug in SimpleSessionStore/ServerSession id

2001-03-23 Thread Mel Martinez
I posted on this earlier (last night), but the tomcat-dev list is now so slow that I don't know if it ever really made it to the list. I'm encountering a bug now in SimpleSessionStore. In the inner class (gawd I hate inner classes :-)) SimpleSessionManager's getNewSession() method, a

Catalina vs. preServletInit et. al.

2001-03-23 Thread T. Park
Hello, I'm a newbie to the Catalina code line and need some guidance (lots actually)... I have a custom interceptor that works really well with Tomcat 3.x that does some special setup work in the preServletInit/postServletInit, preService/postService and preServletDestroy/postServletDestroy

Still have XML loading problems

2001-03-23 Thread Kevin Jones
Craig, I'm playing with the 22nd March drop of Catalina, and I've come across a scenario where the new classloading architecture doesn't quite work. I'm using Xerces and Xalan (although Xalan is irrelevant to this). If I access a servlet that uses XML and I don't put Xerces in my

Re: Still have XML loading problems

2001-03-23 Thread Craig R. McClanahan
Kevin Jones wrote: Craig, I'm playing with the 22nd March drop of Catalina, and I've come across a scenario where the new classloading architecture doesn't quite work. I'm using Xerces and Xalan (although Xalan is irrelevant to this). If I access a servlet that uses XML and I don't put

RE: TC3.3 - building javadoc

2001-03-23 Thread Ignacio J. Ortega
Normally i use a custom build that generates org.apache.tomcat.* javadocs instead of the normal reduced set.. I'm +1 on this change for release.. Saludos , Ignacio J. Ortega -Mensaje original- De: Mel Martinez [mailto:[EMAIL PROTECTED]] Enviado el: viernes 23 de marzo de 2001

cvs commit: jakarta-tomcat/src/webpages index.html

2001-03-23 Thread marcsaeg
marcsaeg01/03/23 11:13:16 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 Constants.java src/webpages Tag: tomcat_32 index.html Log: Updating version numbers for the Tomcat 3.2.2 beta 2 release. Revision ChangesPath No

Is Apache web server 1.3.x multithreaded

2001-03-23 Thread chu luk
Hi, Is Apache web server 1.3.x multithreaded? that's each request and handle by a thread. OR each request is handle by a child process fork by parent? thanks. __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail.

RE: Any plan to support status 304 ?

2001-03-23 Thread Ignacio J. Ortega
Hola a todos, Remy: All HTTP/1.1 ifs headers should be supported in 4.0, as well as ranged requests (for resuming), and many other things. After too much reading on HTTP RFC specs, and many documents around that, i see no problems on implementing ifs honoring on Tomcat 3.3 as HTTP 1.0 RFC

limit servlet access to user

2001-03-23 Thread chu luk
Hi, I have a web application running on tomcat. there are 2 httpServlet in that web app. how can i limit user access to one of the httpServlet? I read the example application in tomcat under \tomcat\webapps\examples\jsp\security which demo form base authentication. I looked through all the

Re: bug in SimpleSessionStore/ServerSession id

2001-03-23 Thread cmanolache
Hi Mel, I'm working on the SimpleSessionStore, it had problems with recycling the ServerSession objects and I tried to fix them while removing some complexity and spaghetti code. I'll check that - probably after this weekend I'll be done with the session and threading changes. Regarding

RE: Still have XML loading problems

2001-03-23 Thread Kevin Jones
Yep 1.3 I think the only workaround for this is to ship our own copy of the JAXP JAR files, with the "sealed" attribute removed. I'm also going to be talking with the JAXP folks about removing that in their next release. :-( What would happen if you made a special case of the JSP servlet

limit servlet access to user

2001-03-23 Thread chu luk
Hi, I have a web application running on tomcat. there are 2 httpServlet in that web app. how can i limit user access to one of the httpServlet? I read the example application in tomcat under \tomcat\webapps\examples\jsp\security which demo form base authentication. I looked through all the

RE: TC3.3 - building javadoc

2001-03-23 Thread Mel Martinez
In the change I propose to make (I've already done it locally and it seems to work well) we'd have the following sorts of targets: target name="dist" depends="dist.prepare,javadoc,dist.war" target name="dist.prepare" depends="main,webapps,tomcat-jars-new" target name="javadoc"

RE: TC3.3 - building javadoc

2001-03-23 Thread Mel Martinez
In the change I propose to make (I've already done it locally and it seems to work well) we'd have the following sorts of targets: target name="dist" depends="dist.prepare,javadoc,dist.war" target name="dist.prepare" depends="main,webapps,tomcat-jars-new" target name="javadoc"

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

2001-03-23 Thread melaquias
melaquias01/03/23 13:55:55 Modified:src/share/org/apache/tomcat/util/res StringManager.java Log: Changes getString(String key) to return null if the requested resource is not found. This is consistent with general java container pattern usage and enables calling code to detect

[STATUS] Tomcat 3.2.2 beta 2

2001-03-23 Thread Marc Saegesser
The tomcat_322_b2 tag is now available. The binary and source distributions have been uploaded. I've got a couple more download tests to finish before I update the website and send the announcement messages. If anyone has binaries that they want included in the distribution please send them to

RE: Any plan to support status 304 ?

2001-03-23 Thread Remy Maucherat
Quoting "Ignacio J. Ortega" [EMAIL PROTECTED]: Hola a todos, Remy: All HTTP/1.1 ifs headers should be supported in 4.0, as well as ranged requests (for resuming), and many other things. After too much reading on HTTP RFC specs, and many documents around that, i see no problems on

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/resources LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties

2001-03-23 Thread melaquias
melaquias01/03/23 14:50:16 Added: src/share/org/apache/jasper/resources LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties Log: LocalString.properties replaces messages.properties Name change

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

2001-03-23 Thread melaquias
melaquias01/03/23 14:51:13 Modified:src/share/org/apache/tomcat/util/res StringManager.java Log: Fix bug in getString() that throws nullpointerexception if args==null. Revision ChangesPath 1.3 +28 -23

cvs commit: jakarta-tomcat/src/share/org/apache/jasper Constants.java

2001-03-23 Thread melaquias
melaquias01/03/23 14:55:38 Modified:src/share/org/apache/jasper Constants.java Log: Refactored to use org.apache.tomcat.util.res.StringManager for String Resource retrieval. [i.e. maximize code re-use]. affects: Jasper message strings in org.apache.jasper.resources no

cvs commit: jakarta-tomcat/src/share/org/apache/jasper Constants.java

2001-03-23 Thread melaquias
melaquias01/03/23 14:58:09 Modified:src/share/org/apache/jasper Constants.java Log: Put check in message() behavior for null return value from getString(key) call. If string resource not there, log key parameter as the message. Revision ChangesPath 1.19 +3 -1

Re: Still have XML loading problems

2001-03-23 Thread Craig R. McClanahan
Kevin Jones wrote: Yep 1.3 I think the only workaround for this is to ship our own copy of the JAXP JAR files, with the "sealed" attribute removed. I'm also going to be talking with the JAXP folks about removing that in their next release. :-( What would happen if you made a

cvs commit: jakarta-tomcat/src/share/org/apache/jasper Constants.java

2001-03-23 Thread melaquias
melaquias01/03/23 15:00:10 Modified:src/share/org/apache/jasper Constants.java Log: Oops. Fix to put in missing {} or won't compile! Revision ChangesPath 1.20 +7 -6 jakarta-tomcat/src/share/org/apache/jasper/Constants.java Index: Constants.java

RE: Still have XML loading problems

2001-03-23 Thread Kevin Jones
It (the JSP servlet) is loaded early already. It (and its XML parser) are now loaded by another classloader (not sure that was true on the 22nd -- if your Tomcat 4.0 has "jasper-compiler.jar" and "jasper-runtime.jar" separated, then it is for you). I have jasper-compiler.jar in 'jasper'

[GUMP] Build Failure - Tomcat 3.x

2001-03-23 Thread Sam Ruby
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2001-03-23/jakarta-tomcat.html Buildfile: build.xml detect: msg.jdk12: [echo] Detected JDK1.2

Re: Mod_jk for Solaris 8- Apache 1.3.17-Tomcat 3.2.1

2001-03-23 Thread Pilho Kim
Hi, The option "-lposix4" is required. This is my script to make mod_jk.so $APACHE_HOME/bin/apxs -o mod_jk.so -DSOLARIS -I../jk \ -I$JAVA_HOME/include -I$JAVA_HOME/include/solaris\ -lposix4 -c *.c ../jk/*.c Regards, Kim On Thu, 22 Mar 2001, Hardy, Maurice wrote: Hi, I need

Re: Still have XML loading problems

2001-03-23 Thread Craig R. McClanahan
Kevin Jones wrote: It (the JSP servlet) is loaded early already. It (and its XML parser) are now loaded by another classloader (not sure that was true on the 22nd -- if your Tomcat 4.0 has "jasper-compiler.jar" and "jasper-runtime.jar" separated, then it is for you). I have

Re: Catalina vs.preServletInit et. al.

2001-03-23 Thread Thom Park
Hmm.. interesting - In my modification(s) I was setting some thread-local objects which were then used by some objects referred to in my servlet. i.e. I was setting a naming-context such that it referred to the naming context that was appropriate for my execution thread. If I register an

Re: Catalina vs.preServletInit et. al.

2001-03-23 Thread Craig R. McClanahan
On Fri, 23 Mar 2001, Thom Park wrote: Hmm.. interesting - In my modification(s) I was setting some thread-local objects which were then used by some objects referred to in my servlet. i.e. I was setting a naming-context such that it referred to the naming context that was appropriate

cvs commit: jakarta-tomcat-4.0/lib - New directory

2001-03-23 Thread craigmcc
craigmcc01/03/23 17:10:56 jakarta-tomcat-4.0/lib - New directory

cvs commit: jakarta-tomcat-4.0/lib crimson.jar jaxp.jar

2001-03-23 Thread craigmcc
craigmcc01/03/23 17:23:23 Modified:.README.txt RELEASE-NOTES-4.0-B2.txt build.bat build.sh Added: lib crimson.jar jaxp.jar Log: Add a special version of the jaxp.jar and crimson.jar files (from JAXP/1.1 final release) that have had the

RE: Still have XML loading problems

2001-03-23 Thread Kevin Jones
Craig, bear with my ignorance of how Catalina works at this point. I'm assuming that the JSP servlet compiles the 'raw' JSP-XML-Java and then compiles this to a .class file. Why does the Jasper class-loader delegate to the web-apps classloader, isn't the Jasper step entirely independent. If so,

Re: trouble compiling mod_jk.so

2001-03-23 Thread Pilho Kim
Hi, Retry with Apache 1.3.14 or 1.3.17 Regards, Kim On Fri, 23 Mar 2001, Jim Yiu wrote: Hi, I am trying to compile the Tomcat-Apache plugin for Solaris and am unsuccessful,, I am trying to follow the mod_jk faq but it does not explain what to do when there are compile errors. For

Catalina vs.preServletInit et. al.

2001-03-23 Thread T. Park
Hello, I'm a newbie to the Catalina code line and need some guidance (lots actually)... I have a custom interceptor that works really well with Tomcat 3.x that does some special setup work in the preServletInit/postServletInit, preService/postService and preServletDestroy/postServletDestroy

trouble compiling mod_jk.so

2001-03-23 Thread Jim Yiu
Hi, I am trying to compile the Tomcat-Apache plugin for Solaris and am unsuccessful,, I am trying to follow the mod_jk faq but it does not explain what to do when there are compile errors. For Solaris, there is no binary available and we have to create our own shared object. Here is the

Performance of Tomcat outprocess model

2001-03-23 Thread Surendra Yadav
Hi, As per the User Guide the performance of outprocess servlet container is not good. Can any body tell me after for how many clients it is creating problem. Any body developed and tested the application using Apache, Tomcat and JOnAS, whats the performance with this combination. Regards