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

2001-09-01 Thread Arun Katkere
n Catalina? org.apache.catalina.common.classpath and org.apache.catalina.shared.classpath? (Can't we all get along?) -arun --- catalina/src/share/org/apache/catalina/startup/Bootstrap.java-1.24 Sat Sep 1 03:13:18 2001 +++ catalina/src/share/org/apache/catalina/startup/Bootstrap.java Sat Sep 1 09:25:5

RE: Sources in Binary Distributions

2001-08-02 Thread Arun Katkere
OK, Rob, you are the voice of the majority (I probably missed a vote on this topic where people told you so) and we are a few lazy developers wanting to avoid an extra download. Take the source out. -arun ps: For what it is worth, my argument was not "leave src in there so that when I wa

RE: Sources in Binary Distributions

2001-08-02 Thread Arun Katkere
on saving folks a few seconds (or minutes) of download time at a slight cost for those of us who do find it invaluable, that's fine. -arun > -Original Message- > From: Rob S. [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 4:19 AM > To: [EMAIL PROTECTED] >

tomcat download

2001-07-24 Thread arun yadav
Iam unable 2 download the binaries & source code of tomcat Can anyone help me When I click on the link from where I've to download it gives retry window adinfinitum Thanx _ Get your FREE download of MSN Explorer at http://explorer.

java.lang.outOfMemory Exception

2001-06-09 Thread arun
or and its page directive specifies '  isErrorPage = true ', then where will the error go ? Can it fall into an infinite loop which might be a possible cause of java.lang.outOfMemory ?   Arun Bhutra    

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 PROTECTE

RE: Redirecting the Response of a JSP to a String

2001-04-26 Thread Arun Katkere
course, you can inline it, but then the only way to achieve reuse (i.e., to access directly or to send it as mail) is with <%@include%>, which is not as clean (and result in humongous methods which hit JVM limits). -arun > -Original Message- > From: Glenn Nielsen [mailto:[EMAIL P

RE: ServerSocket not being closed properly.

2001-04-23 Thread Arun Katkere
(). BTW, doesn't your doStop() below kill the VM because there is a System.exit() in Ajp12ConnectionHandler shutdown? -arun ps: Each invocation leaves some threads running, which is bug 1418 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1418), resolved for 3.3 (not 3.2.2). There is also

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
and everything that won't be done for 3.2.2 will be unceremoniously closed? -arun > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 21, 2001 12:29 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [Bug 1059]

RE: An open letter to 3 developers

2000-12-19 Thread Arun Katkere
bring up the license, just wondering if I am looking at the wrong license or reading it wrong. What else? If someone builds a Web site with Tomcat, ASF has to be acknowledged as well? -arun > -Original Message- > From: Jon Stevens [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, Decemb

RE: "Modern" compilation

2000-10-24 Thread Arun Katkere
. If you have somehow managed to work around these problems, as it appears you have, please let me know how. -arun ps: Guys, am I the only one seeing slow initial page loads with or without compilation? > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED]] > Sent: Tu

"Modern" compilation

2000-10-23 Thread Arun Katkere
o that Tomcat is the greatest thing out there when they sit waiting for 30-45 seconds waiting for page to compile (or even just load!!). We are not talking about bottlenecks in outside code. It is the same with Tomcat sample JSPs. -arun