Re: First day - RE: PROPOSAL: Tomcat docs

2001-07-06 Thread Antony Bowesman
Glenn Nielsen wrote: Antony Bowesman wrote: 8. Security How about 8.1 Concepts - Explanation of J2EE and Java 2 security models 8.2 Authentication with Realms 8.2.1 Simple realm 8.2.2 JDBC Realm 8.2.3 Custom realms 8.3 Authorization 8.3.1 J2EE role based In

servlet pooling

2001-07-06 Thread dkalna
Hi all, Does Tomcat perform something like servlet pooling ? Rgds. Dalibor

RE: First day - RE: PROPOSAL: Tomcat docs

2001-07-06 Thread GOMEZ Henri
11. Load-balancing No idea how to do load-balancing in Tomcat, what I know is that it can be done through mod_jserv and mod_jk mod_jserv support fault-tolerant and load-balancing mode. original mod_jk support only load-balancing but a recent patch (found in J-T-C) allow you to configure mod_jk

[J-T-C] uniq workers.properties file and virtual hosting

2001-07-06 Thread GOMEZ Henri
Hi to all, Costin proposed sometimes ago to have an uniq workers.properties file which will handle all the configuration directive and settings. What about the case of virtual hosting ? For example, in Apache 1.3/2.0, it's nice to be able to use a JkMount directive only in a virtual server.

Re: libapr and --disable-shared?

2001-07-06 Thread jean-frederic clere
Pier P. Fumagalli wrote: jean-frederic clere at [EMAIL PROTECTED] wrote: DOH! So why do you keep saying that you're against using sources... Since all those problems are simply fixed by using them No, I am not against using the APR sources, I was just thinking that the time

RE: TC 3.3 strange encoding

2001-07-06 Thread GOMEZ Henri
Tc 3.3 now tries to autodetect ( and use ) Jikes where possible.., perhaps your tc33 copy is using some Jikes present on your system.., Only a wild thought Henri.. I've got jikes installed, and that may explains why I should have rt.jar in tomcat.sh (yesterday cvs) if [ -f

RE: RPM of 3.3m3 dependencies

2001-07-06 Thread GOMEZ Henri
What is *noarch*, exactly.. I installed this one because at the time it was the only RPM I could find but am I missing out? noarch indicate it's not native code (i386/sparc...) It's java code ...

RE: problems compling mod_jk for apache-1.3 on linux

2001-07-06 Thread GOMEZ Henri
What about using my RPM ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Donald Ball [mailto:[EMAIL

cvs commit: jakarta-tomcat-connectors/jk/native/common Makefile.in

2001-07-06 Thread jfclere
jfclere 01/07/06 03:23:02 Modified:jk/native/common Makefile.in Log: rm -f is better that -rm (ignored errors make me nervious). Revision ChangesPath 1.3 +1 -1 jakarta-tomcat-connectors/jk/native/common/Makefile.in Index: Makefile.in

TomCat TCP connector leaking

2001-07-06 Thread Jochen Wiedmann
[This was posted on tomcat-user some weeks ago. As there was no response I am now trying it here.] Hi, we are using TC 3.2.2 in standalone mode on a medium frequented site. I am sure we never have more than 40-50 active, simultaneous connections. However, from time to time I see the message

Re: First day - RE: PROPOSAL: Tomcat docs

2001-07-06 Thread Glenn Nielsen
Antony Bowesman wrote: Glenn Nielsen wrote: Antony Bowesman wrote: 8. Security How about 8.1 Concepts - Explanation of J2EE and Java 2 security models 8.2 Authentication with Realms 8.2.1 Simple realm 8.2.2 JDBC Realm 8.2.3 Custom realms 8.3 Authorization

Re: First day - RE: PROPOSAL: Tomcat docs

2001-07-06 Thread Antony Bowesman
Glenn, Glenn Nielsen wrote: Antony Bowesman wrote: Glenn Nielsen wrote: Antony Bowesman wrote: 8. Security How about 8.1 Concepts - Explanation of J2EE and Java 2 security models 8.2 Authentication with Realms 8.2.1 Simple realm 8.2.2 JDBC Realm

AW: What will happen to BUG #2333

2001-07-06 Thread Roloff, Dirk
Hi Tom, Thomas Colin de Verdiere wrote: what's your problem in ajp12 the problem, using sendRedirect( very long URL ) should send a HTTP-Header to the client like : HTTP/1.1 302 FOUND Location: the new location the Result i got was something like HTTP/1.1 302 htp:// and a lot of more

AW: What will happen to BUG #2333

2001-07-06 Thread Roloff, Dirk
Hi Andrej, Von: Andrej Koelewijn [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 5. Juli 2001 16:05 I think sending 'content-disposition: attachment' in the http headers will cause msie to save the file. But I'm not sure if it's supported in 5.0... Sounds good - i will have a look at

RE: What will happen to BUG #2333

2001-07-06 Thread GOMEZ Henri
I'll check the patch but frankly ajp12 is pretty deprecated today switch to ajp13 - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6

inquiry about load balancing

2001-07-06 Thread JAYAKRISHNAN.E.K koroth
Hi folks I am working on load balancing(failover) on Apache-tomcat server. Can you guys send me the maximum possible details concerned with this. i have to work with java. thanks regds Jayakrishnan __ Do You Yahoo!? Get personalized email

Re: inquiry about load balancing

2001-07-06 Thread Pier P. Fumagalli
JAYAKRISHNAN.E.K koroth at [EMAIL PROTECTED] wrote: Hi folks I am working on load balancing(failover) on Apache-tomcat server. Can you guys send me the maximum possible details concerned with this. i have to work with java. My bad... I approved this by mistake instead of redirecting to

RE: problems compling mod_jk for apache-1.3 on linux

2001-07-06 Thread Donald Ball
On Fri, 6 Jul 2001, GOMEZ Henri wrote: What about using my RPM ? i could do, but i wanted to try to get the latest cvs working. as it stands now, it doesn't build. is that to be expected? - donald

question about the thread pool of Tomcat

2001-07-06 Thread Li Liang
Hi, everyone, I am doing some performance testing with application running on Tomcat 3.2.1. Can you please tell me how I can tune Tomcat to affect the server performance, such as the thread pool, or any other configurable numbers? Many thanks in advance. Sincerely, Li

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_version.h

2001-07-06 Thread hgomez
hgomez 01/07/06 08:27:17 Modified:jk/native/common jk_version.h Log: Invalid line split use (at least in gcc) Revision ChangesPath 1.2 +2 -3 jakarta-tomcat-connectors/jk/native/common/jk_version.h Index: jk_version.h

RE: problems compling mod_jk for apache-1.3 on linux

2001-07-06 Thread GOMEZ Henri
I fixed version.h (bad / split line) and here is the steps : You should use : cd jakarta-tomcat-connectors/jk/native/ ./buildconf.sh ./configure --with-apxs=/usr/sbin/apxs --enable-jni --with-java-home=/opt/IBMJava2-13 --with-java-platform=2 cd apache-1.3/ make -f Makefile.apxs cp

Re: First day - RE: PROPOSAL: Tomcat docs

2001-07-06 Thread Alex Chaffee
Question what about having a more detailed coverage of Tomcat's architecture ? ie: How to write TC 3.3 Interceptors, write 4.0 filters, writing realms. Yes, there needs to be a separate Developers' Guide. Here's my first pass at that. I'll be revising my whole TOC as soon as I get

RE: First day - RE: PROPOSAL: Tomcat docs

2001-07-06 Thread GOMEZ Henri
I'll help for mod_jk connector :) Count me on - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Alex

Re: TC4 docs - can we end this? (ready to help...)

2001-07-06 Thread hiten pandya
hey... u r right that the tomcat documentation needs to be improved i am ready to help. i can work with DocBook XML. it would be my pleasure to help.. thanx in advance.. hiten pandya _ Get Your Private,

Netware team

2001-07-06 Thread Todd Tredeau
Hi; How can I find out who is involved in the tomcat build for Netware? I'd like to bring our project wiserlabz to the table, and promote the tomcat solution there. I noted a couple of problems with 3.2.2 as well. In any event, wiserlabz is a collaborative effort to promote Novell and Novell

RE: Netware team

2001-07-06 Thread GOMEZ Henri
Mike Anderson from novell.com is commiter on Tomcat and works on mod_jk for Netware and iPlanet :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp14_worker.c

2001-07-06 Thread jfclere
jfclere 01/07/06 09:27:35 Modified:jk/native/common jk_ajp14_worker.c Log: Arrange C++ comment. Revision ChangesPath 1.10 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c Index: jk_ajp14_worker.c

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.in

2001-07-06 Thread jfclere
jfclere 01/07/06 09:39:17 Modified:jk/native configure.in jk/native/apache-2.0 Makefile.in Added: common/build os_apache.m4 Log: Add support for static linked mod_jk with httpd-2.0. Arrange install of dynamic linked for httpd-2.0. Revision Changes

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 config.m4

2001-07-06 Thread jfclere
jfclere 01/07/06 09:43:38 Added: jk/native/apache-2.0 config.m4 Log: m4 file needed for configure --with-mod_jk=static (httpd-2.0). Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/apache-2.0/config.m4 Index: config.m4

Re: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.in

2001-07-06 Thread jean-frederic clere
Hi, I have added the feature to link mod_jk staticly with httpd-2.0. Fell free to test it. BTW, I have just noted that the name of the installed library is libjk.* in Apache-1.3 and lib_jk.* in Apache-2.0. I will correct Apache-2.0 to use libjk.* (On Monday, it does not prevent the things to

DOC: Table of Contents

2001-07-06 Thread Alex Chaffee
Here's my current Table of Contents. As I said in an earlier message, I'd like to organize this TOC as a little more abstract than a simple table of contents. Each section should be organized to contain not just our original documents, but also a list of other resources on that topic. This

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

2001-07-06 Thread larryi
larryi 01/07/06 11:36:18 Modified:src/share/org/apache/tomcat/context Tag: tomcat_32 DefaultCMSetter.java Log: Add all default handlers to the context even though they may not be used by default due to an web.xml error mapping. The default handler may

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

2001-07-06 Thread larryi
larryi 01/07/06 11:40:08 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 ContextManager.java Log: Fix recursive error handling if web.xml maps error code 404 to a non-existent JSP page. With this fix, no response will be sent if status handler is

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

2001-07-06 Thread larryi
larryi 01/07/06 11:41:02 Modified:src/share/org/apache/tomcat/modules/generators ErrorHandler.java Log: Fix recursive error handling if web.xml maps error code 404 to a non-existent JSP page. With this fix, no response will be sent if status handler is

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

2001-07-06 Thread Renato Weiner
Hi Larry, Please, ignore my last message.With this change, it fixed the problem. Thanks a lot !! Renato. [EMAIL PROTECTED] wrote: larryi 01/07/06 11:40:08Modified: src/share/org/apache/tomcat/core Tag: tomcat_32ContextManager.javaLog:Fix recursive error handling if web.xml maps error code 404

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request JDBCRealm.java

2001-07-06 Thread nacho
nacho 01/07/06 13:59:35 Modified:src/share/org/apache/tomcat/request Tag: tomcat_32 JDBCRealm.java Log: Bug# 2149 , 727 ( possibly others ) JDBCRealm did not close all the prepared staments opened, when trying to reconnect when found a broken

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request LocalStrings.properties

2001-07-06 Thread nacho
nacho 01/07/06 14:02:32 Modified:src/share/org/apache/tomcat/request Tag: tomcat_32 LocalStrings.properties Log: Adding a Lost ( or forget ) String for JDBCRealm Revision ChangesPath No revision No

[PATCH] Case sensitive attributes in ApacheConfig's javadoc

2001-07-06 Thread Michael Grinder
The javadoc in ApacheConfig lists the attributes as all lowercase. Some parts of these attributes need to be capitalized. For example, the attribute modjk actually needs to be modJk. Index: ApacheConfig.java === RCS file:

Re: tomcat 3.3 proposals cleanup - next step ?

2001-07-06 Thread Craig R. McClanahan
On Tue, 26 Jun 2001, GOMEZ Henri wrote: Larry does a cleanup on Tomcat 3.3 project and remove many dirs in proposal but I removed all the proposal subdir from my local CVS and got all the proposal subdir trees at the next checkout. In the Unix and CYGWIN versions of CVS (at

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

2001-07-06 Thread Craig R. McClanahan
On Mon, 2 Jul 2001, Jon Stevens wrote: on 7/2/01 5:58 PM, Pier P. Fumagalli [EMAIL PROTECTED] wrote: Excellent :) Anakia is a tool written by Jon to translate XML into HTML (correct me if I'm wrong) based on the same language that WebMacro uses... It generates

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

2001-07-06 Thread Craig R. McClanahan
On Mon, 2 Jul 2001, Rob S. wrote: This seems to be one of the questions that comes up and never gets answered (re: docs, not Jon's behavior ;) I'm not sure what magical solution will get people to read docs. Frankly, I'd just like to get started. Anakia works for Jakarta, Yep, thanks

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

2001-07-06 Thread Craig R. McClanahan
On Mon, 2 Jul 2001, Rob S. wrote: We've started writing some new docs in XML (catalina/docs/dev/xdocs). The HTML generation is done with XSL, but the DTD should be the same as the one used by Anakia. I noticed the xdocs directory, but I didn't see anything in there. I sent Craig

Re: Somebody get me off this List PLEASE!!!!!!!!!!!!!!!!

2001-07-06 Thread Craig R. McClanahan
On Thu, 5 Jul 2001, Justin Erenkrantz wrote: On Thu, Jul 05, 2001 at 06:10:42PM +0100, Andy Armstrong wrote: Swart, James (Jim) ** CTR ** wrote: why is it everyone has such a hard time getting off this list? Someone put me in charge of getting people off the jarkata maillists,

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

2001-07-06 Thread Aaron Bannert
On Fri, Jul 06, 2001 at 10:06:21PM -0700, Craig R. McClanahan wrote: * Tomcat docs for a particular version should be delivered as one or more web apps (not necessarily the root webapp as is current practice). That way, the corresponding WAR files could be dropped into *any* container,

Re: Tomcat Documentation Project

2001-07-06 Thread Craig R. McClanahan
On Tue, 3 Jul 2001, Alex Chaffee wrote: Leaving aside the issue of file format for just one second... Are we agreed on the following? 1. Tomcat documentation sucks :-) 2. There needs to be a new CVS project called jakarta-tomcat-doc. My reasoning is that we want to avoid the

Re: JDBC Realm Questions Tomcat 3.2.2

2001-07-06 Thread Craig R. McClanahan
On Tue, 3 Jul 2001, Jonathan Pierce wrote: This may be a stupid question but I've found hundreds of messages from confused users on the subject of JDBC Realms and Tomcat and no good explanation or example. There is a documentation file JDBCRealm.howto but it doesn't describe how to

RE: TC4 docs - can we end this?

2001-07-06 Thread Craig R. McClanahan
On Wed, 4 Jul 2001, Rob S. wrote: It'll already take a tremendous amount of time to get the user's side up and going, which is what I think the grand majority of people will benefit the most from. I'm not saying the dev design docs aren't extremely important, I'm just saying that I want

Re: Poor Tomcat 3.2.2 performance on Win32 with class reloadingenabled

2001-07-06 Thread Craig R. McClanahan
On Wed, 4 Jul 2001, Stuart Roebuck wrote: I've been hitting against getCanonicalPath myself recently in the context of Cocoon 2 and Tomcat 4 under Mac OS X. I've taken a look through some of the code of Tomcat and it appears that there are opportunities to cut down on calls to

Re: First day - RE: PROPOSAL: Tomcat docs

2001-07-06 Thread Craig R. McClanahan
On Wed, 4 Jul 2001, Rob S. wrote: 2) Web Application Developers' Guide - Things to know while developing with Tomcat. The web dev doesn't have to be an admin pro! One decision to be made when actually *writing* this thing is whether you consider the servlet spec to be a