TOMCAT4.0 and REGEXP for CVS

2001-03-09 Thread jean-frederic clere
Hi, I have noted that jakarta-regexp from CVS produces jakarta-regexp-1.3-dev.jar. But catalina/build.xml expects jakarta-regexp-1.2.jar... A note it the README telling that TOMCAT4.0 requires jakarta-regexp-1.2 will not be bad. Cheers Jean-frederic ---

RE: FW: problem w/ ajp13 - if Tomcat is shutdown

2001-03-09 Thread GOMEZ Henri
Here how we could do : >Okay, I basically agree with you. I'll take out >the check for errno and just have recv() == -1 >be considered a recoverable error (i.e: retry it). >However, I disagree with making the retry in a >loop for RETRIES times. This is because if one >retry fails, this mean

RE: FW: problem w/ ajp13 - if Tomcat is shutdown

2001-03-09 Thread GOMEZ Henri
La prise de conscience de votre propre ignorance est un grand pas vers la connaissance. -- Benjamin Disraeli >-Original Message- >From: Dan Milstein [mailto:[EMAIL PROTECTED]] >Sent: Friday, March 09, 2001 6:34 AM >To: [EMAIL PROTECTED] >Subject: Re: FW: problem w/ ajp13 - if Tomcat i

Re: please help

2001-03-09 Thread JeremyRayYoo
you mean in my config.sys I have to add it just like this shell=C:\command.com (now do I skip a line or put a semicolon between these two) c:Vp/e:32 -why does this one have a from slash after Vp??? Is it a typo What exactly is this and why wasn't it mentioned in the user guid

Auth/Az for tomcat using xml standards!

2001-03-09 Thread Falcon cheetah
Regards, I came across this site that is pitching a standard for e-commerce security using xml. Please take a look at http://www.s2ml.org and see if it can help in the development of a more robust tomcat auth/az system.   Ahmed.Do You Yahoo!? Yahoo! Mail Personal Address - Get email at your own d

RE: please help

2001-03-09 Thread Lin, Raymond
Look at your DOS user's guide, you need more space for environment variables. Raymond -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 11:07 AM To: [EMAIL PROTECTED] Subject: Re: please help you mean in my config.sys I have to add it ju

Re: beginners question

2001-03-09 Thread Casper Gjerris
Hi Jeremy, Please use [EMAIL PROTECTED] instead of [EMAIL PROTECTED] I believe you are using the wrong mailing list. /Casper - Original Message - From: <[EMAIL PROTECTED]> > Hi I want to know how do you execute servlets on tomcat. I tried: > bin\tomcat.bat ant -f -location of ser

Implementation in 4.0.b1

2001-03-09 Thread tttye
I am trying to obtain a remote reference to an EJB in another machine. I have set the ejb-ref in web.xml as follows: Sample bean generated by coolgen placed here for ease of early testing ejb/S_STRESS_32K Session cool.models.coop07.java.S_STRESS_32KpsHome

where to plug-in startup/shutdown knowledge for internal tomcat components

2001-03-09 Thread Casey Lucas
I'm doing some prototyping for tag pooling in tomcat (based on the 3.3 tree.) I'd like to implement tag handler pooling per web application. Can someone point me to where I can hook into in order to setup the internal pool stuff when each web application starts, stop, reloads, etc.? I need to

beginners question

2001-03-09 Thread JeremyRayYoo
Hi I want to know how do you execute servlets on tomcat. I tried: bin\tomcat.bat ant -f -location of servlet- client- --and I get a message saying that it is not an xml file. How do you execute an .html servlet file. Do you have to first compile it first?? -

Re: where to plug-in startup/shutdown knowledge for internal tomcatcomponents

2001-03-09 Thread cmanolache
Hi Casey, This is a hard question :-) The main decision you must make is that: Do you want to use JspServlet or JspInterceptor ? The first solution ( using Jasper via JspServlet ) is what is used in tomcat 3.1, 3.2 and 4.0 - and it has the big advantage that the full Jasper in interfaced usin

cvs commit: jakarta-tomcat/src/doc readme

2001-03-09 Thread marcsaeg
marcsaeg01/03/09 10:51:43 Modified:src/doc Tag: tomcat_32 readme Log: More updates for the 3.2.2 release. Revision ChangesPath No revision No revision 1.8.2.14 +8 -22 jakarta-tomcat/src/doc/readme Index: read

cvs commit: jakarta-tomcat/src/webpages index.html

2001-03-09 Thread marcsaeg
marcsaeg01/03/09 10:52:21 Modified:src/webpages Tag: tomcat_32 index.html Log: Fix path to the readme file. Revision ChangesPath No revision No revision 1.13.2.13 +1 -1 jakarta-tomcat/src/webpages/index.html I

RE: where to plug-in startup/shutdown knowledge for internal tomcat components

2001-03-09 Thread Casey Lucas
Costin, Thanks for the information, but because I'm still new to the tomcat code base, I'm a bit confused. Maybe it will help if I explain a little more about what I was playing around with: 1. Add a few classes (pooling interfaces/implementation) to jasper.runtime package so that rendered jsp

RE: where to plug-in startup/shutdown knowledge for internal tomcatcomponents

2001-03-09 Thread cmanolache
On Fri, 9 Mar 2001, Casey Lucas wrote: > So, given all that, I need to control lifetime of TagHandlerPoolManager's > default instance. By controlling it, I can have one TagHandlerPoolManager > instance per web application and when the web application gets unloaded, > all the Tag.release methods

Re: FW: problem w/ ajp13 - if Tomcat is shutdown

2001-03-09 Thread Dan Milstein
In terms of invalidating the cache: The jk_ajp13_worker objects hold onto a cache of endpoints -- ep_cache. It would be relatively simple to loop through this cache and close all the connections in case of ECONNRESET (you do have to call a macro to enter a critical section -- take a look at reus

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config LogSetter.java

2001-03-09 Thread larryi
larryi 01/03/09 13:39:32 Modified:src/share/org/apache/tomcat/modules/config LogSetter.java Log: Update to set the default ServletLog for a Context if it hasn't been set already. Defaulting provided in Context, defaults ServletLog output to the main Context log. Revision

Re: Implementation in 4.0.b1

2001-03-09 Thread Weining Qi
hi, if you are running tomcat 3.x in the same window (tomcat run), look at the feedback from tomcat when call the ejb that way, you can see that tomcat does not recognize the namespace "java:com/env/" for calling ejb as recommended by the sun j2ee specification v1.3. you should call ejb directly

[Bug 141] New - Directory directive being ignored BugRat Report#159

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=141 *** shadow/141 Fri Mar 9 14:13:48 2001 --- shadow/141.tmp.7427 Fri Mar 9 14:13:48 2001 *** *** 0 --- 1,24 + ++ + | Directory directive being i

[Bug 142] New - Feature to forward requests using request dispatcher even if the servlet input stream is empty BugRat Report#161

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=142 *** shadow/142 Fri Mar 9 14:15:47 2001 --- shadow/142.tmp.7443 Fri Mar 9 14:15:47 2001 *** *** 0 --- 1,19 + ++ + | Feature to forward requests

[Bug 117] New - IllegalStateException when error in jsp servlet include encountered BugRat Report#124

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=117 *** shadow/117 Fri Mar 9 14:10:39 2001 --- shadow/117.tmp.7379 Fri Mar 9 14:10:39 2001 *** *** 0 --- 1,71 + ++ + | IllegalStateException when

3.3 build

2001-03-09 Thread cmanolache
Hi, I'm doing some fixes in the nightly build, and I was wondering about changing the default to what most other jakarta projects are using. I hate creating build in jakarta-tomcat - but since most other projects adopted this we should do it in 3.3 too. Now it's the right moment ( since we are p

Re: Implementation in 4.0.b1

2001-03-09 Thread tttye
Weining Qi writes: > if you are running tomcat 3.x in the same window (tomcat run), look at the > feedback from tomcat when call the ejb that way, you can see that tomcat > does not recognize the namespace "java:com/env/" for calling ejb as The name is "java:comp/ejb" NOT --.

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler BeanGenerator.java GetPropertyGenerator.java JspParseEventListener.java SetPropertyGenerator.java StoredCharDataGenerator.java TagBeginGenerator.java TagEndGenerator.java

2001-03-09 Thread costin
costin 01/03/09 14:26:15 Modified:src/share/org/apache/jasper Constants.java src/share/org/apache/jasper/compiler BeanGenerator.java GetPropertyGenerator.java JspParseEventListener.java SetPropertyGe

[Bug 156] New - cast exception in servletWrapper.service. BugRat Report#188

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=156 *** shadow/156 Fri Mar 9 14:18:58 2001 --- shadow/156.tmp.7464 Fri Mar 9 14:18:58 2001 *** *** 0 --- 1,19 + ++ + | cast exception in servletWr

[Bug 159] New - xml.jar or parser.jar incompatible with latest Xerces parser BugRat Report#191

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=159 *** shadow/159 Fri Mar 9 14:22:07 2001 --- shadow/159.tmp.7499 Fri Mar 9 14:22:07 2001 *** *** 0 --- 1,28 + ++ + | xml.jar or parser.jar incom

[Bug 171] New - Auto xfer of DocBase info from server.xml to tomcat-apache.conf is not accurate BugRat Report#229

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=171 *** shadow/171 Fri Mar 9 14:27:38 2001 --- shadow/171.tmp.7556 Fri Mar 9 14:27:38 2001 *** *** 0 --- 1,20 + ++ + | Auto xfer of DocBase info f

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler JspParseEventListener.java

2001-03-09 Thread costin
costin 01/03/09 14:29:24 Modified:src/share/org/apache/jasper/compiler JspParseEventListener.java Log: The previous patch had another change, the flushBuffer() fix. Added few comments and commited again, to have a separate message for it. Revision

[Bug 169] Changed - Overflow where JSP tag embedded in HTML tag BugRat Report#226

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=169 *** shadow/169 Sat Feb 3 11:14:20 2001 --- shadow/169.tmp.7529 Fri Mar 9 14:24:52 2001 *** *** 2,13 | Overflow where JSP tag embedded in HTML tag BugRat Report#226 | +---

[Bug 182] Changed - JSP error-page doesn't work with virtual hosts BugRat Report#253

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=182 *** shadow/182 Fri Mar 9 14:31:04 2001 --- shadow/182.tmp.7589 Fri Mar 9 14:31:33 2001 *** *** 2,13 | JSP error-page doesn't work with virtual hosts BugRat Report#253 | +---

[Bug 154] New - Setting Last-Modified within doGet results in duplicate Last-Modified headers BugRat Report#185

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=154 *** shadow/154 Fri Mar 9 14:17:12 2001 --- shadow/154.tmp.7453 Fri Mar 9 14:17:12 2001 *** *** 0 --- 1,33 + ++ + | Setting Last-Modified withi

Any news on bug 208?

2001-03-09 Thread Gerard van Enk
Hello, I ran into a problem similar to bug 208, but I'm using mod_jk, ajp13, tomcat3.1.1, I've added this information to the bugreport. But I am curious if there was any news about this bug, because it reported as if I remember correctly a few months ago for the first time. It's a problem when

Re: Implementation in 4.0.b1

2001-03-09 Thread Remy Maucherat
Quoting [EMAIL PROTECTED]: > YET: this same code works when I run it from a standalone Java > application. > I believe that tomcat's InitialContext() is preventing the remote > connection from being established. Actually, it's a classloader related issue which has been fixed after beta 1. Remy

Re: Any news on bug 208?

2001-03-09 Thread Gerard van Enk
Gerard van Enk wrote: > > Hello, > > I ran into a problem similar to bug 208, but I'm using mod_jk, ajp13, > tomcat3.1.1, I've added this information to the bugreport. But I am oops this has to be tomcat3.2.1 :) > curious if there was any news about this bug, because it reported as if > I reme

[Bug 190] New - Indexed property setter does not get called if first field in array of fields is blank BugRat Report#277

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=190 *** shadow/190 Fri Mar 9 14:32:52 2001 --- shadow/190.tmp.7603 Fri Mar 9 14:32:52 2001 *** *** 0 --- 1,19 + ++ + | Indexed property setter doe

[Bug 202] New - If browser send russian locale (ru) then StaticInterceptor traps with a "non ISO-8859-1" charset exception at attempt to write buf to ServletOutputStream, the date gets cyricllic characters BugRat Report#311

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=202 *** shadow/202 Fri Mar 9 14:34:37 2001 --- shadow/202.tmp.7617 Fri Mar 9 14:34:37 2001 *** *** 0 --- 1,69 + ++ + | If browser send russian loc

[Bug 223] New - security.authentication port must be True or False BugRat Report#347

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=223 *** shadow/223 Fri Mar 9 14:46:18 2001 --- shadow/223.tmp.7663 Fri Mar 9 14:46:18 2001 *** *** 0 --- 1,21 + ++ + | security.authentication por

[Bug 218] New - IIS & in-process tomcat BugRat Report#333

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=218 *** shadow/218 Fri Mar 9 14:45:09 2001 --- shadow/218.tmp.7653 Fri Mar 9 14:45:09 2001 *** *** 0 --- 1,21 + ++ + | IIS & in-process tomcat Bug

[Bug 201] New - http session is invalidated too frequently. BugRat Report#310

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=201 *** shadow/201 Fri Mar 9 14:33:53 2001 --- shadow/201.tmp.7612 Fri Mar 9 14:33:53 2001 *** *** 0 --- 1,21 + ++ + | http session is invalidated

[Bug 215] New - .java Package names that start with a '.' BugRat Report#329

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=215 *** shadow/215 Fri Mar 9 14:44:01 2001 --- shadow/215.tmp.7637 Fri Mar 9 14:44:01 2001 *** *** 0 --- 1,48 + ++ + | .java Package names that st

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java

2001-03-09 Thread nacho
nacho 01/03/09 14:54:07 Modified:src/examples/jsp/security/login login.jsp src/examples/jsp index.html src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java Added: src/examples/jsp/security index.jsp Log: Fix f

Bugtraq categories

2001-03-09 Thread cmanolache
Hi, I would like to add few more categories to bugzilla: 1. install ( better name ? ) - problems in the distrib packages - zip,tar, missing files, comments/problems on the README and release notes, install issues 2. reloading 3. session This will help us clasify the issues much better. Cos

RE: Bugtraq categories

2001-03-09 Thread Ignacio J. Ortega
+1 ( you know you can doit by yourself? just looked at bugzilla and you have the permissions already ) Saludos , Ignacio J. Ortega > -Mensaje original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: sábado 10 de marzo de 2001 0:08 > Para: [EMAIL PROTECTED] > Asunto:

RE: Bugtraq categories

2001-03-09 Thread cmanolache
> +1 > > ( you know you can doit by yourself? just looked at bugzilla and you > have the permissions already ) Yes, but still need the +1 before I do it :-) ( well, lazy consensus should be ok - if nobody -1 in 24h I'll add them ) Costin

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime BodyContentImpl.java

2001-03-09 Thread marcsaeg
marcsaeg01/03/09 15:31:55 Modified:src/share/org/apache/jasper/runtime Tag: tomcat_32 BodyContentImpl.java Log: One last performance update to the previous commit. Double the buffer size on a realloc instead of incrementing the length. Submitted by:

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade HttpServletRequestFacade.java HttpSessionFacade.java JspInterceptor.java

2001-03-09 Thread costin
costin 01/03/09 15:34:00 Modified:src/facade22/org/apache/tomcat/facade HttpServletRequestFacade.java HttpSessionFacade.java JspInterceptor.java Log: Fix for #429 - different session facade returned in different requests. Now the

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler Compiler.java JspParseEventListener.java JspReader.java

2001-03-09 Thread marcsaeg
marcsaeg01/03/09 15:35:26 Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32 Compiler.java JspParseEventListener.java JspReader.java Log: Change JSP default character encoding from 8859_1 to ISO-8859-1 which is the preferre

RE: FW: problem w/ ajp13 - if Tomcat is shutdown

2001-03-09 Thread Shinta Tjio
Title: RE: FW: problem w/ ajp13 - if Tomcat is shutdown Hi, Dan, I may not understand all of the issues here. But I really don't think we should close all connections when we detect one ECONNRESET. In my opinion, it is not necessary to close all connections, since the next ECONNRESET will clo

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SimpleSessionStore.java

2001-03-09 Thread costin
costin 01/03/09 15:47:41 Modified:src/share/org/apache/tomcat/core BaseInterceptor.java src/share/org/apache/tomcat/modules/config LoaderInterceptor11.java src/share/org/apache/tomcat/modules/mappers ReloadIn

cvs commit: jakarta-tomcat/src/examples/WEB-INF/classes LocalStrings_es.properties

2001-03-09 Thread nacho
nacho 01/03/09 15:53:02 Modified:src/examples/WEB-INF/classes LocalStrings_es.properties Log: New strings added Revision ChangesPath 1.3 +6 -1 jakarta-tomcat/src/examples/WEB-INF/classes/LocalStrings_es.properties Index: LocalStrings_es.properties ==

cvs commit: jakarta-tomcat/src/examples/WEB-INF/classes LocalStrings_es.properties

2001-03-09 Thread nacho
nacho 01/03/09 15:55:00 Modified:src/examples/WEB-INF/classes Tag: tomcat_32 LocalStrings_es.properties Log: New strings added Revision ChangesPath No revision No revision 1.2.2.1 +6 -1

RE: 3.3 build

2001-03-09 Thread Ignacio J. Ortega
> Let me know what you think - I would be very happy to hear > you strongly > disagree with mixing the source and build result, but if no I strongly %*+-=&/) but not disagree.. > commiter -1 > it I guess we should do it. > I dont like it but i cant -1 it, everybody seems very conviced that t

[Bug 246] Changed - MIME-TYPE handling BugRat Report#398

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=246 *** shadow/246 Fri Mar 9 15:06:46 2001 --- shadow/246.tmp.11043Fri Mar 9 17:04:41 2001 *** *** 2,13 | MIME-TYPE handling BugRat Report#398 | +---

[Bug 82] Changed - Jasper not affected by mod_rewrite BugRat Report#49

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=82 *** shadow/82 Sat Feb 3 11:09:51 2001 --- shadow/82.tmp.11030 Fri Mar 9 17:03:14 2001 *** *** 2,13 | Jasper not affected by mod_rewrite BugRat Report#49| +

[Bug 110] New - JCE 1.2.1 support is not handled correctly BugRat Report#116

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=110 *** shadow/110 Fri Mar 9 17:04:09 2001 --- shadow/110.tmp.11036Fri Mar 9 17:04:09 2001 *** *** 0 --- 1,17 + ++ + | JCE 1.2.1 support i

[Bug 262] New - Method overloading problem using beans BugRat Report#466

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=262 *** shadow/262 Fri Mar 9 17:10:35 2001 --- shadow/262.tmp.11065Fri Mar 9 17:10:35 2001 *** *** 0 --- 1,17 + ++ + | Method overloading

Re: Implementation in 4.0.b1

2001-03-09 Thread Remy Maucherat
> I am trying to obtain a remote reference to an EJB in another machine. > I have set the ejb-ref in web.xml as follows: > > Sample bean generated by coolgen placed here for ease of > early testing > ejb/S_STRESS_32K > Session > cool.models.coop07.java.S_STRES

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler PluginGenerator.java

2001-03-09 Thread nacho
nacho 01/03/09 17:18:01 Modified:src/share/org/apache/jasper/compiler PluginGenerator.java Log: Fix for type field in jsp:plugin not correctly expanded BugRat Report#467 Submitted by [EMAIL PROTECTED] (Mark Ket

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime BodyContentImpl.java

2001-03-09 Thread nacho
nacho 01/03/09 17:20:24 Modified:src/share/org/apache/jasper/runtime BodyContentImpl.java Log: One last performance update to the previous commit. Double the buffer size on a realloc instead of incrementing the length. Submitted by: Andrew Gilbert [[EMAIL PRO

[Bug 267] New - session.invalidate() method and response.sendRedirect BugRat Report#482

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=267 *** shadow/267 Fri Mar 9 17:27:45 2001 --- shadow/267.tmp.11100Fri Mar 9 17:27:45 2001 *** *** 0 --- 1,77 + ++ + | session.invalidate(

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler PluginGenerator.java

2001-03-09 Thread nacho
nacho 01/03/09 17:37:36 Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32 PluginGenerator.java Log: Fix for type field in jsp:plugin not correctly expanded BugRat Report#467 S

cvs commit: jakarta-tomcat/src/examples/jsp/snp snoop.html

2001-03-09 Thread nacho
nacho 01/03/09 19:00:56 Modified:src/examples/jsp/cal calendar.html src/examples/jsp/colors clr.html src/examples/jsp/checkbox cresult.html src/examples/jsp/sessions crt.html src/examples/jsp/dates date.html sr

[Bug 274] New - request.getUserPrincipal() doesn't work when user is authenticated with a X509 client certificate. BugRat Report#516

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=274 *** shadow/274 Fri Mar 9 19:12:21 2001 --- shadow/274.tmp.11949Fri Mar 9 19:12:21 2001 *** *** 0 --- 1,17 + ++ + | request.getUserPrin

[Bug 276] New - JNI problem: bufferedreader.read fails in Tomcat/IIS/JNI set-up BugRat Report#518

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=276 *** shadow/276 Fri Mar 9 19:13:52 2001 --- shadow/276.tmp.11958Fri Mar 9 19:13:52 2001 *** *** 0 --- 1,256 + ++ + | JNI problem: buffe

Re: Implementation in 4.0.b1

2001-03-09 Thread Tim Tye
Where is the interface document for tomcat object factories? I would like to have an object factory for JBoss context. - Original Message - From: Remy Maucherat <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 09, 2001 7:13 PM Subject: Re: Implementation in 4.0.b1 > > I

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler IncludeGenerator.java

2001-03-09 Thread nacho
nacho 01/03/09 21:13:41 Modified:src/share/org/apache/jasper/compiler IncludeGenerator.java Log: Fix for Bug#284 error message is not descriptive BugRat Report#529 Submitted by : [EMAIL PROTECTED] (Arun Katkere) Revision ChangesPath 1.7 +16 -16 jak

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler IncludeGenerator.java

2001-03-09 Thread nacho
nacho 01/03/09 21:16:51 Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32 IncludeGenerator.java Log: Fix for Bug#284 error message is not descriptive BugRat Report#529 Submitted by : [EMAIL PROTECTED] (Arun Katkere) Revision Chan

[Bug 286] New - Tomcat mod_jk.so refuses to load with Apache 1.3.14 undefined symbol BugRat Report#532

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=286 *** shadow/286 Fri Mar 9 21:21:33 2001 --- shadow/286.tmp.13587Fri Mar 9 21:21:33 2001 *** *** 0 --- 1,26 + ++ + | Tomcat mod_jk.so re

RE: [Bug 286] New - Tomcat mod_jk.so refuses to load with Apache 1.3.14 undefined symbol BugRat Report#532

2001-03-09 Thread Shinta Tjio
I had the same problem earlier too. You just need to edit the build-unix.sh and add -DSOLARIS to the APXS call. My apxs doesn't have that by default. hope this helps shinta > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 09, 2001 11:22 PM

[Bug 319] New - Tomcat does not launch with given Unix script files BugRat Report#581

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=319 *** shadow/319 Fri Mar 9 21:41:16 2001 --- shadow/319.tmp.13635Fri Mar 9 21:41:16 2001 *** *** 0 --- 1,31 + ++ + | Tomcat does not lau

[Bug 316] New - AdaptiveClassLoader leaks file descriptors BugRat Report#575

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=316 *** shadow/316 Fri Mar 9 21:32:06 2001 --- shadow/316.tmp.13617Fri Mar 9 21:32:07 2001 *** *** 0 --- 1,52 + ++ + | AdaptiveClassLoader

[Bug 322] New - jsp:getProperty does not work on lUzzz field (lowercase-UPPERCASE) eg pNBR BugRat Report#585

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=322 *** shadow/322 Fri Mar 9 21:48:40 2001 --- shadow/322.tmp.13657Fri Mar 9 21:48:41 2001 *** *** 0 --- 1,32 + ++ + | jsp:getProperty doe

[Bug 330] New - Internal Servlet Error: Can't happen - classname is null, who added this ? BugRat Report#596

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=330 *** shadow/330 Fri Mar 9 21:54:02 2001 --- shadow/330.tmp.13668Fri Mar 9 21:54:02 2001 *** *** 0 --- 1,29 + ++ + | Internal Servlet Er

Re: Implementation in 4.0.b1

2001-03-09 Thread Remy Maucherat
> Where is the interface document for tomcat object factories? It's the standard JNDI interface : javax.naming.spi.ObjectFactory The first parameter you get is a reference instance which contains a set of parameters. The format of the reference is proprietary (since there is no standard for this

[Bug 300] New - include files fail to compile if pathname is too long BugRat Report#553

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=300 *** shadow/300 Fri Mar 9 22:05:18 2001 --- shadow/300.tmp.13728Fri Mar 9 22:05:18 2001 *** *** 0 --- 1,31 + ++ + | include files fail

RE: where to plug-in startup/shutdown knowledge for internal tomcat components

2001-03-09 Thread Casey Lucas
Costin. Thanks for the help and sorry for all the questions. I wasn't familiar with tomcat hooks and didn't understand the JspInterceptor. But that was then... Now, I'm testing the pooling stuff out. I've got a TagPoolManagerInterceptor that listens to contextInit, etc. But my problem is

BugZilla flood

2001-03-09 Thread Ignacio J. Ortega
Hola a todos: As all of you know i'm shaking bugs another a bit :) Mostly acting as dispatcher, I'm doing a brief review of all outstanding bugs this weekend, i will try to classify them after reading assiging to the appropiatted component owner ( thanks gos we have bugzilla :) or fixing if i ca

RE: where to plug-in startup/shutdown knowledge for internal tomcatcomponents

2001-03-09 Thread cmanolache
Hi Casey, Welcome to the wonderful world of ClassLoading. The default configuration for 3.3 is to use a separate class loader for container ( i.e. tomcat.core, jasper, jaxp ) and web applications. This resolves a number of problems - like having a different parser in the web application. It

cvs commit: jakarta-tomcat build.xml

2001-03-09 Thread costin
costin 01/03/09 23:18:51 Modified:.build.xml Log: First small change to build.xml - use the same name pattern for jaxp ( jaxp.home - for the dir where jaxp is installed ), fix it to match the directory name in the distrib. Also - split the distrib, so you can build

cvs commit: jakarta-tomcat/src/tests/webpages/params includeISParams.jsp

2001-03-09 Thread costin
costin 01/03/09 23:21:38 Modified:src/tests/webpages/jsp import.jsp src/tests/webpages/params includeISParams.jsp Log: Fix the sanity tests - Vector and Writer are not imported by default ( it was a bug that they were ) Revision ChangesPath 1.4 +1

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config LoaderInterceptor11.java

2001-03-09 Thread costin
costin 01/03/09 23:22:20 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java src/share/org/apache/tomcat/modules/config LoaderInterceptor11.java Removed: .ant.dtd Log: Remove ant.dtd ( it's outdated and not needed

cvs commit: jakarta-tomcat generatedocs.bat generatedocs.sh

2001-03-09 Thread costin
costin 01/03/09 23:23:46 Removed: .generatedocs.bat generatedocs.sh Log: Removing old generatedocs.sh/bat - they were used to generate javax.servlet docs, this was moved long ago in a separate tree. - To

cvs commit: jakarta-tomcat TODO

2001-03-09 Thread costin
costin 01/03/09 23:27:03 Removed: .TODO Log: Removing the TODO from 3.1, most of it is done, what is not done is either part of status.html or unlikely to happen. There are a lot of TODO things ( or at least my list is bigger than ever), but status.html is the plac

cvs commit: jakarta-tomcat/modules README

2001-03-09 Thread costin
costin 01/03/09 23:30:20 Removed: apps README modules README Log: Remove the 2 directories I created, for experimental modules and apps. I'll create them again in proposals. - To unsubscribe,

3.3 - top level files

2001-03-09 Thread cmanolache
Hi, There are a number of doc files at the top level, some of them old release plans, etc. What about moving them in doc/release ( so they will be included in the distrib - right now we don't ) ? ( we need to clean up and update the docs - but this can be done after the freeze ) Costin