RE: Rollover for each day ? Is this possible ??

2001-01-21 Thread Peter Donald
At 12:24 19/1/01 +0100, Ceki Gulcu wrote: 1) The new appender should have flexible way of expressing the rollover frequency, perhaps in the same format as in the Unix crontabs file which I belive is also a Posix standard. I am not aware of any library that supports this. JDring

Re: IM LOST, ERROR 500????

2001-01-21 Thread mpangaro
Delivery failure: javax.mail.MessagingException: 452 Filesystem error - message not accepted Delivery failure: javax.mail.MessagingException: 452 Filesystem error - message not accepted Delivery failure: javax.mail.MessagingException: 452 Filesystem error - message not accepted Delivery

RE: Meeting dialins

2001-01-21 Thread Paulo Gaspar
I suppose that people that do not bitch and complain are welcome too. =;o) Paulo -Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 21, 2001 07:11 ... There were 3 people who dialed in and 20 dialin ports. I don't think we need to reserve

load balancing and failsafety

2001-01-21 Thread Jayesh
Anybody implemented load balancing and failsafety on tomcat stand alone? Thanks, Jayesh _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -

Re: Meeting dialins

2001-01-21 Thread Shawn McMurdo
David made a valid and I think helpful suggestion and it was dismissed with a complaint. From the announcement of the dialin I got the impression that the lines were limited and therefore casual observers should refrain from calling in so those lines could be used by active committers. A

RE: load balancing and failsafety

2001-01-21 Thread James Courtney
You mean tomcat sans Apache or IIS out front? -Jamey -Original Message- From: Jayesh [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 21, 2001 10:56 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: load balancing and failsafety Anybody implemented load balancing and failsafety

BugRat Report #814 has been filed.

2001-01-21 Thread BugRat Mail System
Bug report #814 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/814 REPORT #814 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical

BugRat Report #815 has been filed.

2001-01-21 Thread BugRat Mail System
Bug report #815 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/815 REPORT #815 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serious

Re: load balancing and failsafety

2001-01-21 Thread Kief Morris
Jayesh typed the following on 10:55 AM 1/21/2001 -0800 Anybody implemented load balancing and failsafety on tomcat stand alone? I've started some work on session persistence, which works with a single-instance application, which should lead into sharing sessions between instances of a

Re: TC4's classloader choking on xerces.jar (maybe)

2001-01-21 Thread Craig R. McClanahan
Aaron Mulder wrote: On Wed, 17 Jan 2001, Craig R. McClanahan wrote: Consider the following scenario - I put a copy of the Postgres JDBC driver (just to show that it's not specific to xml parsers :-) in my shared library directory, because lots of my apps need it. But, one of my webapps

Re: Catalina + Apache

2001-01-21 Thread Craig R. McClanahan
James Duncan Davidson wrote: On 1/19/01 2:03 PM, "Jon Stevens" [EMAIL PROTECTED] wrote: on 1/19/01 12:21 PM, "Craig R. McClanahan" [EMAIL PROTECTED] wrote: I know Pier has a bunch of bugfixes currently in his local CVS tree, so hopefully we will be much closer to the "reality" end of

tomcat+visualage

2001-01-21 Thread simi jose
hi, I found following problems while connecting tomcat with visualage. I got exception as invocation target exception while running the startTtomcat class but the stoptomcat class is working properly.My assumption is that there may be some error in Tomcat.java class.so please send me the

setting Content-Type dynamically

2001-01-21 Thread Whitelaw, Casey
Hi, I have two questions regarding the way Tomcat / Jasper sets the Content-Type in the HTTP headers of JSPs: - First, the default charset is "8859_1". Shouldn't this be "ISO-8859-1"? - Second, how can the content type of a JSP be set dynamically? Jasper checks for an appropriate @page

Re: TC4's classloader choking on xerces.jar (maybe)

2001-01-21 Thread Peter Donald
At 04:08 21/1/01 -0800, Craig R. McClanahan wrote: Sealing is one "user error" issue that will cause classloading to fail inside Tomcat. Another is the fact that a particular class can only see other classes in its own classloaders, and parents of that classloader, but not children. The net

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

2001-01-21 Thread Craig R. McClanahan
Remy Maucherat wrote: On 20 Jan 2001 [EMAIL PROTECTED] wrote: - Add a new "unpackWARs" flag in the StandardHost : if true, the host will deploy WARs as before. If false, the WARs found in the host path won't be unpacked and the WARDirContext will be used. Very very

Re: TC4's classloader choking on xerces.jar (maybe)

2001-01-21 Thread Craig R. McClanahan
Peter Donald wrote: At 04:08 21/1/01 -0800, Craig R. McClanahan wrote: Sealing is one "user error" issue that will cause classloading to fail inside Tomcat. Another is the fact that a particular class can only see other classes in its own classloaders, and parents of that classloader, but

RE: load balancing and failsafety

2001-01-21 Thread Jayesh
yes. -Original Message- From: James Courtney [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 21, 2001 1:23 PM To: [EMAIL PROTECTED] Subject: RE: load balancing and failsafety You mean tomcat sans Apache or IIS out front? -Jamey -Original Message- From: Jayesh [mailto:[EMAIL

Re: load balancing and failsafety

2001-01-21 Thread Craig R. McClanahan
Jayesh wrote: yes. In principle, it seems to me that you could write a webapp that does what mod_proxy does for Apache -- making this server a proxy for some other server -- and then extend it with support for load balancing and other such features. I do not know of any efforts in this

Re: load balancing and failsafety

2001-01-21 Thread Jon Stevens
on 1/21/01 4:50 PM, "Craig R. McClanahan" [EMAIL PROTECTED] wrote: In principle, it seems to me that you could write a webapp that does what mod_proxy does for Apache -- making this server a proxy for some other server -- and then extend it with support for load balancing and other such

Included JSP

2001-01-21 Thread Pilho Kim
Hi, I am using Tomcat 3.2.1. Suppose that a.jsp includes b.jsp. First visit http://localhost:8080/a.jsp and then modify b.jsp. Then although reload the page http://localhost:8080/a.jsp, the included part of b.jsp, is not changed. But http://localhost:8080/b.jsp is the new one. Why? Thanks,

Re: Included JSP

2001-01-21 Thread Craig R. McClanahan
Pilho Kim wrote: Hi, I am using Tomcat 3.2.1. Suppose that a.jsp includes b.jsp. There are two kinds of includes -- compile time (%@ include file="b.jsp" %) and runtime (jsp:include page="/b.jsp".). Which did you use? First visit http://localhost:8080/a.jsp and then modify b.jsp. Then

tomcat+visualage

2001-01-21 Thread dion
Please provide us with version details: VAJ - Enterprise or Professional? Are you using the Tomcat Test Environment for VAJ 3.5? Which version of Tomcat? What is the actual stacktrace of the exception? Please cut and paste it here for us. -- dIon Gillard, Multitask Consulting Work:

Re: TC4's classloader choking on xerces.jar (maybe)

2001-01-21 Thread Peter Donald
At 04:34 21/1/01 -0800, Craig R. McClanahan wrote: The precise answer to what works depends on how your particular class loader is implemented. My experience (although this classloading stuff is "black magic" at times) is that URLClassLoader, which is what Tomcat 4.0 uses, follows the process

RE: load balancing and failsafety

2001-01-21 Thread Jayesh
Thanks Kief. I would like to help too. Let me take a look at the messages. -Original Message- From: Kief Morris [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 21, 2001 3:22 PM To: [EMAIL PROTECTED] Subject: Re: load balancing and failsafety Jayesh typed the following on 10:55 AM

RE: Call for volunteers

2001-01-21 Thread Michael Kuz
Title: RE: Call for volunteers I can help out with: 2. Bug reports/verification: we have a large number of bug reports, 3. Code review/Documentation: The code is not perfect, but it 4. Testing/Building/mod_jk: If you use tomcat with a web 5. Testing your application with tomcat :-) (

cvs commit: jakarta-tomcat STATUS.html

2001-01-21 Thread larryi
larryi 01/01/21 20:28:43 Modified:.STATUS.html Log: Begin updating for next Tomcat. Added items for some of the changes from Tomcat 3.2 that have been completed. These try to summarize some of the information found in the changes3.3 file. These additions are

cvs commit: jakarta-tomcat-4.1/catalina/src/share/org/apache/catalina/connector/http HttpRequestStream.java

2001-01-21 Thread remm
remm01/01/21 20:55:40 Modified:catalina/src/share/org/apache/catalina/connector/http HttpRequestStream.java Log: - Fix for yet another input chunking issue. This time, it's when uploading large resources when using chunking. Note : The fix should

Re: TC4's classloader choking on xerces.jar (maybe)

2001-01-21 Thread Gokul Singh
- Original Message - From: "Craig R. McClanahan" [EMAIL PROTECTED] Tomcat 4 follows the new rules in the servlet 2.3 PFD spec, which allows a container to change this so that loading starts with your WEB-INF areas first. Consider the following scenario - I put a copy of the Postgres

Re: Forming an opinion

2001-01-21 Thread James Duncan Davidson
On 1/20/01 2:45 PM, "Paulo Gaspar" [EMAIL PROTECTED] wrote: However, you choused to write about this mess on the list again. So, I will answer on the list. I hope this does not (re)start anything. Yep. I chose to. Of course because of that it'll all be my fault. :) Of course, I'm on a

Re: Forming an opinion

2001-01-21 Thread James Duncan Davidson
On 1/20/01 7:56 PM, "James Cook" [EMAIL PROTECTED] wrote: I think most of us feel that Jon deserves a wrap on the knuckles. :) Not in my charter as I interpret it. Most people here seem to want a fairly low key, laid back PMC. One that deals with focused issues. Everything else happens on the

Re: Meeting dialins

2001-01-21 Thread James Duncan Davidson
On 1/20/01 9:56 PM, "David Weinrich" [EMAIL PROTECTED] wrote: I am wondering if it might be possible to have people reserve spots for the dialin, with committers having priority of course. For some reason I had assumed that the lines would be pretty much tied up ( bad assumption I know ).

Re: Forming an opinion

2001-01-21 Thread James Duncan Davidson
On 1/20/01 11:56 PM, "Anil Vijendran" [EMAIL PROTECTED] wrote: Agreed, James. I don't really see anyone question Jon's contributions to ASF or to open source, in general. Jon is prolific and that's great. But many posts from Jon "cross the line" and are harrassment. A small bit of toning

Re: Meeting dialins

2001-01-21 Thread James Duncan Davidson
On 1/21/01 11:28 AM, "Shawn McMurdo" [EMAIL PROTECTED] wrote: A reservation system or even an informal "who's planning on dialing in" query on the list before the meeting can give the community and the organizers a good feel for whether there is room for casual observers or whether more

cvs commit: jakarta-tomcat/src/tests/webpages/jsp special-name.foo.jsp

2001-01-21 Thread costin
costin 01/01/21 22:12:13 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Added: src/tests/webpages/jsp special-name.foo.jsp Log: Adding a regression test for the previous fix :-) Probably we need some more funny-named jsps and see if we can find any new bug.

Re: Forming an opinion

2001-01-21 Thread Kurt Schrader
On Sun, 21 Jan 2001, James Duncan Davidson wrote: After all, it seemed clear to me that the PMC's role was too narrowly defined to include "niceness overseers". As a college student who's just getting involved with Apache after working on some other projects over the years, I think it's

[PATCH] [BUG] mod_jserv/Tomcat race condition

2001-01-21 Thread Keith Wannamaker
Hi, two separate issues. First, I believe this is a renegate ap_kill_timeout; the timeout is 'refreshed' almost immediately afterwards. http://www.apache.org/~keith/patch.txt Second, I have been debugging the following scenario with mod_jserv and Tomcat: Browser sends a large request body.

cvs commit: jakarta-tomcat-4.1/catalina/src/share/org/apache/catalina/connector/http HttpConnector.java

2001-01-21 Thread remm
remm01/01/21 23:26:44 Modified:catalina/src/conf server.xml catalina/src/share/org/apache/catalina/connector/http HttpConnector.java Log: - Disable connection timeout if connectionTimeout value is 0. Added a note in the default config