RE: adding features to Status servlet

2005-01-03 Thread Benson Margulies
For systems with a /proc file system with these statistics, this doesn't require any JNI ... -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 10:04 AM To: Tomcat Developers List Subject: Re: adding features to Status servlet sysinfo on

5.0.30 versus 5.0.29 on the main download page

2004-12-10 Thread Benson Margulies
The main download page links to the 5.0.30 beta but not to the 5.0.29 stable. This has led to some confusion on the part of customers of mine. Would it be reasonable to always have the latest stable version from each of the maintained branches on that page?

RE: 5.0.30 versus 5.0.29 on the main download page

2004-12-10 Thread Benson Margulies
Well, I guess I did mean 5.0.28 in that case. Another suggestion: couldn't tomcat have its very own download page, instead of being in the midst of that vast list of jakarta downloads? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004

RE: Tomcat 5.0.x on USS / EBCDIC

2004-12-03 Thread Benson Margulies
getBytes() with no arguments is very bad. USS or no USS, it should be a bugzilla. -Original Message- From: Rich Taylor [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 2:56 PM To: [EMAIL PROTECTED] Subject: Tomcat 5.0.x on USS / EBCDIC Hello Everyone, Feel free to slam me if

Two modest proposals about common\lib

2004-10-28 Thread Benson Margulies
Based on all the recent traffic from people tying themselves into pretzels with global resources, I have two concrete ideas. I would try to concoct patches (at least for the first) if there was tentative acceptance for either. 1) Configure the 'common' classpath in an editable location. By

RE: Two modest proposals about common\lib

2004-10-28 Thread Benson Margulies
Remy, Can you send me a doc reference to the relevant properties? Maybe a howto is in order here. If there's already a capability to append lib/class/endorsed dirs in a prop file, then there's surely no reason to add some other place to configure the same thing. --benson -Original

RE: Two modest proposals about common\lib

2004-10-28 Thread Benson Margulies
, server.loader and shared.loader in catalina.properties. That's what we use for the described purpose. Benson Margulies wrote: Remy, Can you send me a doc reference to the relevant properties? Maybe a howto is in order here. If there's already a capability to append lib/class/endorsed dirs

RE: Two modest proposals about common\lib

2004-10-28 Thread Benson Margulies
Yoav, Just out of curiosity, what would you say to us poor JNI addicts? --benson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

META-INF/server.xml

2004-10-28 Thread Benson Margulies
Possibilities: 1) the thing that explodes .war files in the webapp directory notices META-INF/server.xml. 2) when an exploded directory is deposited into the webapp directory, and it has a META-INF/server.xml, and there is no corresponding file in conf/Catalina/host, the META-INF file is

RE: Two modest proposals about common\lib

2004-10-28 Thread Benson Margulies
I am adequately discouraged from trying to sell you additions to facilitate JNI usage. I trust that you are in no hurry to demolish common. I could send along a convincing sob story as to why I really don't have a practical alternative to JNI, but I doubt that anyone would find it terribly

RE: DO NOT REPLY [Bug 31883] - Better JNI support

2004-10-25 Thread Benson Margulies
I'm supporting a number of JNI-related things in Tomcat, and I just don't see the point of this idea. A JNI class is inevitably a per-JVM resource. Giving a web-app a backdoor way to push the classes up to the common level seems like a security problem. What if two webapps try to load dueling

RE: How to get context realm from servlet and filter.

2004-10-15 Thread Benson Margulies
List a class as a global JNDI resource to arrange the necessary communications? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-08 Thread Benson Margulies
Your missing symbol is part of the runtime. I think that it is part of the gcc runtime. Did you compile libapr with gcc? If so, then you have to arrange to use the static gcc runtime (.a) or to at least include the shared object in the list of link-time dependencies.

RE: Tomcat

2004-08-05 Thread Benson Margulies
Why do you feel the need to touch server.xml all the time? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [5.next] Refactoring save-to-XML

2004-07-29 Thread Benson Margulies
XPull? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: SPAM on the list - candidates for unsubscribe

2004-07-20 Thread Benson Margulies
From what lands in my mailbox, this list has a strange propensity of subscriptions from bizarre auto-responders. Generally, they aren't in English, and appear to be the customer support departments of various miscellaneous European companies. Who signs them up? Why?

Wanting to be helpful, doc-wise

2004-06-25 Thread Benson Margulies
I did some rewriting on the JNDI doc at the instigation of Yoav; I appended patches to the bugzilla, and then posted them here last night. I'd be willing to write a JNI how-to, as well. Does someone in particular coordinate doc changes and additions? I'd like to avoid wasted effort by having some

[PATCH] improvements to JNDI documentation

2004-06-24 Thread Benson Margulies
http://issues.apache.org/bugzilla/show_bug.cgi?id=29584 Index: jndi-resources-howto.xml === RCS file: /home/cvspublic/jakarta-tomcat-catalina/webapps/docs/jndi-resources-howto.xml,v retrieving revision 1.5 diff -u -r1.5