DO NOT REPLY [Bug 5526] New: - Log filename rollover in AccessLogValue fails.

2001-12-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

[PATCH] jakarta-tomcat-4.0/webapps/admin

2001-12-19 Thread Manveen Kaur
Hi, Please commit my patch to the Head branch. thanks, Manveen Comments: --- Modified server.jsp and service.jsp to use custom tags to generate the list of available actions from each page. Using these custom tags eliminates the need of setting ActionVals in SetUpServer and SetUpService

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

2001-12-19 Thread billbarker
billbarker01/12/19 19:49:14 Modified:.RELEASE-NOTES-3.3.1.txt Log: Document fix for 304 response on included pages. Revision ChangesPath 1.16 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-12-19 Thread billbarker
billbarker01/12/19 19:38:37 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Don't check dates if the static page is part of a jsp:include This was reported as Bug 5497 against 4.x. In the report, it only happened beca

Re: [Patch] add version information to mod_webapp in Server Header

2001-12-19 Thread Punky Tse
JF, Ok, here is the "mod_jk favor" version patch. ;-) Actually, the idea of original patch is come from httpd-2.0 itself instead of mod_jk. I had looked at the one in mod_jk, but I chose to use httpd-2.0 one for the first patch because it is much simplier. Anyway, check to see this one. Punky

DO NOT REPLY [Bug 5414] - nested jsp:include doesn't parse expression

2001-12-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 5486] - Standard EA3 Taglib import does not work with if-modified-since http header field

2001-12-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 5489] - Typos in example

2001-12-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 5497] - JSP include not always including

2001-12-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 5508] - No variable EVAL_BODY_BUFFERED

2001-12-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 5523] - NoSuchMethodError when trying to reach Tomcat homepage

2001-12-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 5523] New: - NoSuchMethodError when trying to reach Tomcat homepage

2001-12-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-connectors/jk/native build.xml

2001-12-19 Thread costin
costin 01/12/19 16:39:24 Modified:jk build.properties.sample build.xml jk/native build.xml Log: Few more fixes. Revision ChangesPath 1.7 +2 -0 jakarta-tomcat-connectors/jk/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-tomcat-connectors/jk interceptors.xml

2001-12-19 Thread costin
costin 01/12/19 16:16:53 Modified:jk interceptors.xml Log: Update to have both the old module and the new one. Revision ChangesPath 1.2 +4 -0 jakarta-tomcat-connectors/jk/interceptors.xml Index: interceptors.xml ==

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2001-12-19 Thread costin
costin 01/12/19 16:15:44 Modified:jk build.xml README.txt build.properties.sample jk/native build.xml jk/native2 build.xml Log: A bit of enhancement to the build system, to make it simpler and smarter ( I hope :-) The goals are to be able

Re: route id

2001-12-19 Thread Craig R. McClanahan
On Wed, 19 Dec 2001, Tom Drake wrote: > Date: Wed, 19 Dec 2001 14:46:30 -0800 > From: Tom Drake <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>, > Tom Drake <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: route id > > Costin: > > S

route id

2001-12-19 Thread Tom Drake
Costin: Should this routing id be an attribute of the one of the Container objects (e.g. Server, Service), instead of the Manager? Tom - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]>; "Tom Drake" <[EMAIL PROTECTED]> Sent: Wednesday, Decem

Re: [VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread costinm
On Wed, 19 Dec 2001, Tom Drake wrote: > Costin: > > Where does Manager get the 'route id' from. Easiest: from server.xml ( just add an option somewhere that can be set on the Manager ). I would make it a property of server or service, as it is an id for the running instance of tomcat. That requi

Re: [VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread Tom Drake
Costin: Where does Manager get the 'route id' from. Tom - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2001 1:11 PM Subject: Re: [VOTES] Tomcat 4.0.2 beta 1 | On Wed, 19 Dec 2001, Remy Maucherat wrote: | | >

Re: [VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread costinm
On Wed, 19 Dec 2001, Remy Maucherat wrote: > > The stuff I'd like to see added in TC 4.0.2 (release) > > is vmroute for supporting load-balancing via mod_jk ? > > > > What about ? > > I thought Costin wanted to do it in another way in his JK2 connector ? > There's also the auto configuration whic

cvs commit: jakarta-tomcat-4.0 BUILDING.txt

2001-12-19 Thread remm
remm01/12/19 13:08:36 Modified:.BUILDING.txt Log: - Update instructions for getting JAXP. Submitted by Ryan Lubke. Revision ChangesPath 1.16 +9 -8 jakarta-tomcat-4.0/BUILDING.txt Index: BUILDING.txt ===

cvs commit: jakarta-tomcat-4.0 BUILDING.txt

2001-12-19 Thread remm
remm01/12/19 13:08:18 Modified:.Tag: tomcat_40_branch BUILDING.txt Log: - Update instructions for getting JAXP. Submitted by Ryan Lubke. Revision ChangesPath No revision No revision 1.5.2.4 +9 -8

DO NOT REPLY [Bug 4334] - ServerName in httpd.conf vs. defaultHost in server.xml Error: addChild: Child name 'hostname.myserver.com' is not unique

2001-12-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: [VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2001 3:25 AM Subject: [VOTES] Tomcat 4.0.2 beta 1 > > [X ] +1: Make the release > [ ] -1: I'm opposed to the release until the following issues are fixed: > > > > > Th

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util J avaGeneratorTool.java

2001-12-19 Thread Bill Barker
Only the nightly builds from 12/15 until tonight. - Original Message - From: "Renato" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2001 11:21 AM Subject: RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util J avaGeneratorTool

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp Ajp13.java

2001-12-19 Thread costin
costin 01/12/19 11:27:43 Modified:jk/java/org/apache/ajp Ajp13.java Log: Removed the annoing message reported every time apache restarts. It's normal operation, not an error. Revision ChangesPath 1.21 +8 -8 jakarta-tomcat-connectors/jk/java/org/apache/ajp/Aj

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/test TestAjp13.java TestAll.java

2001-12-19 Thread costin
costin 01/12/19 11:22:37 Removed: jk/java/org/apache/ajp/test TestAjp13.java TestAll.java Log: Moved tests to a separate dir. -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/jk/test/org/apache/ajp/test TestAjp13.java TestAll.java

2001-12-19 Thread costin
costin 01/12/19 11:21:55 Added: jk/test/org/apache/ajp/test TestAjp13.java TestAll.java Log: Moved test files to separate dir. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/test/org/apache/ajp/test/TestAjp13.java Index: TestAjp13.java

RE: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-19 Thread Rainer Jung
Hi, I know Tomcat 3.2.3 in a banking production doing heavy work with huge uptimes - no memory leaks have been found (but: OS is Solaris). The only time I thought there were memory leaks was also during stress test in two cases: 1) Having a lot of debug log output (but really a lot) 2) Using

Re: [VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread Kin-Man Chung
> > [X] +1: Make the release > [ ] -1: I'm opposed to the release until the following issues are fixed: > Since 4.0.1, there have been lots of bug fixes. It's time. -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 5506] - NoSuchMethodError (apparently on) getServletContext().setAttribute()

2001-12-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-connectors/jk/test/org/apache/ajp/test - New directory

2001-12-19 Thread costin
costin 01/12/19 10:09:56 jakarta-tomcat-connectors/jk/test/org/apache/ajp/test - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/jk/test/org/apache/ajp - New directory

2001-12-19 Thread costin
costin 01/12/19 10:09:54 jakarta-tomcat-connectors/jk/test/org/apache/ajp - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/jk/test/org/apache - New directory

2001-12-19 Thread costin
costin 01/12/19 10:09:49 jakarta-tomcat-connectors/jk/test/org/apache - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/jk/test/org - New directory

2001-12-19 Thread costin
costin 01/12/19 10:09:45 jakarta-tomcat-connectors/jk/test/org - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/jk/test - New directory

2001-12-19 Thread costin
costin 01/12/19 10:09:42 jakarta-tomcat-connectors/jk/test - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-12-19 Thread remm
remm01/12/19 10:00:35 Modified:.Tag: tomcat_40_branch build.xml tomcat.nsi Log: - Port enhancements to the installer script, including: - installer file size reduction, without any change to what is actually in the archive (from 6.4M to 3.9M) - use of JAVA_

cvs commit: jakarta-tomcat-4.0 tomcat.nsi

2001-12-19 Thread remm
remm01/12/19 09:53:33 Modified:.tomcat.nsi Log: - Fix a bug where the uninstaller was deleted at the end of the installation (because the way the uninstaller is generated has changed). Revision ChangesPath 1.23 +2 -6 jakarta-tomcat-4.0/tomcat.ns

Re: [VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread Ryan Lubke
Hi, Did you rebuild/redploy and test with the latest Watchdog? -rl On Wed, 2001-12-19 at 11:16, jean-frederic clere wrote: > Hi, > > I have noted that 4 of the jsp tests fail: > jsp-tests/jsp/tagext/TagSupport/positiveDoStartTagXML.jsp > jsp-tests/jsp/tagext/TagSupport/positiveDoStartTag.jsp >

[Fwd: [PATCH] Tomcat 4.0 BUILDING.txt]

2001-12-19 Thread Ryan Lubke
I'm not sure if anyone looked at this or not, but the instructions for JAXP in BUILDING.txt is incorrect. I think this should be corrected by somewone regardless if the attached patch is acceptable or not. Thoughts, Comments? -rl -Forwarded Message- From: Ryan Lubke <[EMAIL PROTECTED]

Re: [Patch] add version information to mod_webapp in Server Header

2001-12-19 Thread jean-frederic clere
Punky Tse wrote: > > Hi, > > I have added server version information of mod_webapp for httpd-2.0. Please > take a look to the patches. I have modified mod_webapp.c and added a new > file wa_version.h. wa_version.h should be placed under > jakarta-tomcat-connectors/webapp/include. +1 for the

Re: Tomcat 3.3 deployment - last minute problem

2001-12-19 Thread timothy
Hi all, i also investigating this problem a little bit, my solution to this is use a filter to convert all the income request's data to UTF8. and generate JSP by UTF8 encoding. it work quite good. but the problem is my backend database must have UTF8 support >From Timothy - Original Mess

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0.2-B1.txt

2001-12-19 Thread jfclere
jfclere 01/12/19 09:39:47 Modified:.Tag: tomcat_40_branch RELEASE-NOTES-4.0.2-B1.txt Log: Start aranging the WARP part of the readme... Revision ChangesPath No revision No revision 1.1.2.5 +3 -2 jakarta-t

PersistentManagerBase.processMaxActiveSwaps()

2001-12-19 Thread Christopher K. St. John
I've been messing around with PersistentManager, trying to get sessions to swap out based on maxActiveSessions. There's a check in processMaxActiveSwaps(): Session sessions[] = findSessions(); // FIXME: Smarter algorithm (LRU) if (getMaxActiveSessions() >= sessions.lengt

cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-12-19 Thread remm
remm01/12/19 09:02:26 Modified:.build.xml tomcat.nsi Log: - Upgrade to NSIS 1.91. - Use new bz2 compression mode for a dramatic reduction in the size of the installer (it contains source + binaries, and it's smaller than the binary only .tar.gz), which is now l

[Patch] add version information to mod_webapp in Server Header

2001-12-19 Thread Punky Tse
Hi, I have added server version information of mod_webapp for httpd-2.0. Please take a look to the patches. I have modified mod_webapp.c and added a new file wa_version.h. wa_version.h should be placed under jakarta-tomcat-connectors/webapp/include. By adding this patch, httpd-2.0 will retur

RE: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-19 Thread Marc Saegesser
Make sure you don't have lots of logging turned on. Tomcat logs message don't get written to the log files immediately. They go into a queue in memory and a low priority thread later flushes message from this queue to disk. If the server is really busy the log writer thread won't get to execute

Re: [VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread jean-frederic clere
Hi, I have noted that 4 of the jsp tests fail: jsp-tests/jsp/tagext/TagSupport/positiveDoStartTagXML.jsp jsp-tests/jsp/tagext/TagSupport/positiveDoStartTag.jsp jsp-tests/jsp/tagext/TagSupport/positiveDoStartTagXML.jsp jsp-tests/jsp/tagext/TagSupport/positiveDoStartTag.jsp It sounds like a tag lib

DO NOT REPLY [Bug 5506] - NoSuchMethodError (apparently on) getServletContext().setAttribute()

2001-12-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-connectors/webapp/java WarpConnector.java

2001-12-19 Thread remm
remm01/12/19 06:24:29 Modified:webapp/java WarpConnector.java Log: - Temporary fix for compilation problem against TC 4.0. Revision ChangesPath 1.27 +1 -1 jakarta-tomcat-connectors/webapp/java/WarpConnector.java Index: WarpConnector.java

Re: Difference in the Request class between Tomcat 3.2 and Tomcat 3.3

2001-12-19 Thread Renato
Just found it... they change names... ( silly me :)) ) On Wed Dec 19 11:54:57 2001, "Renato" <[EMAIL PROTECTED]> escreveu : > Hi all, > > What happened to methods getRemoteAddr, getServerName, getServletPath in > the Request class for Tomcat 3.3 ? > > I had an Interceptor written for Tomcat

DO NOT REPLY [Bug 5513] New: - $CLASSPATH in /usr/bin/dtomcat4 from the RPM package

2001-12-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

Difference in the Request class between Tomcat 3.2 and Tomcat 3.3

2001-12-19 Thread Renato
Hi all, What happened to methods getRemoteAddr, getServerName, getServletPath in the Request class for Tomcat 3.3 ? I had an Interceptor written for Tomcat 3.2 that uses these methods within the Request. How can I access internal servlet information from Request int Tomcat 3.3 ? Thanks agai

DO NOT REPLY [Bug 5506] - NoSuchMethodError (apparently on) getServletContext().setAttribute()

2001-12-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: [VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread Larry Isaacs
[X] +1: Make the release [ ] -1: I'm opposed to the release until the following issues are fixed: > There is also a new feature that has been added in the HEAD branch which > could be worth porting: the instance pooling for STM servlets. I wrote the > code as an experiment, but it appears t

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util J avaGeneratorTool.java

2001-12-19 Thread Larry Isaacs
Tomcat 3.3 doesn't throw an exception but the coe in 3.3 doesn't accomplish what was intended. See: Bugs in code like this often take more than one try to fix. Hopefully my commit completes the fix. :-) Larry > -Original Messa

DO NOT REPLY [Bug 3509] - Apache 1.3.20 & mod_webapp & Tomcat 4b7 HANGS under Win

2001-12-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: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util J avaGeneratorTool.java

2001-12-19 Thread Renato
Is Tomcat 3.3 affected by this ? On Wed, 19 Dec 2001 08:10:52 -0500, Larry Isaacs <[EMAIL PROTECTED]> escreveu : > I can't get code involving index and length right without > a lot of trial and error. Fortunately the internal test > revealed this one. > > Larry > > > -Original Message--

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

2001-12-19 Thread Larry Isaacs
I can't get code involving index and length right without a lot of trial and error. Fortunately the internal test revealed this one. Larry > -Original Message- > From: Bill Barker [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 19, 2001 1:09 AM > To: Tomcat Developers List > Subj

Re: [VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread Remy Maucherat
> The stuff I'd like to see added in TC 4.0.2 (release) > is vmroute for supporting load-balancing via mod_jk ? > > What about ? I thought Costin wanted to do it in another way in his JK2 connector ? There's also the auto configuration which isn't going to be very well documented or working in th

DO NOT REPLY [Bug 5511] New: - Error upload files

2001-12-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: [VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread GOMEZ Henri
The stuff I'd like to see added in TC 4.0.2 (release) is vmroute for supporting load-balancing via mod_jk ? What about ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED

DO NOT REPLY [Bug 5510] New: - How to call ejb deployed in JBoss from Tomcat server.

2001-12-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: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-19 Thread GOMEZ Henri
>Before my manager insists that we switch to JRun, Arg !!! >can any of >the Tomcat >developers help with a problem of an ever increasing heap size of the >Tomcat java.exe. ?? (We are running Tomcat 3.2.3 and JRE1.3.1. and the >IIS redirector) May I suggest you to switch to Tomcat 3.3 instea

DO NOT REPLY [Bug 5508] New: - No variable EVAL_BODY_BUFFERED

2001-12-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 5507] New: - Swapping sessions causes exceptions and it doesn't work with FileStore

2001-12-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 5504] - Can't read enviroment entries defined in applications web.xml

2001-12-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: Servlet Caching problem

2001-12-19 Thread Alec
You may insert following code in your servlets/jsp pages to avoid proxies/browsers caching contents: response.setHeader("Cache-Control", "no-store"); response.setHeader("Pragma", "no-cache"); response.setHeader("Expires", "0"); It's an annoying problem due to a dummy assumption made by IE and som

[VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread Remy Maucherat
Hi, After some delay, I'd like to release the first beta of Tomcat 4.0.2 this week (the sooner, the better, so I plan to package the release as soon as this vote is considered approved). This release has already been approved, and although there are some issues which will need to be addressed bef

DO NOT REPLY [Bug 5506] - NoSuchMethodError (apparently on) getServletContext().setAttribute()

2001-12-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 5504] - Can't read enviroment entries defined in applications web.xml

2001-12-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 5506] New: - NoSuchMethodError (apparently on) getServletContext().setAttribute()

2001-12-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 5504] New: - Can't read enviroment entries defined in applications web.xml

2001-12-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: [j-t-c] patch for jakarta-tomcat-connectors/jk/native/common/ jk_a jp_common.c

2001-12-19 Thread GOMEZ Henri
You're right, the code is correct in tomcat 3.3 mod_jk and conform with the latest patch I submitted in this branch. The error was introduced in the J-T-C port /* the right place to add file storage for upload */ if((len = read_into_msg_buff(ep, r, pmsg, l, len