[Bug 386] New - SIGSEGV 11 on launch of Tomcat 3.2.1 with JDK 1.3 BugRat Report#679

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=386 *** shadow/386 Thu Feb 1 23:32:35 2001 --- shadow/386.tmp.13298Thu Feb 1 23:32:35 2001 *** *** 0 --- 1,87 + ++ + | SIGSEGV 11 on launc

[Bug 87] New - Request Dispatcher violates Servlet Spec BugRat Report#57

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=87 *** shadow/87 Thu Feb 1 23:25:58 2001 --- shadow/87.tmp.13262 Thu Feb 1 23:25:58 2001 *** *** 0 --- 1,42 + ++ + | Request Dispatcher violates

[Bug 450] New - RequestDispatcher.forward() broken with custom ServletRequest implementations BugRat Report#771

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=450 *** shadow/450 Thu Feb 1 23:21:32 2001 --- shadow/450.tmp.13247Thu Feb 1 23:21:32 2001 *** *** 0 --- 1,21 + ++ + | RequestDispatcher.f

[Bug 451] New - ServletException displaying wrong lines in debug information BugRat Report#772

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=451 *** shadow/451 Thu Feb 1 23:22:26 2001 --- shadow/451.tmp.13253Thu Feb 1 23:22:26 2001 *** *** 0 --- 1,24 + ++ + | ServletException di

[Bug 475] New - SimpleTcpConnector doesn't work BugRat Report#802

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=475 *** shadow/475 Thu Feb 1 23:18:30 2001 --- shadow/475.tmp.13232Thu Feb 1 23:18:30 2001 *** *** 0 --- 1,23 + ++ + | SimpleTcpConnector

[Bug 120] New - StopTomcat.java has "localhost" hardcoded BugRat Report#128

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=120 *** shadow/120 Thu Feb 1 23:30:59 2001 --- shadow/120.tmp.13289Thu Feb 1 23:30:59 2001 *** *** 0 --- 1,26 + ++ + | StopTomcat.java has

[Bug 122] New - server.xml file violates the XML namespace recommendation BugRat Report#131

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=122 *** shadow/122 Thu Feb 1 23:16:43 2001 --- shadow/122.tmp.13223Thu Feb 1 23:16:43 2001 *** *** 0 --- 1,30 + ++ + | server.xml file vio

cvs commit: jakarta-tomcat/src/build XMLDoclet.java generateModules.xsl

2001-02-01 Thread costin
costin 01/02/01 22:19:04 Added: src/build XMLDoclet.java generateModules.xsl Log: Temporary add of XMLDoclet, it'll be used to synchronize the documentation of modules with the sources ( we may need to customize a bit XMLDoclet and add a way to separate between "user" doc a

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/http ServerCookie.java

2001-02-01 Thread costin
costin 01/02/01 21:46:45 Modified:src/share/org/apache/tomcat/util/http ServerCookie.java Log: Fix for 485 - v0 cookies don't have quoting. The first part of the bug ( v1 cookies parsing ) should work fine too. Revision ChangesPath 1.7 +9 -4 jakarta-tom

[Bug 485] Changed - Cookie attributes not handled for cookies in Request BugRat Report#816

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=485 *** shadow/485 Thu Feb 1 16:18:44 2001 --- shadow/485.tmp.12069Thu Feb 1 21:44:07 2001 *** *** 24,27 First part is fixed in the main development tree ( cookie parsing has been rewritten ). Regarding the values,

Tomcat 4 SecurityManager and Jasper ClassLoader changes

2001-02-01 Thread Glenn Nielsen
I have completed the changes necessary to implement the Java SecurityManager in Tomcat 4. I have also completed switching Jasper over to using the URLClassLoader. With these changes in place all watchdog tests pass and JspC works as well as it did before I changed Jasper. I'll commit all the ch

cvs commit: jakarta-tomcat/src/etc server.xml

2001-02-01 Thread costin
costin 01/02/01 20:56:45 Modified:src/etc server.xml Log: Replace AutoSetup with the 2 components. Revision ChangesPath 1.67 +4 -1 jakarta-tomcat/src/etc/server.xml Index: server.xml ===

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config AutoDeploy.java AutoWebApp.java AutoSetup.java

2001-02-01 Thread costin
costin 01/02/01 20:49:44 Added: src/share/org/apache/tomcat/modules/config AutoDeploy.java AutoWebApp.java Removed: src/share/org/apache/tomcat/modules/config AutoSetup.java Log: Split AutoSetup in 2 - AutoDeploy will deal with expanding the WARs (

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

2001-02-01 Thread costin
costin 01/02/01 20:37:05 Removed: src/share/org/apache/tomcat/modules/config WebAppsConfig.java Log: Removing old code ( this was never used, just an attempt to improve AutoSetup. Didn't worked, tried to do too much ) -

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

2001-02-01 Thread costin
costin 01/02/01 20:26:22 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Small change - generate the config when the server is fully configured ( i.e. after auto loading webapps ). Regenerate the apache config whenever a new context is added. ( i

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

2001-02-01 Thread costin
costin 01/02/01 19:13:09 Removed: src/share/org/apache/tomcat/modules/config DefaultCMSetter.java Log: Removed old code. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

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

2001-02-01 Thread costin
costin 01/02/01 19:12:44 Removed: src/share/org/apache/tomcat/modules/config ServerXmlInterceptor.java Log: Removing old code. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

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

2001-02-01 Thread nacho
nacho 01/02/01 17:27:42 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java WebAppsConfig.java Log: Portability issues. Revision ChangesPath 1.2 +12 -13 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/Ser

[Bug 485] New - Cookie attributes not handled for cookies in Request BugRat Report#816

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=485 *** shadow/485 Thu Feb 1 16:18:13 2001 --- shadow/485.tmp.10731Thu Feb 1 16:18:13 2001 *** *** 0 --- 1,27 + ++ + | Cookie attributes n

[Bug 485] Changed - Cookie attributes not handled for cookies in Request BugRat Report#816

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=485 *** shadow/485 Thu Feb 1 16:18:13 2001 --- shadow/485.tmp.10737Thu Feb 1 16:18:44 2001 *** *** 2,9 | Cookie attributes not handled for cookies in Request BugRat Report#816 | +

FW: Broken link in tomcat/apache howto

2001-02-01 Thread Pier P. Fumagalli
-- Forwarded Message > From: "Ben Edwards" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Thu, 1 Feb 2001 14:29:43 GMT > To: [EMAIL PROTECTED] > Subject: Broken link in tomcat/apache howto > > On page > > http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-apache-howto.

[Bug 413] Changed - ant exec command fails with jdk1.3 BugRat Report#715

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=413 *** shadow/413 Thu Feb 1 04:05:56 2001 --- shadow/413.tmp.10662Thu Feb 1 15:54:46 2001 *** *** 2,8 | ant exec command fails with jdk1.3 BugRat Report#715 | +

[Bug 378] Changed - Default for ExecOn is not "parallel" BugRat Report#668

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=378 *** shadow/378 Thu Feb 1 04:03:13 2001 --- shadow/378.tmp.10620Thu Feb 1 15:40:37 2001 *** *** 2,9 | Default for ExecOn is not "parallel" BugRat Report#668 | +

Re: [Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread Pier P. Fumagalli
Craig R. McClanahan <[EMAIL PROTECTED]> wrote: > > jakarta-tomcat-4.0 > build/<-- Build destination for Tomcat > dist/ <-- Dist destinatino for Tomcat > catalina/ > build/<-- Build destination for Catalina portion > >

[PATCH] for NetWare

2001-02-01 Thread Mike Anderson
Attached are some patched files and a diff file for NetWare. These have been diffed against the latest version in the jakarta-tomcat tree. The jk_util.c and jk_nsapi_plugin.c are the same fixes that have been put into the tomcat-32 branch and I will submit the ApacheConf.java to the tomcat-32

[PATCH] for Bug Report 741 (security constraint match)

2001-02-01 Thread Dimitris Dinodimos
The new behavior is as following: When defining a security constraint for "/foo/*", matches resource "/foo" and "/foo/whatever" but not "/foo.jsp"   Cheers, Dimitris Dinodimos Index: AccessInterceptor.java === RCS file: /home/cvs

keystore don't match help please!!!!!!!!!!!!!

2001-02-01 Thread Abhinav Jain
Hi, We are building tomcat with ssl support (tomcat ssl direct). we have successfully generated keystore file by giving the command keytool -genkey -alias tomcat -keyalg RSA this asks a series of question's after entering all it creates .keystore files. but when trying to import CERT in key

Re: Session Problem

2001-02-01 Thread Dan Milstein
Jim, How are you connecting Apache to Tomcat: - Are you using the mod_jk plugin? - Which connector are you using (ajp13, ajp12)? - Are you using load balancing? There was a bug with the load balancer in mod_jk which was causing it to fail to read the session from the cookie if there was m

Servlet ClassLoader

2001-02-01 Thread Arthur Ash
Hi Folks, I'm having a general issue with the app-specific classpath (WEB-INF/classes and WEB-INF/lib/*.jar). Here is the scenario as I understand it: I have an MVC servlet/bean framework that is installed in the primordial classpath. It contains a single dispatcher servlet which instantiates

RE: 3.3 build tree

2001-02-01 Thread Steve Downey
Most GNU projects work the same way. For example GCC. Typical fs layout is something like: gcc gcc-2.95.2 bld-gcc-2.95.2 then, from in the bld-gcc-2.95.2, you run ../gcc-2.95.2/configure, and the build environment is created, while the source environment remains pristine. This is

[PATCH] for Bugzilla Report 264 (mod_jk gets in an infinite loop)

2001-02-01 Thread Brian Vetter
This patch fixes the problem when a client closes the connection before sending all of the data in a POST. Someone with CVS privileges please check this in. Thanks, Brian --- jk_ajp12_worker.c.origTue Oct 24 09:44:46 2000 +++ jk_ajp12_worker.c Tue Oct 24 09:52:31 2000 @@ -465,6 +465,11 @@

[PATCH] for Bug Report 788 (exception when trying to view a directory)

2001-02-01 Thread Dimitris Dinodimos
Hello All, This bug can be reproduced when the browser's accepted language is not represented in the ISO-8859-1 character set. The fix sets the requested locale at the server's response, and uses a Writer in order to convert to the proper character set.   Cheers, Dimitris Dinodimos Index: Sta

I get an error with mime-types on Tomcat 3.2.1

2001-02-01 Thread Berin Loritsch
I was testing an installation of Cocoon 2, Tomcat 3.2.1, Xalan 2.0.D06, Xerces 1.2.3, and Windows 2000. I only came accross this error using the Netscape 4.75--I did not get this error with Mozilla 0.6+ or with InternetExplorer. As I am not subscribed to this list, please copy my directly (Pier

NullPointerException´s and Scalability of Tomcat 3.2.1

2001-02-01 Thread smajer
Hi All im currently testing tomcat 3.2.1 to check if it is suitable for a produktion environment. i do some load tests with ab and Curl to get a few numbers how tomcat scales over CPU´s and or mashines. I have to ore more apache with mod_jserv behind a lvs loadbalancer. every apache is configur

Re: 3.3 build tree

2001-02-01 Thread cmanolache
> I see what you are saying, that a "make install" usually creates the files > in etc or opt rather and not in the source directory. I guess I look at > "build" as more equivalent to "make", because I ususally just copy the > resulting directory structure from build to the production location > ma

Re: 3.3 build tree

2001-02-01 Thread Remy Maucherat
Quoting [EMAIL PROTECTED]: > I can say the same about building in the source directory... It just > feels > wrong and ugly ( kind of like having .class and .java in the same > directory, instead of using javac -d ). Same here, I hate that too. Since most people involed with Tomcat seem to like

Re: 3.3 build tree

2001-02-01 Thread Christopher Cain
Steve Downey wrote: > then, from in the bld-gcc-2.95.2, you run ../gcc-2.95.2/configure, and the > build environment is created, while the source environment remains pristine. > This is imperative if you're building for several environments out of the > same source tree. In which case you might h

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_ajp12_worker.c

2001-02-01 Thread danmil
danmil 01/02/01 14:52:11 Modified:src/native/mod_jk/common jk_ajp12_worker.c Log: Fixed bug which was sending mod_jk into infinite loop if client sent less data than specified in content-length. Bugzilla report 264 (and a host of others). Contributed by Brian Vetter ([EMA

cvs commit: jakarta-tomcat/src/native/jk jk_ajp12_worker.c

2001-02-01 Thread danmil
danmil 01/02/01 14:50:11 Modified:src/native/jk Tag: tomcat_32 jk_ajp12_worker.c Log: Fixed bug which was sending mod_jk into infinite loop if client sent less data than specified in content-length. Bugzilla report 264 (and a host of others). Contributed by Brian Vetter (

RE: [Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread Steve Downey
As long as this works with sandboxing different versions of the system, it should be fine. That is, jakarta-tomcat-4.0 will use, by default, the ant in ../jakarta-ant/dist and the servlet api in ../jakarta-servletapi-4/dist, and so on. -Original Message- From: Craig R. McClanahan [mailto

Re: 3.3 build tree

2001-02-01 Thread Christopher Cain
[EMAIL PROTECTED] wrote: > > GOMEZ Henri wrote: > > > > > And +1 for TC 3.x branch. > > > > Yes, please. =) > > Not so fast, please :-) > > There are scripts and people using the current style. > > -0 on changing 3.x: > I think the sources and binaries shouldn't be in the same directory > tree

Re: Alexandria

2001-02-01 Thread Sam Ruby
Costin Manolache wrote: > > Does anyone knows what's the status and who is working on > Alexandria ? I have a simple patch ( for a piece that I > use ), and I don't know where to send it. I'd recommend sending it to alexandria-dev. The committers listed in cvs avail are: brian,duncan,jon,cra

Re: Alexandria

2001-02-01 Thread Jon Stevens
on 2/1/01 1:17 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Does anyone knows what's the status and who is working on Alexandria ? > I have a simple patch ( for a piece that I use ), and I don't know where > to send it. You send patches to the mailing list. [EMAIL PROTECTED] > I'm usin

Alexandria

2001-02-01 Thread cmanolache
Hi, Does anyone knows what's the status and who is working on Alexandria ? I have a simple patch ( for a piece that I use ), and I don't know where to send it. I'm using the XMLDoclet to generate xml documentation of the modules, that will be processed into the documentation for modules - and I

Re: [Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread Sam Ruby
Craig R. McClanahan wrote: > > I propose to change all of the build scripts (and associated > README files) to reflect this new structure, in time for the > next beta release. +1. Please add appropriate .cvsignore files. - Sam Ruby -

Re: [Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread Christopher Cain
"Craig R. McClanahan" wrote: > jakarta-tomcat-4.0 > build/<-- Build destination for Tomcat > dist/ <-- Dist destinatino for Tomcat > catalina/ > build/<-- Build destination for Catalina portion > > di

Re: [Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread Jon Stevens
on 2/1/01 9:30 AM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > There is movement in the various Jakarta subprojects towards modifying > build scripts so that "build" and "dist" targets are created *within* > the top-level source directory, rather than "up and over" the way they > are now.

cvs commit: jakarta-tomcat-4.0/webapps .cvsignore

2001-02-01 Thread craigmcc
craigmcc01/02/01 11:24:49 Added: catalina .cvsignore jasper .cvsignore tester .cvsignore webapps .cvsignore Log: Add nested copies of ".cvsignore" so that updates in subdirectories get the same benefits as updates from the top le

3.3 build tree

2001-02-01 Thread cmanolache
> GOMEZ Henri wrote: > > > And +1 for TC 3.x branch. > > Yes, please. =) Not so fast, please :-) There are scripts and people using the current style. -0 on changing 3.x: I think the sources and binaries shouldn't be in the same directory tree ( look at RedHat /usr/src hierarchy, look at g

cvs commit: jakarta-tomcat-4.0/webapps/webdav build.xml

2001-02-01 Thread craigmcc
craigmcc01/02/01 11:08:17 Modified:.README.txt build.xml catalina build.bat build.xml jasper build.bat build.xml tester build.xml webapps build.bat build.xml webapps/ROOT build.xml web

RE: [Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread GOMEZ Henri
+1 And +1 for TC 3.x branch. On ne peut résoudre les problèmes les plus graves avec le même esprit qui les a crées. -- Albert Einstein >-Original Message- >From: Sam Ruby [mailto:[EMAIL PROTECTED]] >Sent: Thursday, February 01, 2001 7:45 PM >To: [EMAIL PROTECTED] >Subject: Re: [Tomcat

Re: [Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread Christopher Cain
GOMEZ Henri wrote: > And +1 for TC 3.x branch. Yes, please. =) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread David Weinrich
This makes a heck of a lot of sense to me... ( an unofficial +1 I guess :) David - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 09:30 Subject: [Tomcat 4.0] Proposed Change in Build Scripts > There is movem

Session Problem

2001-02-01 Thread Jim Urban
This problem is happening on both Tomcat 3.1 and 3.2.1 on Windows NT with Apache. I have a servlet based application that is having session problems. The browser front end includes an applet which uses HTTP protocol to send and request data to and from the server. Sometimes, not always, the s

Re: [Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread Ramesh Mandava [CONTRACTOR]
This is a good idea. And as we already did with watchdog we should do the same here. +1 for the change. Thanks -Ramesh >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >list-help: >list-unsubscribe: >list-post:

cvs commit: jakarta-tomcat-4.0 .cvsignore

2001-02-01 Thread craigmcc
craigmcc01/02/01 10:31:45 Added: ..cvsignore Log: Add a .cvsignore file to keep CVS from complaining about "build" and "dist" subdirectories not being registered. Revision ChangesPath 1.1 jakarta-tomcat-4.0/.cvsignore Index: .cvsignore

cvs commit: jakarta-tomcat/src/doc/uguide tomcat_ug.html

2001-02-01 Thread danmil
danmil 01/02/01 08:52:26 Modified:src/doc Tag: tomcat_32 tomcat-ssl-howto.html tomcat-apache-howto.html src/doc/uguide Tag: tomcat_32 tomcat_ug.html Log: Cleaned up HTML, fixed typos. Contributed by Chris Pepper <[EMAIL PROTECTED]>

cvs commit: jakarta-tomcat-4.0/tester/src/bin tester.bat

2001-02-01 Thread craigmcc
craigmcc01/02/01 08:53:04 Modified:.build.bat tester build.bat tester/src/bin tester.bat Log: Tweaks to batch scripts for better operation under Windows. Revision ChangesPath 1.14 +175 -175 jakarta-tomcat-4.0/build.bat I

Icons for Tomcat

2001-02-01 Thread Brad Marlborough
Ken Coar asked us to post this to the news group. In the process of using Tomcat as our servlet engine we created a few Tomcat icons that we use to start and stop the Tomcat server. We thought we'd share these icons with all of you. The icons are in both 256 and 16 colour format Enjoy. Brad M

[Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread Craig R. McClanahan
There is movement in the various Jakarta subprojects towards modifying build scripts so that "build" and "dist" targets are created *within* the top-level source directory, rather than "up and over" the way they are now. For Tomcat 4.0, that would mean you'd end up with the following directory st

[Bug 261] New - Adding suport for failure and done targets BugRat Report#452

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=261 *** shadow/261 Thu Feb 1 01:42:54 2001 --- shadow/261.tmp.8576 Thu Feb 1 01:42:54 2001 *** *** 0 --- 1,47 + ++ + | Adding suport for failure a

[Bug 277] New - Ant binary distribution doesn't function when installed according to docs BugRat Report#520

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=277 *** shadow/277 Thu Feb 1 01:44:26 2001 --- shadow/277.tmp.8604 Thu Feb 1 01:44:26 2001 *** *** 0 --- 1,39 + ++ + | Ant binary distribution doe

[Bug 165] Changed - Unable to rmic (compile) inner classes using the '$' notation. BugRat Report#211

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=165 *** shadow/165 Thu Feb 1 01:38:08 2001 --- shadow/165.tmp.8527 Thu Feb 1 01:41:21 2001 *** *** 2,13 | Unable to rmic (compile) inner classes using the '$' notation. BugRat Repo | +---

[Bug 329] New - Jar file has redundant subdirectories BugRat Report#595

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=329 *** shadow/329 Thu Feb 1 01:45:25 2001 --- shadow/329.tmp.8633 Thu Feb 1 01:45:25 2001 *** *** 0 --- 1,21 + ++ + | Jar file has redundant subd

[Bug 221] New - add cvs login functionality BugRat Report#340

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=221 *** shadow/221 Thu Feb 1 01:40:15 2001 --- shadow/221.tmp.8504 Thu Feb 1 01:40:16 2001 *** *** 0 --- 1,17 + ++ + | add cvs login functionality

[Bug 220] Changed - Use DSTAMP, TSTAMP, TODAY values in touch BugRat Report#339

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=220 *** shadow/220 Thu Feb 1 01:38:52 2001 --- shadow/220.tmp.8544 Thu Feb 1 01:41:55 2001 *** *** 2,13 | Use DSTAMP, TSTAMP, TODAY values in touch BugRat Report#339| +---

[Bug 176] Changed - Add "exclude" capability to Javadoc BugRat Report#243

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=176 *** shadow/176 Thu Feb 1 01:38:19 2001 --- shadow/176.tmp.8532 Thu Feb 1 01:41:34 2001 *** *** 2,13 | Add "exclude" capability to Javadoc BugRat Report#243 | +---

[Bug 222] New - Ant fails to verify class with static initializer code during rmic task BugRat Report#343

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=222 *** shadow/222 Thu Feb 1 01:42:21 2001 --- shadow/222.tmp.8555 Thu Feb 1 01:42:21 2001 *** *** 0 --- 1,18 + ++ + | Ant fails to verify class w

[Bug 176] New - Add "exclude" capability to Javadoc BugRat Report#243

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=176 *** shadow/176 Thu Feb 1 01:38:19 2001 --- shadow/176.tmp.8481 Thu Feb 1 01:38:19 2001 *** *** 0 --- 1,17 + ++ + | Add "exclude" capability to

[Bug 165] New - Unable to rmic (compile) inner classes using the '$' notation. BugRat Report#211

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=165 *** shadow/165 Thu Feb 1 01:38:08 2001 --- shadow/165.tmp.8476 Thu Feb 1 01:38:08 2001 *** *** 0 --- 1,38 + ++ + | Unable to rmic (compile) in

[Bug 220] New - Use DSTAMP, TSTAMP, TODAY values in touch BugRat Report#339

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=220 *** shadow/220 Thu Feb 1 01:38:52 2001 --- shadow/220.tmp.8492 Thu Feb 1 01:38:52 2001 *** *** 0 --- 1,17 + ++ + | Use DSTAMP, TSTAMP, TODAY v

[Bug 413] New - ant exec command fails with jdk1.3 BugRat Report#715

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=413 *** shadow/413 Thu Feb 1 01:50:53 2001 --- shadow/413.tmp.8711 Thu Feb 1 01:50:53 2001 *** *** 0 --- 1,37 + ++ + | ant exec command fails with

[Bug 277] Changed - Ant binary distribution doesn't function when installed according to docs BugRat Report#520

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=277 *** shadow/277 Thu Feb 1 01:44:26 2001 --- shadow/277.tmp.9143 Thu Feb 1 03:56:55 2001 *** *** 5,11 | Status: UNCONFIRMED Version: 1.2 | | Resolution:

[Bug 220] Changed - Use DSTAMP, TSTAMP, TODAY values in touch BugRat Report#339

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=220 *** shadow/220 Thu Feb 1 01:41:55 2001 --- shadow/220.tmp.9107 Thu Feb 1 03:54:01 2001 *** *** 4,11 |Bug #: 220 Product: Ant | | Status: UNCONFIRMED

[Bug 222] Changed - Ant fails to verify class with static initializer code during rmic task BugRat Report#343

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=222 *** shadow/222 Thu Feb 1 01:42:21 2001 --- shadow/222.tmp.9117 Thu Feb 1 03:54:32 2001 *** *** 5,11 | Status: UNCONFIRMED Version: 1.2 | | Resolution:

[Bug 261] Changed - Adding suport for failure and done targets BugRat Report#452

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=261 *** shadow/261 Thu Feb 1 01:42:54 2001 --- shadow/261.tmp.9133 Thu Feb 1 03:55:35 2001 *** *** 4,11 |Bug #: 261 Product: Ant | | Status: UNCONFIRMED

[Bug 378] New - Default for ExecOn is not "parallel" BugRat Report#668

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=378 *** shadow/378 Thu Feb 1 01:46:24 2001 --- shadow/378.tmp.8669 Thu Feb 1 01:46:24 2001 *** *** 0 --- 1,17 + ++ + | Default for ExecOn is not "

[Bug 176] Changed - Add "exclude" capability to Javadoc BugRat Report#243

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=176 *** shadow/176 Thu Feb 1 01:41:34 2001 --- shadow/176.tmp.9096 Thu Feb 1 03:53:05 2001 *** *** 4,11 |Bug #: 176 Product: Ant | | Status: UNCONFIRMED

[Bug 221] Changed - add cvs login functionality BugRat Report#340

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=221 *** shadow/221 Thu Feb 1 01:42:13 2001 --- shadow/221.tmp.9112 Thu Feb 1 03:54:17 2001 *** *** 4,11 |Bug #: 221 Product: Ant | | Status: UNCONFIRMED

[Bug 165] Changed - Unable to rmic (compile) inner classes using the '$' notation. BugRat Report#211

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=165 *** shadow/165 Thu Feb 1 01:41:21 2001 --- shadow/165.tmp.9090 Thu Feb 1 03:52:52 2001 *** *** 4,11 |Bug #: 165 Product: Ant | | Status: UNCONFIRMED

[Bug 413] Changed - ant exec command fails with jdk1.3 BugRat Report#715

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=413 *** shadow/413 Thu Feb 1 01:50:53 2001 --- shadow/413.tmp.9235 Thu Feb 1 04:05:56 2001 *** *** 5,11 | Status: UNCONFIRMED Version: 1.2 | | Resolution:

[Bug 329] Changed - Jar file has redundant subdirectories BugRat Report#595

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=329 *** shadow/329 Thu Feb 1 01:45:25 2001 --- shadow/329.tmp.9177 Thu Feb 1 04:01:37 2001 *** *** 5,11 | Status: UNCONFIRMED Version: 1.2 | | Resolution:

[Bug 378] Changed - Default for ExecOn is not "parallel" BugRat Report#668

2001-02-01 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=378 *** shadow/378 Thu Feb 1 01:46:24 2001 --- shadow/378.tmp.9205 Thu Feb 1 04:03:13 2001 *** *** 5,11 | Status: UNCONFIRMED Version: 1.2 | | Resolution:

Re: Publishing without Restarting Tomcat

2001-02-01 Thread Dan Milstein
If you're working with standalone containers, I have no idea. If you're working with containers behind web servers, here's what I know: In the JServ days there was, with mod_jserv, a way to do a "GRACEFUL_SHUTDOWN" (or something like that) of a particular container to which mod_jserv was sending

RE: mod_jk.so build problems with SunOS 5.6

2001-02-01 Thread Mike Braden
Keith, Did you build perl and apache from source? I have seen weird problems with them installed as binaries. If I recall correctly, apxs pulls some of the info it needs from the make files from where apache or perl were built. If they were built on another system, these files may not work cor

Publishing without Restarting Tomcat

2001-02-01 Thread William Flanders
Is there a system on the servlet container level which would, after a publish, redirect *new* users to a separate servlet container, but keep old users on the old servlet container? Bill - To unsubscribe, e-mail: [EMAIL PROTECTE

RE: [VOTE] CVS Commit: Keith Wannamaker

2001-02-01 Thread Larry Isaacs
+1 > -Original Message- > From: Jon Stevens [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 10:26 PM > To: tomcat-dev > Subject: [VOTE] CVS Commit: Keith Wannamaker <[EMAIL PROTECTED]> > > > Ok, > > He has been sending lots of excellent patches as well as the > fact tha

Re: [VOTE] Tomcat 3.3 Release Plan

2001-02-01 Thread Craig R. McClanahan
Larry Isaacs wrote: > <- Please return this portion with your vote -> > > Tomcat 3.3 Release Plan Ballot: > > [ ] +1I am in favor of this plan and will help > [X] +0I am in favor of this plan, but am unable to help > [ ] -0I am not in favor of this plan > [ ] -1

Re : extracting jsp file name

2001-02-01 Thread Shahed Ali
Sorry for the confusion. I have a MVC framework in which all jsp pages post data to a controller servlet. In this servlet, I need to findout which jsp page invoked it. Currently I am passing a hidden variable with value="/callingpage.jsp" i.e in calling.jsp I have the code fragment

RE: [PATCH] Ajpv13 single read() call

2001-02-01 Thread GOMEZ Henri
Good stuff. I use that kind of code for years (since the early age of SunOS 4.1). Unixes developpers may read the excellent 'Unix Network Programming' for W. Richard Stevens which comment use of read/write. I suggest to add a classes BlockInputStream and BlockOutputStream which add readN and w

RE: [VOTE] CVS Commit: Keith Wannamaker

2001-02-01 Thread GOMEZ Henri
+1 On ne peut résoudre les problèmes les plus graves avec le même esprit qui les a crées. -- Albert Einstein >-Original Message- >From: Jon Stevens [mailto:[EMAIL PROTECTED]] >Sent: Thursday, February 01, 2001 4:26 AM >To: tomcat-dev >Subject: [VOTE] CVS Commit: Keith Wannamaker <[EMAIL

RE: An alternative to JSP

2001-02-01 Thread Klemme, Robert, myview
hi all, > Among the alternatives we've kicked around: >comp.lang.java.html+template >comp.lang.java.template+tag >comp.lang.java.servlet+template >comp.lang.java.template-tech >comp.lang.java.web-tech > > Again, any suggestions welcome either here or in private e-mail. how

Re: [VOTE] CVS Commit: Keith Wannamaker

2001-02-01 Thread cmanolache
> > He has been sending lots of excellent patches as well as the fact that he > already has an apache.org account. I think we should give him commit access. > > We need two more +1's from others with commit access. +1 Costin ---

RE: [VOTE] CVS Commit: Keith Wannamaker

2001-02-01 Thread Ignacio J. Ortega
+1 Saludos , Ignacio J. Ortega > -Mensaje original- > De: Jon Stevens [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 1 de febrero de 2001 4:26 > Para: tomcat-dev > Asunto: [VOTE] CVS Commit: Keith Wannamaker <[EMAIL PROTECTED]> > > > Ok, > > He has been sending lots of excellent pat

RE: Problem with mod_jk and ajp13

2001-02-01 Thread Peter Dai
Thanks Keith. I would not go to 3.3 for the time being. Is there a patch for 3.2.1? Peter -Original Message- From: Keith Wannamaker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 4:15 PM To: [EMAIL PROTECTED] Subject: RE: Problem with mod_jk and ajp13 Hi Peter, this may

Re: [VOTE] CVS Commit: Keith Wannamaker

2001-02-01 Thread Pier Fumagalli
Jon Stevens <[EMAIL PROTECTED]> wrote: > Ok, > > He has been sending lots of excellent patches as well as the fact that he > already has an apache.org account. I think we should give him commit access. > > We need two more +1's from others with commit access. +1 :) -- Pier Fumagalli

Re: REPOST : extracting jsp filename from generated class

2001-02-01 Thread Christopher Cain
Shahed Ali wrote: > Hi all, > > Sorry for this repost. > > >From within a jsp page, I need to know the name of the jsp page. > > If I do a <%=this.getClass()%>, I get a string which represents the class > name > of the generated servlet. Parse it off of the getRequestURI() method. Regards, Chr

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

2001-02-01 Thread costin
costin 01/01/31 22:17:41 Modified:src/share/org/apache/tomcat/util FileUtil.java Log: Added getFileBase() ( I wanted to fix what ServerXmlInterceptor was doing, but since it's a general-purplose util I moved it to FileUtil ) Revision ChangesPath 1.18 +24 -3 j

cvs commit: jakarta-tomcat/src/build/nightly - New directory

2001-02-01 Thread costin
costin 01/01/31 20:22:37 jakarta-tomcat/src/build/nightly - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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

2001-02-01 Thread costin
costin 01/01/31 22:22:08 Added: src/share/org/apache/tomcat/modules/config ServerXmlReader.java ContextXmlReader.java Log: Split ServerXmlInterceptor in 2 modules - one deals with general server configuration ( reading server.xml and setting up the mod

  1   2   >