Re: Jk2 logging

2002-02-19 Thread Remy Maucherat
> Hi, > > A quick proposal ( vote ? ): I would like to start using commons-logging > in jk2. Right now it has println() style, but beeing able to benefit > from the fine control that log4j ( and other loggers ) provides > would help a lot. +1. > If nobody oposes, I will check in a current build

RE: Rename jK2 to mod_jk2 ?

2002-02-19 Thread GOMEZ Henri
So JkMount in Jk2 will point to NOP ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: [EMAIL PROTECTED]

DO NOT REPLY [Bug 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-02-19 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: [Daemon] New commons component

2002-02-19 Thread GOMEZ Henri
I saw there is provisions in commons-sandbox daemon for Interception of Signals. Did there is plan to add this feature to Tomcat 3.3.1/4.0.2 as it will be a real bonus for site admins ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY :

Content-length check

2002-02-19 Thread Philippe Van Der Gucht
Hello, I bumped into a problem where I wanted to prevent a file upload from happening. The easy way was to insert some code in the connector (org.apache.ajp.RequestBase) that checks if the content-length is below a configured value. If it isn't then that's where my problem begins... Can I abort

Re: Content-length check

2002-02-19 Thread victor
if you are not looking for setting this limit dynamicly, this apache directive might solve your problem. http://httpd.apache.org/docs/mod/core.html#limitrequestbody Philippe Van Der Gucht wrote: > Hello, > > I bumped into a problem where I wanted to prevent a file upload from happening. > The

Re: Content-length check

2002-02-19 Thread Philippe Van Der Gucht
[EMAIL PROTECTED] wrote: > > if you are not looking for setting this limit dynamicly, this apache directive > might solve your problem. > > http://httpd.apache.org/docs/mod/core.html#limitrequestbody Yes, I knew about this apache directive. :-) You can imagine that I tested and guess what, the

jk2 renaming

2002-02-19 Thread GOMEZ Henri
Work is still in progress for the renaming of jk2 (native2) calls and vars to jk2_. Should be achieved tomorrow or on Thursday :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9D

mod_webapp contexts and virtual hosts

2002-02-19 Thread Szymon Stasik
Hi, I have configuration like - server.xml: foo2.bar2.com foo3.bar3.com and httpd:conf: ServerName foo1.bar1.com WebAppConnection conn1 warp localhost:8008 WebAppDeploy app_1 conn / ServerName foo2.bar2.com WebAppConnection

RE: mod_webapp contexts and virtual hosts

2002-02-19 Thread Jarecsni János
Hey, I've run into something similar, with mod_jk. More below -- Jarecsni, János MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392 |-Original Message- |From: Szymon Stasik [mailto:[EMAIL PROTECTED]] |

hai

2002-02-19 Thread Harikrishna_B
Title: hai Hello all,    I had kept my servlet in this path in tomcat 4.0.     d:/program files/apache tomcat 4.0/webapps/examples/web-inf/classes/ TreeServlet Now where I have to keep the javascript files and the html files in tomcat 4.0 so that the servlet will access the html files and the

Re: mod_webapp contexts and virtual hosts

2002-02-19 Thread Szymon Stasik
Hi, Jarecsni János wrote: > | > |Since I need to have applications available in root, I was trying confs > |like (I also have to use apache...): > | > |WebAppDeploy app_1 conn /app_1 > | > |with some rewriting but then it seems to be some session/cookie issue :( > | > > I've successfull

Re: altering the session cookie's path (Tomcat 4.0x): RESOLVED

2002-02-19 Thread jean-frederic clere
Jarecsni János wrote: > > Hi, > > after some time I've found that the session cookie is set in the AJP > connector, namely in org.apache.ajp.tomcat4.AJP13Response (method > sendHeaders()). Actually to my surprise > o.a.c.connector.HttpResponseBase#sendHeaders() is called only when the first > re

BUG? References to old WebappClassLoaders never released.

2002-02-19 Thread Thomas Åhlen
To summarize the problem: I had a memory leak when using Tomcats manager to reload my application. Analyzing the situation i found that Singeltons are never GC'd. Why? Looking deeper there seems to be a problem with old WebappClassLoaders never getting GC'd and the reason seems to be that there a

Re: Jk2 logging

2002-02-19 Thread costinm
On Tue, 19 Feb 2002, Remy Maucherat wrote: > > If nobody oposes, I will check in a current build of commons-logging > > ( with the option to override it for those who like downloading > > each individual dependency ). > > -0.5. The current property system looks ok to me, and Tomcat itself alread

RE: Rename jK2 to mod_jk2 ?

2002-02-19 Thread costinm
On Tue, 19 Feb 2002, GOMEZ Henri wrote: > So JkMount in Jk2 will point to NOP ? No, it'll be commented out ( as long as we use jk in parallel with jk2 ). ( to avoid name conflicts ). When jk2 is ready and we decide it's time to stop supporting jk1, we can add back JkMount for backward compatibi

JarURLConnection and 4.0.2 missing java.io.tmpdir ../temp

2002-02-19 Thread chris monster
Hi guys, this appears to have already been corrected subsequent to the 402 final (ie, the nightly tomcat build) - however, I thought it might be very worthwhile for others to know. the System Property java.io.tmpdir is set on Catalina startup to "../temp", however, no empty temp dir is included i

RE: Rename jK2 to mod_jk2 ?

2002-02-19 Thread GOMEZ Henri
Ok not a nop but a comment - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: [EMAIL PROTECTED] [mailto:[E

DO NOT REPLY [Bug 6548] New: - Docs refer to a "jasper" directory but it doesn't exist.

2002-02-19 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: [Daemon] New commons component

2002-02-19 Thread Pier Fumagalli
"Patrick Luby" <[EMAIL PROTECTED]> wrote: > Remy, > > This is great news! > > I scanned through the Unix code and noticed that it uses the chmod'ing > executables with setuid bits instead of performing a JNI call to the setuid() > and seteuid() C functions before and after binding of a ServerSo

DO NOT REPLY [Bug 6550] New: - Old WebappClassLoaders can't be GC'd. Not all references removed.

2002-02-19 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 6552] New: - comments parsed in jsp pages

2002-02-19 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: [Daemon] New commons component

2002-02-19 Thread Remy Maucherat
> "Patrick Luby" <[EMAIL PROTECTED]> wrote: > > > Remy, > > > > This is great news! > > > > I scanned through the Unix code and noticed that it uses the chmod'ing > > executables with setuid bits instead of performing a JNI call to the setuid() > > and seteuid() C functions before and after bindin

Re: JarURLConnection and 4.0.2 missing java.io.tmpdir ../temp

2002-02-19 Thread Remy Maucherat
> Hi guys, this appears to have already been corrected subsequent to the > 402 final (ie, the nightly tomcat build) - however, I thought it might > be very worthwhile for others to know. > > the System Property java.io.tmpdir is set on Catalina startup to > "../temp", however, no empty temp dir is

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator BasicAuthenticator.java DigestAuthenticator.java FormAuthenticator.java SSLAuthenticator.java

2002-02-19 Thread craigmcc
craigmcc02/02/19 09:13:26 Modified:catalina/src/share/org/apache/catalina/authenticator Tag: tomcat_40_branch BasicAuthenticator.java DigestAuthenticator.java FormAuthenticator.java SSLAuthenticator.java Log: Po

Re: BUG? References to old WebappClassLoaders never released.

2002-02-19 Thread Remy Maucherat
> To summarize the problem: > > I had a memory leak when using Tomcats manager to reload my application. > Analyzing the situation i found that Singeltons are never GC'd. Why? Looking > deeper there seems to be a problem with old WebappClassLoaders never getting > GC'd and the reason seems to be t

Re: [Daemon] New commons component

2002-02-19 Thread Patrick Luby
Pier, Hmmm. I could only find the setuid() calls in the parent process that launches Tomcat. I couln't find any code JNI code (or a shared library) that Tomcat could use to temporarily switch the user back to root immediately before binding a ServerSocket object and then switching the user back i

DO NOT REPLY [Bug 6556] New: - Webapp fails on javax.xml.transform.Result class not found

2002-02-19 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 6556] - Webapp fails on javax.xml.transform.Result class not found

2002-02-19 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: [Daemon] New commons component

2002-02-19 Thread Remy Maucherat
> I saw there is provisions in commons-sandbox daemon for > Interception of Signals. > Did there is plan to add this feature to Tomcat 3.3.1/4.0.2 > as it will be a real bonus for site admins ? Well, the BootstrapService class is implementing the service/daemon API, so if you use it instead of B

DO NOT REPLY [Bug 6556] - Webapp fails on javax.xml.transform.Result class not found

2002-02-19 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: [Daemon] New commons component

2002-02-19 Thread jean-frederic clere
Remy Maucherat wrote: > > > "Patrick Luby" <[EMAIL PROTECTED]> wrote: > > > > > Remy, > > > > > > This is great news! > > > > > > I scanned through the Unix code and noticed that it uses the chmod'ing > > > executables with setuid bits instead of performing a JNI call to the > setuid() > > > and

RE: Tomcat: Distributed Session Management revisited

2002-02-19 Thread Aaron Smuts
In JCS (Java Caching System) in Turbine Stratum there is a rough distributed session layer. JCS might also be useful for storing session data even if it is not distributed. http://jakarta.apache.org/turbine/stratum/JavaCachingSystem.html JavaGroups may be good for a JCS distribution plugin as

DO NOT REPLY [Bug 5113] - tomcat4-manual-4.0.1-1 rpm missing files

2002-02-19 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 5112] - tomcat4 rpm missing doc files

2002-02-19 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 4801] - Many documents included with webapps 4.0.1 RPM are zero length

2002-02-19 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 5513] - $CLASSPATH in /usr/bin/dtomcat4 from the RPM package

2002-02-19 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 6556] - Webapp fails on javax.xml.transform.Result class not found

2002-02-19 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 6374] - class not find for:org/w3c/dom/range/Range

2002-02-19 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 6552] - comments parsed in jsp pages

2002-02-19 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: [Daemon] New commons component

2002-02-19 Thread jean-frederic clere
Patrick Luby wrote: > > Pier, > > Hmmm. I could only find the setuid() calls in the parent process that launches > Tomcat. I couln't find any code JNI code (or a shared library) that Tomcat could > use to temporarily switch the user back to root immediately before binding a > ServerSocket object

Re: [Daemon] New commons component

2002-02-19 Thread Patrick Luby
Jean-Frederic, jean-frederic clere wrote: > That Pier's code (in jakarta-commons-sandbox/daemon/src/native/unix/native). > Where is the chmod()? > The idea of making setuid() and setgid() from the JVM is also possible - I will > try it - I was thinking that since all ServerSocket binding is that

DO NOT REPLY [Bug 6548] - Docs refer to a "jasper" directory but it doesn't exist.

2002-02-19 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-4.0 RELEASE-NOTES-4.0.3-B1.txt

2002-02-19 Thread remm
remm02/02/19 09:47:05 Modified:.Tag: tomcat_40_branch RELEASE-NOTES-4.0.3-B1.txt Log: - Update release notes. Revision ChangesPath No revision No revision 1.1.2.7 +2 -5 jakarta-tomcat-4.0/Attic/RELEAS

DO NOT REPLY [Bug 6486] - Documentation error for RPM install

2002-02-19 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 5415] - manual rpm requires a webserver, but tomcat doesn't count?

2002-02-19 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: [Daemon] New commons component

2002-02-19 Thread costinm
On Tue, 19 Feb 2002, Patrick Luby wrote: > Pier, > > Hmmm. I could only find the setuid() calls in the parent process that launches > Tomcat. I couln't find any code JNI code (or a shared library) that Tomcat could > use to temporarily switch the user back to root immediately before binding a >

Re: [Daemon] New commons component

2002-02-19 Thread costinm
On Tue, 19 Feb 2002, jean-frederic clere wrote: > Costin has started something like that in > jakarta-tomcat-connectors/jk/native/jni/jk_jni_aprImpl.c the way is the good > one: Use APR to save porting problems. Yes, jk2 will make use of apr. One 'piece' of jk is a JNI library that will be used

Re: [Daemon] New commons component

2002-02-19 Thread costinm
On Tue, 19 Feb 2002, Patrick Luby wrote: > I was thinking that since all ServerSocket binding is that we could implement > this as a static native method so that both Tomcat 3.x and 4.x could load the > shared library and invoke the calls as close as possible to the actual point > that a ServerSo

DO NOT REPLY [Bug 6557] New: - isapi_redirector can not handle post request from netscape 4.7x

2002-02-19 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 6558] New: - null ptr in RequestDumperValve.toString if debug in catalina/XmlMapper

2002-02-19 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

Trubles installing mod_jk

2002-02-19 Thread afterz
Hi, I am having some troubles installing mod_jk... I don`t know what happens, because when I call a servlet, or even a static page into the directory context, the browser says that is opening page but gets down with time out. I think that can be a problem with my mod_jk.so, I`ve got it wit

Re: [Daemon] New commons component

2002-02-19 Thread Patrick Luby
Costin, [EMAIL PROTECTED] wrote: > > How easy would it be if that was possible ? For both hackers and > developers :-) If we keep this as a "public static void" method, these could be used by any codebase (as long as they pulled in the .jar and shared library files). > > Changing the uid to r

Re: [Daemon] New commons component

2002-02-19 Thread Patrick Luby
Costin, [EMAIL PROTECTED] wrote: > If you have the time, writing this code as part of j-t-c/jk/native2/jni > would be great :-) There are many things still missing there, like in-process > support for 4.x and build procedure for other platforms ( we have > ant-based support for libtool, win, net

RE: [Daemon] New commons component

2002-02-19 Thread GOMEZ Henri
>Well, of course the process would have to be started as root >and the setuid to a >non-root user happens at the start of the process. Then, the >JNI calls allow you >to invoke setuid to switch back to the "saved uid" which is >root (since that is >the uid of the parent process). The only issue

Re: [Daemon] New commons component

2002-02-19 Thread Patrick Luby
Henri, There should be no requirement for Tomcat to start as root. However, some may want to run Tomcat on a port < 1024. In such cases, you need to start as root but most site admins want the process to setuid to a non-root user for security reasons. Patrick GOMEZ Henri wrote: > > >Well, of

Running a build from CVS

2002-02-19 Thread Filip Hanik
Hi I'm trying to run a build from CVS, but all the jars are not included in the CVS tree. Where should I put the jars in order for me to run a successful build of the latest tree. thanks Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net

[IGNORE]Running a build from CVS

2002-02-19 Thread Filip Hanik
RTFM Hi I'm trying to run a build from CVS, but all the jars are not included in the CVS tree. Where should I put the jars in order for me to run a successful build of the latest tree. thanks Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.f

Re: [Daemon] New commons component

2002-02-19 Thread costinm
On Tue, 19 Feb 2002, Patrick Luby wrote: > > Changing the uid to root is certainly impossible AFAIK ( at least on > > unix, on NT everything is possible, but I hope not this one ). > > > Well, of course the process would have to be started as root and the setuid to a > non-root user happens at t

Re: [Daemon] New commons component

2002-02-19 Thread Patrick Luby
Costin, [EMAIL PROTECTED] wrote: > > On Tue, 19 Feb 2002, Patrick Luby wrote: > > My point was that after you drop the root priviledges, there's no way > to get them back. > > I just double checked the manual, at least on linux. Hmmm. I picked this up from the Solaris man pages. It is probabl

cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-19 Thread larryi
larryi 02/02/19 11:17:56 Modified:.RELEASE-PLAN-3.3.1.txt Log: Update release plan Revision ChangesPath 1.6 +17 -2 jakarta-tomcat/RELEASE-PLAN-3.3.1.txt Index: RELEASE-PLAN-3.3.1.txt ==

[PATCH] log output can get messed up with org.apache.catalina.logger.FileLogger

2002-02-19 Thread Kevin Seguin
if a lot of log messages are being written to a file by a lot of threads using org.apache.catalina.logger.FileLogger, the output can get messed up so that you get things like this: [timestamp-1] [timestamp-2] [message-1] [message-2] instead of this: [timestamp-1] [message-1] [timestamp-2] [me

DO NOT REPLY [Bug 6557] - isapi_redirector can not handle post request from netscape 4.7x

2002-02-19 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 6560] New: - naming-factory.jar from Tomcat 4.0.2 RPM not complete

2002-02-19 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 6557] - isapi_redirector can not handle post request from netscape 4.7x

2002-02-19 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: [Daemon] New commons component

2002-02-19 Thread costinm
On Tue, 19 Feb 2002, Patrick Luby wrote: > focus my efforts on finding a good place in Tomcat 4.x to setuid to a non-root > user like Apache does instead of pursuing this probably platform specific use of >setuid. That would be after all connectors have opened the ports, but before _any_ user

Re: [Daemon] New commons component

2002-02-19 Thread Patrick Luby
Costin, [EMAIL PROTECTED] wrote: > > That would be after all connectors have opened the ports, but before _any_ > user code gets executed ( including the context init which trigers loading > of on-startup servlets ). In Tomcat 4.x, the last port opened is in StandardServer.await() - this is the

DO NOT REPLY [Bug 6561] New: - Log rollover at midnight doesn't work

2002-02-19 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 6561] - Log rollover at midnight doesn't work

2002-02-19 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-4.0/catalina/src/share/org/apache/catalina/valves RequestDumperValve.java

2002-02-19 Thread remm
remm02/02/19 14:10:47 Modified:catalina/src/share/org/apache/catalina/valves Tag: tomcat_40_branch RequestDumperValve.java Log: - Fix bug 6558. Revision ChangesPath No revision No revision 1.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves RequestDumperValve.java

2002-02-19 Thread remm
remm02/02/19 14:11:26 Modified:catalina/src/share/org/apache/catalina/valves RequestDumperValve.java Log: - Fix bug 6558. I'm not sure the digester would need this fix, but it definitely doesn't hurt. Revision ChangesPath 1.5 +6 -5

DO NOT REPLY [Bug 6558] - null ptr in RequestDumperValve.toString if debug in catalina/XmlMapper

2002-02-19 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-4.0/catalina/src/share/org/apache/catalina/startup ContextConfig.java

2002-02-19 Thread craigmcc
craigmcc02/02/19 14:16:00 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java ServerLifecycleListener.java catalina/src/share/org/apache/catalina/startup ContextConfig.java Log: Correct the mechanism b

jk2 renaming - need revue and comments

2002-02-19 Thread GOMEZ Henri
Ouf, finished the renaming of jk2 (native2) Some remarks : 1) I choose to rename ALL JK directive since there are just too many which are common in JK (SSL, LOG, DATE...) ... AP_INIT_TAKE1( "Jk2WorkersFile", jk2_set1, "workerFile", RSRC_CONF, "the name of a worker file f

RE: [Daemon] New commons component

2002-02-19 Thread GOMEZ Henri
It's very easy at least in Unix world to have tomcat run as a basic user : Attached is the wrapper code (tomcat4) I use in TC 4.0.2 RPMS which replace catalina.sh dtomcat4 is a modified version of catalina.sh Ditto for jasper4 and djasper4 I'm unsure it's very usefull to have Tomcat 4.0 start

Re: jk2 renaming - need revue and comments

2002-02-19 Thread costinm
On Wed, 20 Feb 2002, GOMEZ Henri wrote: > 1) I choose to rename ALL JK directive since there are >just too many which are common in JK (SSL, LOG, DATE...) I think we should get rid of them too :-) JkWorkersFile should be replaced with a Jk2Properties ( and we should use jk2.properties inst

Re: [PATCH] log output can get messed up with org.apache.catalina.logger.FileLogger

2002-02-19 Thread Remy Maucherat
> attached is a patch with one possible solution - i could commit this, but i generally > don't commit on tomcat4, so i'd like some +1's before committing :) +1, but you don't need my permission (I'd complain if I don't like a patch). If you can, commit the patch on both branches. Thanks, Remy

Re: [Daemon] New commons component

2002-02-19 Thread Remy Maucherat
> Costin, > > [EMAIL PROTECTED] wrote: > > > > That would be after all connectors have opened the ports, but before _any_ > > user code gets executed ( including the context init which trigers loading > > of on-startup servlets ). > > In Tomcat 4.x, the last port opened is in StandardServer.await(

Re: [Daemon] New commons component

2002-02-19 Thread Patrick Luby
Remy, Remy Maucherat wrote: > jsvc and the Daemon code don't use the normal Bootstrap class, but rather > use BootstrapService, which is the one which implements the Service/Daemon > interface. This shouldn't call StandardServer.await, but rather will only > call the start and stop method. > > S

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

2002-02-19 Thread remm
/commons-collections-1.0 commons-collections.lib=${commons-collections.home} commons-collections.jar=${commons-collections.lib}/commons-collections.jar + + +# - Commons Daemon, version 20020219 or later - +commons-daemon.home=${base.path}/commons-daemon +commons-daemon.lib=$

Re: [Daemon] New commons component

2002-02-19 Thread Remy Maucherat
> Remy, > > Remy Maucherat wrote: > > jsvc and the Daemon code don't use the normal Bootstrap class, but rather > > use BootstrapService, which is the one which implements the Service/Daemon > > interface. This shouldn't call StandardServer.await, but rather will only > > call the start and stop m

cvs commit: jakarta-tomcat-4.0/catalina/etc bootstrap.MF

2002-02-19 Thread remm
remm02/02/19 17:00:57 Modified:catalina/etc bootstrap.MF Log: - Add an optional dependency on commons-daemon. - BootstrapService (which I don't plan to rename because of script compatibility concerns) will not be compiled if commons-daemon is not present. - BootstrapSer

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

2002-02-19 Thread remm
remm02/02/19 17:01:10 Modified:catalina build.xml Log: - Add an optional dependency on commons-daemon. - BootstrapService (which I don't plan to rename because of script compatibility concerns) will not be compiled if commons-daemon is not present. - BootstrapService no

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup BootstrapService.java

2002-02-19 Thread remm
remm02/02/19 17:01:34 Modified:catalina/src/share/org/apache/catalina/startup BootstrapService.java Log: - Add an optional dependency on commons-daemon. - BootstrapService (which I don't plan to rename because of script compatibility concerns) will

cvs commit: jakarta-tomcat-4.0 BUILDING.txt

2002-02-19 Thread remm
ies For This Subproject +(24) Download and Install the Commons Daemon Binary Distribution + +NOTE: This step is only required if you wish to build the classes needed to +run Tomcat as a native operating system daemon using commons-daemon. + +* Download a binary distribution of version

cvs commit: jakarta-tomcat-4.0/service/support apfunctions.m4 apjava.m4 apsupport.m4 buildconf.sh config.guess config.sub install.sh

2002-02-19 Thread remm
remm02/02/19 17:07:50 Removed: service .cvsignore INSTALL.txt Makedefs.in Makefile.in configure.in service/java .cvsignore Makefile.in Service.java ServiceController.java ServiceLoader.java Simpl

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core NamingContextListener.java

2002-02-19 Thread remm
remm02/02/19 17:18:55 Modified:catalina/src/share/org/apache/catalina/core NamingContextListener.java Log: - Fix bug 6550 (memory leak when reloading). - Patch submitted by Thomas Åhlén Revision ChangesPath 1.9 +6 -4 jakarta-tom

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardContext.java

2002-02-19 Thread remm
remm02/02/19 17:26:26 Modified:catalina/src/share/org/apache/catalina/core Tag: tomcat_40_branch StandardContext.java Log: - Port fix for bug 6550 (memory leak when reloading). - This version of the fix is a lot more hackish, beacause TC 4.0 doesn't hav

DO NOT REPLY [Bug 6550] - Old WebappClassLoaders can't be GC'd. Not all references removed.

2002-02-19 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

Tomcat Design Diagram

2002-02-19 Thread steve martin
Could anyone point me to the UML diagram or similar design diagram of Catalina and Jasper? Any suggestion as to where I should start to learn about Tomcat 4 architecture? thanks, steve __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic

Re: Tomcat Design Diagram

2002-02-19 Thread Amy Roh
steve martin wrote: > > Could anyone point me to the UML diagram or similar > design diagram of Catalina and Jasper? > There are some nice UML diagrams that document the internal architecture of the Catalina in CATALINA_HOME\catalina\docs\dev\architecture.html Amy > Any suggestion as to whe

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config jk.xml

2002-02-19 Thread remm
remm02/02/19 18:39:26 Modified:webapps/tomcat-docs/config jk.xml Log: - Add documentation on the 'tomcatAuthentication' flag. Revision ChangesPath 1.4 +10 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk.xml Index: jk.xml =

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config ajp.xml

2002-02-19 Thread remm
remm02/02/19 18:40:22 Modified:webapps/tomcat-docs/config Tag: tomcat_40_branch ajp.xml Log: - Add documentation on the 'tomcatAuthentication' flag. Revision ChangesPath No revision No revision 1.2.2.6 +10 -0

cvs commit: jakarta-tomcat-4.0/resources/confinstall server_2.xml

2002-02-19 Thread remm
remm02/02/19 18:44:11 Modified:resources/confinstall server_2.xml Log: - Fix incorrect resource name in the config file used by the installer. Revision ChangesPath 1.2 +1 -1 jakarta-tomcat-4.0/resources/confinstall/server_2.xml Index: server_2.xml =

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup ContextConfig.java

2002-02-19 Thread remm
remm02/02/19 19:18:19 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java Log: - Fix bug 6090. WEB-INF will now be scanned for TLD files containing listeners. Revision ChangesPath 1.58 +27 -12 jakarta-tomcat-4.0

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup ContextConfig.java

2002-02-19 Thread remm
remm02/02/19 19:18:32 Modified:catalina/src/share/org/apache/catalina/startup Tag: tomcat_40_branch ContextConfig.java Log: - Fix bug 6090. WEB-INF will now be scanned for TLD files containing listeners. Revision ChangesPath No

DO NOT REPLY [Bug 6090] - Listener not instantiated in tld file

2002-02-19 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-4.0/catalina/src/share/org/apache/catalina/util/xml PathMatch.java SaxContext.java XmlAction.java XmlMapper.java XmlMatch.java

2002-02-19 Thread remm
remm02/02/19 19:22:51 Removed: catalina/src/share/org/apache/catalina/util/xml PathMatch.java SaxContext.java XmlAction.java XmlMapper.java XmlMatch.java Log: - Remove the old XML mapper code. - If it is still useful, let me know

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardWrapper.java

2002-02-19 Thread remm
remm02/02/19 23:09:24 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java Log: - Fix bug 4518 (spec compliance issue with jspInit). - This is a port of fix for 5390 to Tomcat 4. - This is a nasty hack (but it works). Hopefully, t

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardWrapper.java

2002-02-19 Thread remm
remm02/02/19 23:09:49 Modified:catalina/src/share/org/apache/catalina/core Tag: tomcat_40_branch StandardWrapper.java Log: - Port fix for bug 4518 (spec compliance issue with jspInit). - This is a port of fix for 5390 to Tomcat 4. - This is a nasty ha

  1   2   >