cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ContextManager.java

2001-07-10 Thread larryi
larryi 01/07/10 22:24:15 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 ContextManager.java Log: Prior patch to fix recursive status handling went too far and broke authorization which makes a recursive call to the status handling. Modify to re

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators ErrorHandler.java

2001-07-10 Thread larryi
larryi 01/07/10 22:19:50 Modified:src/share/org/apache/tomcat/modules/generators ErrorHandler.java Log: Prior patch to fix recursive status handling went too far and broke authorization which makes a recursive call to the status handling. Modify to repor

Re: t4 - status check

2001-07-10 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: > > I would like to see Apache+Tomcat pass all the tester and Watchdog tests, > the same way that Tomcat standalone does. Pier et. al., where do we stand > on that? I still have one bug that tackles me (CGI not working when mod_webapp is used on S

Jasper and parsed tree

2001-07-10 Thread John Yu
I'm new to Tomcat/Jasper. I have a question regarding Jasper: Does Jasper parse a JSP into a DOM-like objects. In other words, does Jasper create in-memory parsed tree of the the JSP file? I notice from Tomcat 4.0's documentation that there's some plan to upgrade Jasper. I'm wondering how that's

Re: t4 - status check

2001-07-10 Thread Jon Stevens
on 7/10/01 8:04 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > PS: I know you didn't ask for a timeline, but I'd like to float a concept > and see how the other developers feel about it: The Servlet 2.3 and JSP > 1.2 specs will go final (along with the rest of the J2EE specs) sometime >

RE: '_' <-> 0x5f and Jasper

2001-07-10 Thread Keith Wannamaker
Our build process precompiles jsps using jasper then javac from make. make expects foo_bar.jsp to be compiled to foo_bar.java in order to invoke javac on the correct file. When jasper cooks up foo_0005fbar.java, make is confused. I built a hacked jasper after I changed the mangler to not mangle

signoff tomcat-dev

2001-07-10 Thread Vaskar Mistri
signoff tomcat-dev begin:vcard n:Mistri;Vaskar tel;cell:91-98301-45597 tel;fax:+91.33.337.6290 tel;work:+91.33.334.0467 x-mozilla-html:TRUE org:Vaskar Technology Corporation;Software Development version:2.1 email;internet:[EMAIL PROTECTED] title:CEO adr;quoted-printable:;;BC 37 Suite No. 1=0

Re: [TC322 diff] appending to logfiles

2001-07-10 Thread Craig R. McClanahan
On Tue, 10 Jul 2001, Marcus Crafter wrote: > Hi All, > > Hope all is well. > > I know TC322 is now in maintainence mode, but FWIW, here's a patch > that allows you to specify append="boolean" in the Logger definitions > of the server.xml. This allows you to configure a

Re: [t4] StandardSession.readObject()

2001-07-10 Thread Craig R. McClanahan
On Mon, 9 Jul 2001, Jon Stevens wrote: > Shouldn't it call setAttribute(name, value) instead of: > > synchronized (attributes) { > attributes.put(name, value); > } > > ? > If it did, the session event listeners and HttpSessionBindingListeners will get

Re: t4 - status check

2001-07-10 Thread Craig R. McClanahan
On Mon, 9 Jul 2001, Jon Stevens wrote: > What is the status of T4? I haven't seen a huge amount of commits from Craig > and Remy recently and it seems like the whole adaptor stuff will never get > finished cause it seems like a big political, testing and configuration > mess. > As usual, I'm

Re: [DOC]: Vote on oustanding doc issues?

2001-07-10 Thread Craig R. McClanahan
On Tue, 10 Jul 2001, Alex Chaffee wrote: > Rob S. wrote: > > > > The tough thing about separating the docs is that the server.xml config > > stuff is spread out among multiple files. I wonder how difficult it would > > be to maintain an index, or even if it's necessary. > > > I don't think

RE: My small, simple problem continued... (null container for my valve)

2001-07-10 Thread Craig R. McClanahan
On Tue, 10 Jul 2001, Kedar Hirve wrote: > All right, I think I figured it out, and it seems a little strange. I was > checking to see what the container for my valve was, in the > _constructor_...the constructor is getting called before any of the > heirarchy tree is built, it seems. Does Catal

Re: Probably a simple problem with an equally simple solution...

2001-07-10 Thread Craig R. McClanahan
On Mon, 9 Jul 2001, Kedar Hirve wrote: > I was trying to develop my own valve to plug into Catalina, but > running into some problems. I wrote up a little class that implements Valve > and has empty code for getInfo() and invoke(). I put it in its own package > called valvetest, compiled

Re: Table of Contents

2001-07-10 Thread Punky Tse
> >2) How about moving Developing Interceptors, Valves and Connectors, and > >Using Tomcat Utility Classes to a seperate Developer Guide? > >They are only > >useful for real hackers. > > Don't forget what make Apache HTTP server so successfull. > The number of modules built for Apache 1.2/1.3 AP

Re: Copyright issues (was Re: DOC: Table of Contents)

2001-07-10 Thread Craig R. McClanahan
For Apache projects, documentation is licensed under the same license as the code (i.e. "documentation" is "software"). If you check it in to an Apache repository, it needs to have the Apache license (including the Apache copyright on it). Of course, that also gives you the right to use the docs

Re: [PRE-PROPOSAL] jakarta-tomcat-doc sub-project : WAS:[TomcatDocumentation Redactors To Hire]

2001-07-10 Thread Craig R. McClanahan
On Mon, 9 Jul 2001, Jon Stevens wrote: > on 7/7/01 9:33 AM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > > > FWIW, I'm fine with Anakia, XSLT, Cocoon, Stylebook, Docbook, or whatever > > ... but IF AND ONLY IF the tags for use by the document authors are well > > documented, and the page

Re: '_' <-> 0x5f and Jasper

2001-07-10 Thread Craig R. McClanahan
On Sat, 7 Jul 2001, Keith Wannamaker wrote: > Is there a known problem with jsp filenames containing '_'? > The Jasper in jakarta-tomcat head compiles 'foo_bar.jsp' to > 'foo_0005fbar.jsp' for me. Clearly there is some escaping > gone awry, but surely I'm not the first to encounter this? > I'm

Re: [DOC] Vote on oustanding doc issues?

2001-07-10 Thread Craig R. McClanahan
On Mon, 9 Jul 2001, Alex Chaffee wrote: > > > > Bundle the 3.2.x docs with 3.2.x and only have the 3.3 docs online ("latest > > Tomcat release"). If you want the 3.2.x docs, get them with the binary or > > whatever. I certainly don't think we should keep old versions of > > documentation upd

Re: Poor Tomcat 3.2.2 performance on Win32 with class reloadingenabled

2001-07-10 Thread Craig R. McClanahan
On Mon, 9 Jul 2001, Stuart Roebuck wrote: > Remy & Craig, > > Thanks for your responses... > > On Saturday, July 7, 2001, at 07:28 am, Remy Maucherat wrote: > > >> The cases you've described above all happen only once (at startup > >> time). Assuming that we could safely optimize these cases

Re: [DOC] Table of Contents

2001-07-10 Thread Punky Tse
> > 3) How about putting all the installation and configuration of Tomcat > > standalone first, and then followed by some chapters (advanced topics) about > > Running Tomcat behind web servers? > > > It's already organized that way. See the first paragraph of the > "editorial notes:" > >>I think

RE: [PRE-PROPOSAL] jakarta-tomcat-doc sub-project : WAS: [TomcatDocumentation Redactors To Hire]

2001-07-10 Thread Craig R. McClanahan
On Tue, 10 Jul 2001, GOMEZ Henri wrote: > >Craog > >> I have a feeling that whatever is the same will be a lot of > >piecemeal here > >> and there, excluding of course, web-app documentation. So > >far yourself, > >> Pier, and Henri are the only three TC developers to post > >their position o

Re: please read -- need to specify current working directory

2001-07-10 Thread Craig R. McClanahan
On Sun, 8 Jul 2001, Donald Ball wrote: > On Sun, 8 Jul 2001, Victor Wynnytsky wrote: > > > [ WHY I NEED THIS ] > > It is very common for an XSL page to include another XSL page. > > An XSL page called "orderDetail.xsl" might begin like this... > > > > http://www.w3.org/1999/XSL/Transform"; >

Re: [DOC] TOC - thoughts

2001-07-10 Thread Punky Tse
> First off, I think we should have an ultra-quick install guide. If you're > like a lot of geeks, you know your stuff. You need to know a quick few > steps, a quick 2-3 gotchas, and BAM that's it. I want to make sure the > quick-and-dirty "impatient" install is available to the people who can

StandardContext.getNamingContextName returns non unique name

2001-07-10 Thread Vishy Kasar
StandardContext.getNamingContextName() returns name of the form /host/context no matter which engine the context is part of. This will create a problem for running multiple services serving the same webapp. It should be returning the name of the form /engine/host/context Let me know if this i

RE: cvs commit:jakarta-tomcat/src/facade22/org/apache/tomcat/facadeHttpSessionFacade.java

2001-07-10 Thread Ignacio J. Ortega
> > I would say that following coding conventions for a project > is extremely > important. It increases the ability to read the code and > given that this is > an OSS project, that is very important. > Well, was my intention to slowly change tabs to spaces, to not excite too much sensibiliti

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

2001-07-10 Thread nacho
nacho 01/07/10 16:56:36 Modified:src/facade22/org/apache/tomcat/facade HttpSessionFacade.java Log: Readded tabs, to maintain actual coding style.. Revision ChangesPath 1.10 +45 -45 jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpSessionFacade.java

Re: [DOC] TOC - thoughts

2001-07-10 Thread Christopher Cain
"Rob S." wrote: [snip] > First off, I think we should have an ultra-quick install guide. If you're > like a lot of geeks, you know your stuff. You need to know a quick few > steps, a quick 2-3 gotchas, and BAM that's it. I want to make sure the > quick-and-dirty "impatient" install is availa

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

2001-07-10 Thread horwat
horwat 01/07/10 16:50:30 Modified:jasper/src/share/org/apache/jasper/compiler TagLibraryInfoImpl.java JspParseEventListener.java Log: TagLibraryValidator update. Reflect changes in the JSP 1.2 PFD specification. Validation now returns an error list. Su

Re: cvs commit:jakarta-tomcat/src/facade22/org/apache/tomcat/facadeHttpSessionFacade.java

2001-07-10 Thread Jon Stevens
on 7/10/01 4:29 PM, "Ignacio J. Ortega" <[EMAIL PROTECTED]> wrote: > Hola Jon: > > Who will cry for the lost of tabs? me not.. perhaps you? :) > > Lazy Consensus 3 days for a -1.. if anybody complaints ( more ) i will > rollback and reapply my patch.. > > Saludos , > Ignacio J. Ortega I would

RE: Possible bug in isapi_redirector.dll

2001-07-10 Thread sam
Hi Henry I agree, i think the bug is in IIS. We havent been able to find anything about this bug on the microsoft site. Also we havent reported it. But we think therese buckleys chance of gettting microsoft to fix it. They'll probably say its fixed in IIS 5.0. We have modified the isapi_redir

cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2001-07-10 Thread craigmcc
craigmcc01/07/10 16:30:16 Modified:tester/src/bin tester.xml tester/web/WEB-INF web.xml Added: tester/src/tester/org/apache/tester Lifecycle01.java Lifecycle02.java Log: Add unit tests to prove that servlet lifecycle is handled correctl

RE: cvs commit:jakarta-tomcat/src/facade22/org/apache/tomcat/facadeHttpSessionFacade.java

2001-07-10 Thread Ignacio J. Ortega
Hola Jon: Who will cry for the lost of tabs? me not.. perhaps you? :) Lazy Consensus 3 days for a -1.. if anybody complaints ( more ) i will rollback and reapply my patch.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Jon Stevens [mailto:[EMAIL PROTECTED]] > Enviado el: miér

Re: cvs commit:jakarta-tomcat/src/facade22/org/apache/tomcat/facadeHttpSessionFacade.java

2001-07-10 Thread Jon Stevens
on 7/10/01 4:08 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > public long getLastAccessedTime() { > -checkValid(); > -return realSession.getTimeStamp().getLastAccessedTime(); > +checkValid(); > +return realSession.getTimeStamp().getLastAccessedTime(); > }

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/resources LocalStrings_es.properties

2001-07-10 Thread nacho
nacho 01/07/10 16:14:29 Modified:src/share/org/apache/tomcat/resources LocalStrings_es.properties Log: Missed string Revision ChangesPath 1.17 +2 -1 jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_es.properties

cvs commit: jakarta-tomcat KEYS

2001-07-10 Thread nacho
nacho 01/07/10 16:13:23 Modified:.KEYS Log: Adding my key Revision ChangesPath 1.4 +27 -0 jakarta-tomcat/KEYS Index: KEYS === RCS file: /home/cvs/jakarta-tomcat/KEYS,v retrievi

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

2001-07-10 Thread nacho
nacho 01/07/10 16:08:35 Modified:src/facade22/org/apache/tomcat/facade HttpSessionFacade.java Log: * setAttribute() was calling valueBound() after storing the object in the session. The spec calls for the reverse. * setAttribute() didn't call valueUnbound() for

Re: cvscommit:jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compilerParserController.java

2001-07-10 Thread Jon Stevens
on 7/10/01 3:25 PM, "Rob S." <[EMAIL PROTECTED]> wrote: > Ha! I've been working with JSP since 1999 and I never caught that! Even more proof! :-) JSP is overly complex and takes *years* to master. :-) -jon

Re: Suggestions (was Re: hello everyone (regarding documentation))

2001-07-10 Thread Christopher Cain
Alex Fernández wrote: > > Hi Hiten! > > hiten pandya wrote: > > i am planning to start my own documentation project for Tomcat 3.3 and 4.0. > > The different thing about this project is that, i am going to port all of > > the tomcat documentation to XML Docbook format. > > Not speaking officia

[DOC] TOC - thoughts

2001-07-10 Thread Rob S.
There is a WHACK of info in that TOC. Your copyright is well-deserved =) First off, I think we should have an ultra-quick install guide. If you're like a lot of geeks, you know your stuff. You need to know a quick few steps, a quick 2-3 gotchas, and BAM that's it. I want to make sure the quic

RE: cvs commit:jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compilerParserController.java

2001-07-10 Thread Rob S.
> > <%@ include file="XX" %> says "file" and is thus relative to > the "JSP file". > >says "page" and is thus relative > to the "JSP > > page". > > Try teaching that to a web designer. > > Bah. JSP sucks. Ha! I've been working with JSP since 1999 and I never caught that! (That page vs

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session LocalStrings.properties StandardSession.java

2001-07-10 Thread remm
remm01/07/10 15:08:30 Modified:catalina/src/share/org/apache/catalina/session LocalStrings.properties StandardSession.java Log: - Specifying a null name will result in a illegal arg exception being thrown. Bug reported by Kumar Mettu Revision C

Re: cvs commit:jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compilerParserController.java

2001-07-10 Thread Jon Stevens
on 7/10/01 1:12 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > <%@ include file="XX" %> says "file" and is thus relative to the "JSP file". >says "page" and is thus relative to the "JSP > page". Try teaching that to a web designer. Bah. JSP sucks. -jon

cvs commit: jakarta-tomcat/src/tests/webpages/aaa/protected index.jsp

2001-07-10 Thread larryi
larryi 01/07/10 14:13:24 Modified:src/tests/webpages/WEB-INF test-tomcat.xml web.xml Added: src/tests/webpages/aaa login.jsp loginerr.jsp src/tests/webpages/aaa/protected index.jsp Log: Add a test that catches my recent breakage of authorization in the patch

cvs commit: jakarta-tomcat/src/tests/webpages/aaa/protected - New directory

2001-07-10 Thread larryi
larryi 01/07/10 14:03:26 jakarta-tomcat/src/tests/webpages/aaa/protected - New directory

cvs commit: jakarta-tomcat/src/tests/webpages/aaa - New directory

2001-07-10 Thread larryi
larryi 01/07/10 14:01:06 jakarta-tomcat/src/tests/webpages/aaa - New directory

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core BaseInterceptor.java

2001-07-10 Thread larryi
larryi 01/07/10 13:51:10 Modified:src/share/org/apache/tomcat/core BaseInterceptor.java Log: Update authorize() method to default to returning DECLINED so it doesn't authorize by default. Revision ChangesPath 1.48 +2 -2 jakarta-tomcat/src/share/org/apache/t

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

2001-07-10 Thread larryi
larryi 01/07/10 13:43:38 Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32 CharDataGenerator.java MappedCharDataGenerator.java Log: Fix problem with JSP files which use just CR as line terminator. During translation CR's would be stripped instea

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator CharDataGenerator.java MappedCharDataGenerator.java

2001-07-10 Thread larryi
larryi 01/07/10 13:41:53 Modified:jasper34/generator/org/apache/jasper34/generator CharDataGenerator.java MappedCharDataGenerator.java Log: Fix problem with JSP files which use just CR as line terminator. During translation CR's would be stripped instead o

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

2001-07-10 Thread horwat
horwat 01/07/10 13:32:04 Modified:jasper/src/share/org/apache/jasper/compiler TagEndGenerator.java Log: Changed to a more meaningful variable name. Bugzilla #2364 Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-4.0/jasper/src/share

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

2001-07-10 Thread horwat
horwat 01/07/10 13:20:05 Modified:jasper/src/share/org/apache/jasper/runtime PageContextImpl.java Log: Added missing break statement to REQUEST_SCOPE case. Bugzilla #2423 Revision ChangesPath 1.11 +4 -3 jakarta-tomcat-4.0/jasper/s

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

2001-07-10 Thread horwat
horwat 01/07/10 13:12:13 Modified:jasper/src/share/org/apache/jasper/compiler ParserController.java Log: Fixes include bug. Nested include directive files were not found. In an include directive, the file should be found relative to the jsp file doing the i

Re: Suggestions (was Re: hello everyone (regarding documentation))

2001-07-10 Thread guru
On Tue, Jul 10, 2001 at 10:39:12AM +0200, Alex Fernández wrote: > Hi Hiten! > > hiten pandya wrote: > > i am planning to start my own documentation project for Tomcat 3.3 and 4.0. > > The different thing about this project is that, i am going to port all of > > the tomcat documentation to XML Doc

Tomcat 3.2 "freezing" on .....initializing service: ResourcesService.

2001-07-10 Thread Joe . Bogushefsky
Title: Tomcat 3.2 "freezing" on .initializing service: ResourcesService. I  am currently doing a "proof-of-concept" project using Jetspeed for Enterprise-wide Corporate Portal development. We are using...SuSe 7.1 Linux, Apache Web Server 1.3.14, Tomcat 3.2.2, Jetspeed 1.3a1, Ant, JDK1.3.

InstanceListener event handling?

2001-07-10 Thread Thom Park
Hi Folks, more on the whole InstanceListener thing. First the good news - Inserting a DefaultContext at the Engine or Host level allows each Context that doesn't define the override attribute to successfully pick up the InstanceListener defined in the DefaultContext. I'm assuming that the only

Re: [DOC] Table of Contents

2001-07-10 Thread Alex Chaffee
Martin van den Bemt wrote: > I'm missing a very important one : servlet debugging. All the development > environments support jps debugging, but servlet debugging is still a pain.. > So that could need some explenation.. > See http://www.jguru.com/faq/view.jsp?EID=158 I've added it to the T

RE: InstanceListener syntax?

2001-07-10 Thread Thom Park
I've had a better look at DefaultContext, it appears to do what I want - i.e. give me the ability to define InstanceListener once that will be applied for all contexts within a given host. Now I need to find out how to define a DefaultContext ;-) -Thom -Original Message- From: [EMAIL P

RE: InstanceListener syntax?

2001-07-10 Thread Thom Park
Hi Guys, I'm a wee bit confused - I was looking for the XML Syntax for the InstanceListener, not how it's being used within the default context. I've tried the following in server.xml (within a Context definition): my.instance.listener And this works fine, however it doesn't match th

Suggestions (was Re: hello everyone (regarding documentation))

2001-07-10 Thread Alex Fernández
Hi Hiten! hiten pandya wrote: > i am planning to start my own documentation project for Tomcat 3.3 and 4.0. > The different thing about this project is that, i am going to port all of > the tomcat documentation to XML Docbook format. Not speaking officially, I'm not a committer: if you want to d

RE: [DOC] Table of Contents

2001-07-10 Thread Martin van den Bemt
I'm missing a very important one : servlet debugging. All the development environments support jps debugging, but servlet debugging is still a pain.. So that could need some explenation.. Mvgr, Martin > -Original Message- > From: Alex Chaffee [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, J

Re: [DOC]: Vote on oustanding doc issues?

2001-07-10 Thread Jon Stevens
on 7/10/01 4:06 AM, "Rob S." <[EMAIL PROTECTED]> wrote: > PDF conversion would be pretty cool... Anyone feel like coming up with a > sheet to generate XSL:FO? =) We have started that here: Not perfect yet

Re: [DOC] Vote on oustanding doc issues?

2001-07-10 Thread Alex Chaffee
Rob S. wrote: >>I like this compromise. I will propose that we get rid of the 3.2 docs >>on the site -- once I'm convinced they're similar enough. There's still >>that old "3.3 is a rogue release" sentiment floating around, and people >>might not appreciate giving 3.3 implied legitimacy by mak

Re: [DOC]: Vote on oustanding doc issues?

2001-07-10 Thread Alex Chaffee
Rob S. wrote: > The tough thing about separating the docs is that the server.xml config > stuff is spread out among multiple files. I wonder how difficult it would > be to maintain an index, or even if it's necessary. I don't think it's a big deal. I forgot to list the appendices, but one of

Re: hello everyone (regarding documentation)

2001-07-10 Thread Alex Chaffee
GOMEZ Henri wrote: >>Pier: >>A nice way to duplicate the job, indeed... Why not joining >>Alex et. al and >> > > Each contribution is good to have. If he feel more confortable > using docbook, why not let him start some docs with it. > > >>write the documentation with them? Just because you

Year in copyright

2001-07-10 Thread Alex Chaffee
The current LICENSE file in jakarta-tomcat root says "Copyright 1999". Shouldn't this be "1999-2001"? Or does it apply to the text of the license, and not to the content of the project? -- Alex Chaffee mailto:[EMAIL PROTECTED] jGuru - Java News and FAQs http://ww

Re: t4 - status check

2001-07-10 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: >> Knowing Jon, I don't really think he was referring to the >> module... He would >> have called it "module" :) > > Could someone teach us why the word 'module' is so impopular in Tomcat > whereas it was the success reason of Apache HTTP Server. > > Smal

RE: t4 - status check

2001-07-10 Thread Tom Comeau
> > Did you hear about Sun's shutdown last week ? ;-) > > > > no ... :) what is this all about ?? Sun "asked" everybody to use up some vacation, so they could stop carrying it as a future liability. They weren't alone. See, e.g.: http://public.wsj.com/sn/y/SB993836687859524630.html tc>

InvocationTargetException tomcat + visualage

2001-07-10 Thread Jayne Hehir
Hi, I also have had similar problems with an InvocationTargetException being thrown by StartTomcat. I am using VisualAge 3.0 Enterprise and Tomcat 3.2.2, following instructions found in http://www7.software.ibm.com/vad.nsf/Data/Document2390?OpenDocument I also have made the suggested code chang

RE: My small, simple problem continued... (null container for my valve)

2001-07-10 Thread Kedar Hirve
Forget the last question. I'm finding that I'm rising to new levels of stupidity. :)

RE: My small, simple problem continued... (null container for my valve)

2001-07-10 Thread Kedar Hirve
All right, I think I figured it out, and it seems a little strange. I was checking to see what the container for my valve was, in the _constructor_...the constructor is getting called before any of the heirarchy tree is built, it seems. Does Catalina load up components and run constructors in-orde

RE: t4 - status check

2001-07-10 Thread GOMEZ Henri
>Knowing Jon, I don't really think he was referring to the >module... He would >have called it "module" :) Could someone teach us why the word 'module' is so impopular in Tomcat whereas it was the success reason of Apache HTTP Server. Small is beautifull :)

[TC322 diff] appending to logfiles

2001-07-10 Thread Marcus Crafter
Hi All, Hope all is well. I know TC322 is now in maintainence mode, but FWIW, here's a patch that allows you to specify append="boolean" in the Logger definitions of the server.xml. This allows you to configure appending to log files in the server.xml.

Re: t4 - status check

2001-07-10 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: >> What is the status of T4? I haven't seen a huge amount of >> commits from Craig >> and Remy recently and it seems like the whole adaptor stuff >> will never get >> finished cause it seems like a big political, testing and configuration >> mess. > > Did

Re: InstanceListener syntax?

2001-07-10 Thread Glenn Nielsen
Remy Maucherat wrote: > > > Hi folks, > > > > can someone give me the definitive syntax for the InstanceListener? > > Also, is it possible to setup an Engine (or Host) level InstanceListener > > that would get applied to all context's within said Engine or Host? > > > > Having to add a InstanceLi

cvs commit: jakarta-tomcat build.xml

2001-07-10 Thread larryi
larryi 01/07/10 06:03:40 Modified:.build.xml Log: Update javadoc tasks to avoid most of the error messages Revision ChangesPath 1.140 +35 -8 jakarta-tomcat/build.xml Index: build.xml

RE: t4 - status check

2001-07-10 Thread GOMEZ Henri
>What is the status of T4? I haven't seen a huge amount of >commits from Craig >and Remy recently and it seems like the whole adaptor stuff >will never get >finished cause it seems like a big political, testing and configuration >mess. Did you notice the commit from JF Clere and Pier on J-T-C ?

Re: t4 - status check

2001-07-10 Thread kevin seguin
> > > What is the status of T4? I haven't seen a huge amount of commits from > Craig > > and Remy recently > > Did you hear about Sun's shutdown last week ? ;-) > no ... :) what is this all about ??

AW: [DOC]: Vote on oustanding doc issues?

2001-07-10 Thread Thomas Bezdicek
> PDF conversion would be pretty cool... Anyone feel like coming up with a > sheet to generate XSL:FO? =) No problem, I can help out on this issue regards, tom

RE: Table of Contents

2001-07-10 Thread GOMEZ Henri
>2) How about moving Developing Interceptors, Valves and Connectors, and >Using Tomcat Utility Classes to a seperate Developer Guide? >They are only >useful for real hackers. Don't forget what make Apache HTTP server so successfull. The number of modules built for Apache 1.2/1.3 APIs. If we do

RE: [DOC]: Vote on oustanding doc issues?

2001-07-10 Thread GOMEZ Henri
>PDF conversion would be pretty cool... Anyone feel like >coming up with a >sheet to generate XSL:FO? =) Good idea, we should find help on xml.apache.org. >> If someone is scared of XML, they can submit it to us in >text format and >> we can go add tags (as time permits), but we're all >deve

RE: [DOC] Vote on oustanding doc issues?

2001-07-10 Thread Rob S.
> Things To Do before we decide on format or CVS: > > * Look at the latest TOC and make comments > > * Pick a section or subsection and start writing :-) > > * Look at http://tomcatbook.sourceforge.net/ and > http://groups.yahoo.com/group/tcbook and see if there's anyone there to > recruit, or if

RE: [DOC]: Vote on oustanding doc issues?

2001-07-10 Thread Rob S.
> Yeah, I guess anarchy will be a little too... anarchic :-) (Rob S. made > the point more strongly in his latest message.) PDF conversion would be pretty cool... Anyone feel like coming up with a sheet to generate XSL:FO? =) > If someone is scared of XML, they can submit it to us in text form

RE: Possible bug in isapi_redirector.dll

2001-07-10 Thread GOMEZ Henri
Hi Sam, >-Original Message- >From: sam [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, July 10, 2001 9:31 AM >To: [EMAIL PROTECTED] >Subject: Possible bug in isapi_redirector.dll > > >Hello there everybody, We think we may have found a bug, >possibly in IIS, >which affects isapi_redirect.dll.

RE: [PATCH] Ajp13 wrong Response

2001-07-10 Thread GOMEZ Henri
I'll study carefully this one to see if he didn't broke the recovery stuff added to handle case where tomcat is restarted... Thanks - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint :

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http10 HttpConnector.java

2001-07-10 Thread remm
remm01/07/10 00:37:08 Modified:catalina/src/share/org/apache/catalina/connector/http10 HttpConnector.java Log: - Negative value for maxProcessors means unlimited number of processors. Bug reported by Kumar Mettu Revision ChangesPath 1.7

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpConnector.java

2001-07-10 Thread remm
remm01/07/10 00:36:44 Modified:catalina/src/share/org/apache/catalina/connector/http HttpConnector.java Log: - Negative value for maxProcessors means unlimited number of processors. Bug reported by Kumar Mettu Revision ChangesPath 1.18

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

2001-07-10 Thread remm
remm01/07/10 00:35:46 Modified:catalina/src/bin catalina.bat Log: - Syntax fix. Patch submitted by Sergey A. Lipnevich Revision ChangesPath 1.15 +2 -2 jakarta-tomcat-4.0/catalina/src/bin/catalina.bat Index: catalina.bat =

RE: hello everyone (regarding documentation)

2001-07-10 Thread GOMEZ Henri
>Pier: >A nice way to duplicate the job, indeed... Why not joining >Alex et. al and Each contribution is good to have. If he feel more confortable using docbook, why not let him start some docs with it. >write the documentation with them? Just because you want to do it with >the DocBook DTD?

RE: [PRE-PROPOSAL] jakarta-tomcat-doc sub-project : WAS: [TomcatDocumentation Redactors To Hire]

2001-07-10 Thread GOMEZ Henri
>Craog >> I have a feeling that whatever is the same will be a lot of >piecemeal here >> and there, excluding of course, web-app documentation. So >far yourself, >> Pier, and Henri are the only three TC developers to post >their position on >> that (re: inter-version relevancy). Pier and I