DO NOT REPLY [Bug 6299] - SSI problem with multiple include statements in one file

2002-02-07 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: [4.0.2] [4.1] [PROPOSAL] Binaries packaging

2002-02-07 Thread Remy Maucherat
> On Thu, 7 Feb 2002, Remy Maucherat wrote: > > I think B is ok, but we must at least try to deal with the > common case where the user downloads/installs various > binary packages. > > Say /usr/lib/java, with each package beeing unziped there, > similar with what is required for tomcat build. T

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

2002-02-07 Thread remm
remm02/02/07 23:19:43 Modified:.Tag: tomcat_40_branch build.properties.sample Log: - Add the possibility to build a minimal JDK 1.4 optimized distribution. Revision ChangesPath No revision No revision 1.7.2.

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

2002-02-07 Thread remm
remm02/02/07 23:19:32 Modified:catalina Tag: tomcat_40_branch build.xml Log: - Add the possibility to build a minimal JDK 1.4 optimized distribution. Revision ChangesPath No revision No revision 1.60.2.9 +100 -60

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

2002-02-07 Thread remm
remm02/02/07 23:19:03 Modified:.build.properties.sample Log: - Add the possibility to build a minimal JDK 1.4 optimized distribution. Revision ChangesPath 1.29 +3 -2 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample ==

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

2002-02-07 Thread remm
remm02/02/07 23:03:25 Modified:catalina build.xml Log: - Add the possibility to build a minimal JDK 1.4 optimized distribution. Revision ChangesPath 1.103 +146 -86 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml ===

Re: DO NOT REPLY [Bug 5983] - Cannot deal with common buggy POST from applets

2002-02-07 Thread Anton Tagunov
Hello William! Friday, January 25, 2002, 7:54:53 AM, bugzilla wrote: bao> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5983 bao> Cannot deal with common buggy POST from applets bao> --- Additional Comments From [EMAIL PROTECTED] 2002-01-25 04:54 --- bao> Based on your comments,

Re: pageEncoding and Jasper

2002-02-07 Thread Craig R. McClanahan
On Fri, 8 Feb 2002 [EMAIL PROTECTED] wrote: > Date: Fri, 08 Feb 2002 12:26:51 +0900 (JST) > From: [EMAIL PROTECTED] > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: pageEncoding and Jasper > > From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > Subject

Re: pageEncoding and Jasper

2002-02-07 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 7:26 PM Subject: Re: pageEncoding and Jasper > From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > Subject: RE: pageEncoding and Jasper > Date: Thu, 31 Jan 2002 06:49:39 -0800 (PST) >

Re: OpenEJB-Tomcat integration

2002-02-07 Thread Remy Maucherat
> Hello All, > > I am looking to create an integrate OpenEJB into Tomcat. I spent a couple > days reading the Tomcat documentation and browsing the code. It seems > pretty clear what will be needed for the transaction integration, but two > questions still remain. > > 1. How and where can I hoo

Re: pageEncoding and Jasper

2002-02-07 Thread yoko
From: "Craig R. McClanahan" <[EMAIL PROTECTED]> Subject: RE: pageEncoding and Jasper Date: Thu, 31 Jan 2002 06:49:39 -0800 (PST) Message-ID: <[EMAIL PROTECTED]> > On Thu, 31 Jan 2002, Kevin Jones wrote: > > > Date: Thu, 31 Jan 2002 10:37:10 - > > From: Kevin Jones <[EMAIL PROTECTED]> > > Rep

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service AddServiceForm.java

2002-02-07 Thread manveen
manveen 02/02/07 17:13:42 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service AddServiceForm.java Log: backend for creating and adding a new service through the admin tool. Revision ChangesPath 1.2 +63 -42 jakarta-tomc

OpenEJB-Tomcat integration

2002-02-07 Thread David Blevins
Hello All, I am looking to create an integrate OpenEJB into Tomcat. I spent a couple days reading the Tomcat documentation and browsing the code. It seems pretty clear what will be needed for the transaction integration, but two questions still remain. 1. How and where can I hook into the sec

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

2002-02-07 Thread billbarker
billbarker02/02/07 19:10:48 Modified:src/share/org/apache/tomcat/util/net TcpConnection.java Log: Prevent a possible DoS exploit. The last fix opens the possiblity of a DoS attack by continuously streaming data to Tomcat. This should be a good compromise between being nice an

Re: Filters and HttpServletResponse.close();

2002-02-07 Thread Glen Nakamura
Aloha, Thanks for the pointer... I was initially under the impression that the servlet doGet() method was called *after* returning from my doFilter() method, but now realize that the servlet doGet() method is indeed called from "recursively" invoking FilterChain.doFilter() and should be complete

Re: Aggregate Realms?

2002-02-07 Thread Craig R. McClanahan
A third option (which of course I thought of just after pressing SEND :-) is to use the JAASRealm (HEAD branch only), and define your aggregation inside JAAS. It seems to be oriented towards this sort of use case. Craig On Thu, 7 Feb 2002, Marc Tinkler wrote: > Date: Thu, 7 Feb 2002 19:30:20

Re: Aggregate Realms?

2002-02-07 Thread Craig R. McClanahan
On Thu, 7 Feb 2002, Marc Tinkler wrote: > Date: Thu, 7 Feb 2002 19:30:20 -0500 > From: Marc Tinkler <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Aggregate Realms? > > Hello, > > Since containers can only have a single realm, I wou

Aggregate Realms?

2002-02-07 Thread Marc Tinkler
Hello, Since containers can only have a single realm, I would like to implement a Realm that acts like an aggregator. It could contain other realms, and delegate authenticate calls to each one, in order, and the first on that answered would provide the Principal. This should be easy to implem

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread costinm
On Thu, 7 Feb 2002, Vincent Massol wrote: > Last thing I'd like to confirm : When data is sent over a socket, it > will fill the socket buffer (at the client side) and then sending of > data will block until the server side reads from the socket buffer ? If The first part - I'm not sure. I expec

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java

2002-02-07 Thread amyroh
amyroh 02/02/07 15:59:50 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java Log: Hold off on throwing MBeanException for now since not all Catalina component mbeans are implemented yet Revision ChangesPath 1.22 +55 -38

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Vincent Massol
Ok, I do now understand ... Thank you very much and sorry for the fright ! ;-) Last thing I'd like to confirm : When data is sent over a socket, it will fill the socket buffer (at the client side) and then sending of data will block until the server side reads from the socket buffer ? If the serv

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread costinm
On Thu, 7 Feb 2002, Larry Isaacs wrote: > Many thanks for finding this. Not suprisingly Costin's > initial guess was correct. Fortunately I wasn't wrong > about one assumption, which was the reason for the failure > was that Tomcat 3.3 was too fast. Thanks again, to Costin. Well, given the am

Re: [4.0.2] [4.1] [PROPOSAL] Binaries packaging

2002-02-07 Thread costinm
On Thu, 7 Feb 2002, Remy Maucherat wrote: > For the ZIP/TGZ packaging: > > A) Full JDK 1.4: This includes everything, except the libraries which are > already included in the JDK (including the JAXP XML parser). > B) Light JDK 1.4: This incluides a bare bones Tomcat distribution which > would onl

Re: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Bill Barker
See inline. - Original Message - From: "Vincent Massol" <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 1:57 PM Subject: RE: Tomcat 3.3 - Cactus Issue > Hey thanks guys ! You're too fast for me ... I'm trying to catch up with > the

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread costinm
On Thu, 7 Feb 2002, Vincent Massol wrote: > Are you saying that the logic in Tomcat is that prior to closing a > socket, all data is read first ? No, tomcat will just try to flush it's input buffers. We don't want to read all data - the servlet is supposed to process the request and decide if i

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Larry Isaacs
Many thanks for finding this. Not suprisingly Costin's initial guess was correct. Fortunately I wasn't wrong about one assumption, which was the reason for the failure was that Tomcat 3.3 was too fast. Thanks again, to Costin. I'll see about moving the yielding logic tonight and then tag 3.3.1

RE: [4.0.2] [4.1] [PROPOSAL] Binaries packaging

2002-02-07 Thread Kevin Seguin
> > > ZIP/TGZ packaging: > [ ] Do A > [X] Do B > [ ] Do C > > -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java

2002-02-07 Thread amyroh
amyroh 02/02/07 13:59:00 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java Log: Change to throw MBeanException so that ServerLifecycleListener can catch. Revision ChangesPath 1.21 +38 -21 jakarta-tomcat-4.0/catalina/

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Vincent Massol
Hey thanks guys ! You're too fast for me ... I'm trying to catch up with the emails ... I was just answering a previous email from Costin and you come up with the result ! Just to let me understand what you're saying ... Are you saying that the logic in Tomcat is that prior to closing a socket,

[4.0.2] [4.1] [PROPOSAL] Binaries packaging

2002-02-07 Thread Remy Maucherat
Hi, Many people have expressed the idea that they'd like to see binary distributions of Tomcat which would either be smaller in size, or without a lot of extra optional libraries. That idea is quite interesting IMO, especially with the upcoming release of JDK 1.4, which integrates a lot of the li

Re: MBeans dev

2002-02-07 Thread David Graff
Craig, Thank you for the explanation of that. Very cool deal. The server.xml is pretty ugly to edit manually. - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 16:18 Subject: Re: MBea

Re: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Bill Barker
I've found an XP machine to try this on, and can pretty much confirm that it is an un-read POST body. The print statements show that the bad test has (at the end): Content-Length: 11 Available:11 The servlet is finishing so fast that the body isn't even available by the time shutdownInput i

Re: Listeners in the WARP Connector?

2002-02-07 Thread Mark R. Diggory
I assume I would need to use a WebAppDeploy descriptor to map the users directories to Tomcat, how would I do that for generic users directories (~/public_html)? WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples/ WebAppDeploy manager warpConn

Re: MBeans dev

2002-02-07 Thread Craig R. McClanahan
On Thu, 7 Feb 2002, Renato wrote: > Date: Thu, 7 Feb 2002 18:14:59 > From: Renato <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: MBeans dev > > Hi all, > > I've seen a lot of development regarding MBean lately and I'm a little lost

cvs commit: jakarta-tomcat-4.0 tomcat.nsi

2002-02-07 Thread remm
remm02/02/07 12:52:26 Modified:.Tag: tomcat_40_branch tomcat.nsi Log: - If failed to find a JDK, mention that a JAVA_HOME environment variable should be defined. Revision ChangesPath No revision No revision

DO NOT REPLY [Bug 6135] - Windows installer fails

2002-02-07 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 tomcat.nsi

2002-02-07 Thread remm
remm02/02/07 12:52:06 Modified:.tomcat.nsi Log: - If failed to find a JDK, mention that a JAVA_HOME environment variable should be defined. Revision ChangesPath 1.29 +2 -2 jakarta-tomcat-4.0/tomcat.nsi Index: tomcat.nsi ==

DO NOT REPLY [Bug 6135] - Windows installer fails

2002-02-07 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 6135] - Windows installer fails

2002-02-07 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/mbeans MBeanUtils.java

2002-02-07 Thread amyroh
amyroh 02/02/07 12:25:29 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java Log: Add DefaultContext mbean name exception and better log. Revision ChangesPath 1.20 +24 -24 jakarta-tomcat-4.0/catalina/src/share/org/apac

MBeans dev

2002-02-07 Thread Renato
Hi all, I've seen a lot of development regarding MBean lately and I'm a little lost about what are the new functionality that Catalina will have. Could somebody explain what MBean are ( and for what they are useful ) or give some directives, where I can read about ? ( I know there is plenty of

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

2002-02-07 Thread remm
remm02/02/07 11:27:29 Modified:.Tag: tomcat_40_branch RELEASE-NOTES-4.0.2.txt Log: - Status update. Revision ChangesPath No revision No revision 1.1.2.7 +7 -1 jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.

DO NOT REPLY [Bug 6135] - Windows installer fails

2002-02-07 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/loader WebappClassLoader.java WebappLoader.java

2002-02-07 Thread remm
remm02/02/07 11:20:36 Modified:catalina/src/share/org/apache/catalina/loader Tag: tomcat_40_branch WebappClassLoader.java WebappLoader.java Log: - Port to the 4.0.x branch the modification to the classloader made in the HEAD br

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java MBeanUtils.java StandardServerMBean.java

2002-02-07 Thread amyroh
amyroh 02/02/07 11:18:40 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java MBeanUtils.java StandardServerMBean.java Log: Change class names so it's compatible with registry object names. Revision Changes

DO NOT REPLY [Bug 6135] - Windows installer fails

2002-02-07 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: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Larry Isaacs
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 12:06 PM > To: Tomcat Developers List > Subject: RE: Tomcat 3.3 - Cactus Issue > > > On Thu, 7 Feb 2002, Vincent Massol wrote: > > > The particularity of testPostMethod is tha

Re: servlet-path, path-info and Filters

2002-02-07 Thread Craig R. McClanahan
On Thu, 7 Feb 2002, Russ Trotter wrote: > Date: Thu, 7 Feb 2002 10:42:11 -0700 > From: Russ Trotter <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: servlet-path, path-info and Filters > > Hello again Cra

Re: servlet-path, path-info and Filters

2002-02-07 Thread Craig R. McClanahan
On Thu, 7 Feb 2002, Russ Trotter wrote: > Date: Thu, 7 Feb 2002 10:22:56 -0700 > From: Russ Trotter <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: servlet-path, path-info and Filters > > Thank for your

Re: servlet-path, path-info and Filters

2002-02-07 Thread Russ Trotter
Hello again Craig, Well, after going back into my filter setup again, I see that for Tomcat 4.0.1, i have the same setup that I describe in my example below (e.g. a url-pattern of "/files/*" for the element in web.xml) but the call to getServletPath() inside that filter returns "/files/foo.jpg

Re: servlet-path, path-info and Filters

2002-02-07 Thread Russ Trotter
Thank for your response Craig. Just re-read SRV.11 (for the umpteenth time!) So just so I have understanding, whatever resource (either static file, servlet, etc) the filter is filtering is irrelavent in determining what is returned from getServletPath(), getPathInfo() _in the filter_? >From wh

DO NOT REPLY [Bug 6301] - Streams returned by getResourceAsStream don't close properly

2002-02-07 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-4.0/catalina build.xml

2002-02-07 Thread Remy Maucherat
> Remy Maucherat wrote: > Sorry I should have asked before: where should we store it? - > work/jk/WEB_INF/conf - I didn't follow the whole thing. Is it the place where you would put the shutdown secret ? If it is, I don't know where we should put it, but I wouldn't put it in a "webapp" if there'

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread GOMEZ Henri
>It appears, for example, that the only thing you can override about a >connector is which port it's on. What happens if you want to override, >say, the maximum number of connections that your connector will accept >(the "maxProcessors" parameter on Tomcat 4's HttpConnector)? Right +1 for you he

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2002-02-07 Thread costin
costin 02/02/07 09:07:35 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Don't generate ajp13.id if conf/ dir not found or if no secret. Revision ChangesPath 1.5 +9 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/HandlerRequest.java

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread Craig R. McClanahan
On Thu, 7 Feb 2002, Larry Isaacs wrote: > Date: Thu, 7 Feb 2002 07:40:21 -0500 > From: Larry Isaacs <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: 'Tomcat Developers List' <[EMAIL PROTECTED]> > Subject: RE: Tomcat 3.3 and 4.x tuning via command line > > I don't

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread costinm
On Thu, 7 Feb 2002, Vincent Massol wrote: > The particularity of testPostMethod is that it sends information both in > the URL (as parameters) and in the request BODY in POST form. > > Thus, there is some POST data sent ! Ok, then what really matters is who reads the body and how. Sorry for not

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

2002-02-07 Thread jean-frederic clere
Remy Maucherat wrote: > > > jfclere 02/02/07 06:50:27 > > > > Modified:catalina build.xml > > Log: > > Create directory tree for the JK stop file. > > > > Revision ChangesPath > > 1.101 +1 -0 jakarta-tomcat-4.0/catalina/build.xml > > > > Index: build.xml > > ==

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

2002-02-07 Thread jfclere
jfclere 02/02/07 08:49:38 Modified:catalina build.xml Log: Rollback previous commit (Will look for a better idea!). Revision ChangesPath 1.102 +0 -1 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml ===

DO NOT REPLY [Bug 6301] - Streams returned by getResourceAsStream don't close properly

2002-02-07 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 4212] - How to configure Apache to serve static contents?

2002-02-07 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 6301] - Streams returned by getResourceAsStream don't close properly

2002-02-07 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 5735] - HTTP connector running out of processors under heavy load

2002-02-07 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 6260] - No processor available, rejecting this connection

2002-02-07 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 6301] - Streams returned by getResourceAsStream don't close properly

2002-02-07 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: Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread Craig R. McClanahan
On Thu, 7 Feb 2002, GOMEZ Henri wrote: > Date: Thu, 7 Feb 2002 09:28:01 +0100 > From: GOMEZ Henri <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Tomcat 3.3 and 4.x tuning via command line > > Hi to all, > >

Re: servlet-path, path-info and Filters

2002-02-07 Thread Craig R. McClanahan
On Wed, 6 Feb 2002, Russ Trotter wrote: > Date: Wed, 6 Feb 2002 23:04:40 -0700 > From: Russ Trotter <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: servlet-path, path-info and Filters > > Does anyone here kn

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

2002-02-07 Thread Remy Maucherat
> jfclere 02/02/07 06:50:27 > > Modified:catalina build.xml > Log: > Create directory tree for the JK stop file. > > Revision ChangesPath > 1.101 +1 -0 jakarta-tomcat-4.0/catalina/build.xml > > Index: build.xml > =

DO NOT REPLY [Bug 6310] - Tomcat 4.0.1 installation problem with Solaris 7

2002-02-07 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: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Vincent Massol
Larry, WebRequest.addParameter("param", "value", WebRequest.POST_METHOD) adds (param, value) to a hashtable (retrieved by getParameterNamesPost() in the code snippet below) that later (in HttpClientHelper. addParametersPost()) will be used to add all the parameters as POST data. Here are the re

DO NOT REPLY [Bug 6301] - Streams returned by getResourceAsStream don't close properly

2002-02-07 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: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Larry Isaacs
Thanks for the info. However, I never found where testPostMethod was using any POST data in the request. I only see: public void beginPostMethod(WebRequest theRequest) { theRequest.addParameter("param", "value", WebRequest.POST_METHOD); } Is there some place I'm not looking

cvs commit: jakarta-tomcat-connectors/webapp/support buildconf.sh

2002-02-07 Thread jfclere
jfclere 02/02/07 07:17:11 Modified:webapp/support buildconf.sh Log: cd .. was not returning to the initial path on ReliantUnix. configure was not created. Revision ChangesPath 1.8 +3 -3 jakarta-tomcat-connectors/webapp/support/buildconf.sh Index: buildc

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Vincent Massol
> -Original Message- > From: Larry Isaacs [mailto:[EMAIL PROTECTED]] > Sent: 07 February 2002 14:16 > To: 'Tomcat Developers List' > Subject: RE: Tomcat 3.3 - Cactus Issue > > For the testPostMethod test, can you point me to where in > Cactus, the POST data is added/generated and where

DO NOT REPLY [Bug 6299] - SSI problem with multiple include statements in one file

2002-02-07 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 6310] New: - Tomcat 4.0.1 installation problem with Solaris 7

2002-02-07 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 6299] - SSI problem with multiple include statements in one file

2002-02-07 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 build.xml

2002-02-07 Thread jfclere
jfclere 02/02/07 06:50:27 Modified:catalina build.xml Log: Create directory tree for the JK stop file. Revision ChangesPath 1.101 +1 -0 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml

IOException, , etc.

2002-02-07 Thread Christopher K. St. John
Tomcat 4 will never match: java.io.IOException /ioexception.html because all servlet-generated IOExceptions are silently swallowed up by StandardWrapperValve before they get a chance to be handled by the ErrorReportValve. (or the ErrorReportValve, you don't even get the defa

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

2002-02-07 Thread jfclere
jfclere 02/02/07 06:47:03 Modified:jk build.xml Log: Add directory creation for the Jk2 stop file (ajp13.id). Revision ChangesPath 1.28 +3 -0 jakarta-tomcat-connectors/jk/build.xml Index: build.xml ==

DO NOT REPLY [Bug 6300] - tomcat responses 404 when trying to access it using '%2f' instead of '/'

2002-02-07 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: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Larry Isaacs
For the testPostMethod test, can you point me to where in Cactus, the POST data is added/generated and where in the server side code it is read. Does the latest 3.3.1-dev still fails on your laptop in spite a recent change to dump unread charecters? Thanks. Larry > -Original Message- >

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread Larry Isaacs
It is described in the "Variable substitution" section near the top of the serverxml.html document. Cheers, Larry > -Original Message- > From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 7:5

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Vincent Massol
Costin, See inline > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 05 February 2002 19:08 > To: Tomcat Developers List > Subject: Re: Tomcat 3.3 - Cactus Issue > > On Tue, 5 Feb 2002 [EMAIL PROTECTED] wrote: > > > Most of the time it happens when somet

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Vincent Massol
Sorry guys for not jumping in earlier. Here is some more information on how Cactus works and what it does. Background info on the problem -- The problem that I reported occurs when I run Cactus own suite of Test. As you know Cactus is a testing framework. It happens

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread GOMEZ Henri
>I don't know if the Eclipse configuration allows you to >specify -D= in Tomcat's startup. Yes you could set any VM and commandline args. >If it does, >I think a lot of this can be done in Tomcat 3.3.1 using >parameter substitution. I have used in server.xml > > > >and included > >-Dht

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread Larry Isaacs
I don't know if the Eclipse configuration allows you to specify -D= in Tomcat's startup. If it does, I think a lot of this can be done in Tomcat 3.3.1 using parameter substitution. I have used in server.xml and included -Dhttp.port=8080 in the startup command to make server.xml runt

broken link (SSL Support in connectors)

2002-02-07 Thread jean-frederic clere
Hi, The link goes to nowhere... http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html#SSL%20Support What should we do? - Remove it. - Add something about SSL in each connector: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html for httpd (just a link). some 3.3 explaina

Re: problem with manager web app

2002-02-07 Thread jean-frederic clere
Mark Gordon wrote: > > I have a simple set up where I am using tomcat 4.0.1 and apache with > mod_webapp. Could you retry with 4.0.2b2 (http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2-b2/)? > > I have a couple of webapps and I am trying to use the manage web app to > start/s

DO NOT REPLY [Bug 6301] New: - Streams returned by getResourceAsStream don't close properly

2002-02-07 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 6300] New: - tomcat responses 404 when trying to access it using '%2f' instead of '/'

2002-02-07 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 6299] - SSI problem with multiple include statements in one file

2002-02-07 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 3.3 and 4.x tuning via command line

2002-02-07 Thread GOMEZ Henri
Hi to all, You should all know that there is a very good Tomcat 3.3/4.0 plugin for the OSS IDE eclipse (www.eclipse.org), available at http://www.sysdeo.com/eclipse/. This plugin allow eclipse developper to launch Tomcat from the IDE, stop, restart and configure many parameters like tomcat_home.