[PATCH] Provide a way to locate additional classes/jars outside Tomcat directory structure

2001-09-01 Thread Arun Katkere
Also filed as Bug 3368 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3368). Tomcat 3.3 provides two system properties that can be used to add to the jar files automatically added to apps and common ClassLoaders from Tomcat directory structure. There are legitimate reasons why one might want

RE: Sources in Binary Distributions

2001-08-02 Thread Arun Katkere
August 02, 2001 12:10 PM > > To: [EMAIL PROTECTED] > > Subject: RE: Sources in Binary Distributions > > > > > > Absolutely agree with you! > > > > -Message d'origine- > > De : Arun Katkere [mailto:[EMAIL PROTECTED]] > > Envoyé : jeu

RE: Sources in Binary Distributions

2001-08-02 Thread Arun Katkere
I don't generally throw in my $0.02 into a well worn thread and add to the noise , but there is another issue which I didn't see anyone bring up. Having source around helps you with debugging. And if that results in better bug reports, i.e., instead of "it doesn't work and here is the stack trace

RE: [PATCH] JspInterceptor compilation class path wrong TC3.3M2

2001-04-27 Thread Arun Katkere
This will probably fix bug 1059 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1059). I will verify it after your commit. -arun > -Original Message- > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 27, 2001 1:09 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [P

RE: Redirecting the Response of a JSP to a String

2001-04-26 Thread Arun Katkere
How does this help? I thought you couldn't inside custom tags that access the body (like the mail tag you mention) due to limitations of jsp 1.1 ( requires flush to be true) and servlet 2.2 (you can't wrap response objects). i.e., you can' write jsp like: Of course, you can inline

RE: ServerSocket not being closed properly.

2001-04-23 Thread Arun Katkere
In my experience (having started/stopped Tomcat engine programatically via ContextManager API in a loop 100s of times), server socket is always closed correctly. And looking at 3.2.2 beta 3 source code, both PoolTcpEndpoint and SimpleTcpEndpoint close the server socket during shutdownEndpoint().

RE: [Bug 1059] Changed - JSP pages fail to compile when referencing classes from apps classloader

2001-03-21 Thread Arun Katkere
r the version number in bug description. -arun > -Original Message- > From: Marc Saegesser [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 21, 2001 12:48 PM > To: Arun Katkere; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [Bug 1059] Changed - JSP pag

RE: [Bug 1059] Changed - JSP pages fail to compile when referencing classes from apps classloader

2001-03-21 Thread Arun Katkere
Unless you are going with the new classloader architecture for 3.2.2, which I doubt, this bug doesn't apply to 3.2.2. It applies to 3.3m2 (I had to mark the version as "Unknown" since 3.3 doesn't have an entry in bugzilla). Are we accepting only bugs that apply to 3.2.2 and everything that won't

RE: An open letter to 3 developers

2000-12-19 Thread Arun Katkere
Jon: Where does it say ASF has to be acknowledged on the Web site describing the product? If the product contains ASF software and it doesn't acknowledge it in the documentation included with the software, then it is another matter. I am not advocating this practice, but since you bring u

RE: "Modern" compilation

2000-10-24 Thread Arun Katkere
esday, October 24, 2000 2:03 AM > To: TomCat Developers List > Subject: Re: "Modern" compilation > > > On 10/23/2000 at 6:40 PM Arun Katkere wrote: > > Great software, but it is not easy to convince that to folks used to > near instantaneous page compilation/load

"Modern" compilation

2000-10-23 Thread Arun Katkere
While trying to figure out why exactly is Jasper page loading dog slow (initial compilation is very slow, most time spent in Zip file read, and page load is slow because of secure session id initialization), I noticed that Tomcat still uses "classic" javac (sun.tools.javac.Main) instead of "modern