Re: Internal document anchors ?

2004-01-26 Thread Kyle VanderBeek
On Mon, Jan 26, 2004 at 03:49:27PM -0500, Shapira, Yoav wrote: Howdy, OK, I've done the following to the index.xml template from which this index.html file is generated: - Removed the space before question marks, - Replaced the ? with its HTML-encoded equivalent, #63; Shouldn't these, as

Re: [PATHCH] ./jk/native2/server/apache2/jk_service_apache2.c

2004-01-22 Thread Kyle VanderBeek
On Thu, Jan 22, 2004 at 09:08:48PM +0100, Günter Knauf wrote: Hi Henri, Thanks to resubmit the latest patch for jk/jk2 on Apache 2 to see if everybody agree ok. With APR 1.0 apr_sockaddr_port_get() was removed without replacement. I believe that the patch below is the correct replacement

Re: [PATHCH] ./jk/native2/server/apache2/jk_service_apache2.c

2004-01-22 Thread Kyle VanderBeek
). Perhaps there is a bug in the way redirect Locations are built? Is Tomcat using local port if there is no port on the Host? Because in the absence of a port, it should use the protocol default. - Original Message - From: Kyle VanderBeek [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: [PATHCH] ./jk/native2/server/apache2/jk_service_apache2.c

2004-01-21 Thread Kyle VanderBeek
IMHO, this is wrong. The server port isn't necessarily the port being listened on. See bug report and patch, long ignored: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16901 On Wed, Jan 21, 2004 at 02:08:28PM +0100, Günter Knauf wrote: # patch for APR 1.0 compatiblity # ---

Re: Problem with session

2004-01-12 Thread Kyle VanderBeek
On Mon, Jan 12, 2004 at 10:43:46AM +0300, [EMAIL PROTECTED] wrote: We use Tomcat 4.1. We developed an application with session support. It works fine on a local machine, but after we had moved it at the server, it started to generate new session after any link hit. Whad did we do wrong? You

[kylev-jakarta@kylev.com: DataSourceRealm and Context defined JNDI Resource]

2004-01-08 Thread Kyle VanderBeek
on the same issue opened and closed (INVALID/WONTFIX) recently. People (myself included) *really* don't understand why a Context-local JNDI Datasource isn't reasonable. - Forwarded message from Kyle VanderBeek [EMAIL PROTECTED] - Remy: I'm looking at two bugs (one of which I opened): http

Re: Jk2 object model

2004-01-07 Thread Kyle VanderBeek
On Tue, Jan 06, 2004 at 11:50:32AM +0100, Mladen Turk wrote: Me too... The JK2 IMO is a pretty dead project. Henri tried to boost that forcing the APR as a default, we did some work, but it is agin stalled. Could someone put a big warning statment on the web site about this? Honestly, 90%

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs/config jk.xml project.xml jk2.xml

2003-12-10 Thread Kyle VanderBeek
On Wed, Dec 10, 2003 at 01:47:59PM +0100, Remy Maucherat wrote: Tim Funk wrote: Does this pretty much says that jk2 is now not recommended? (At least until it gets more cleanup) So I can update the FAQ. No, this means there's one connector on the Java side, so the number was useless.

Re: cvs commit: jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java

2003-12-10 Thread Kyle VanderBeek
On Thu, Dec 11, 2003 at 12:59:07AM -, [EMAIL PROTECTED] wrote: remm2003/12/10 16:59:07 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java Log: - Add manager statistics for each context, as well as

Re: becoming a devloper/contributor

2003-12-09 Thread Kyle VanderBeek
On Tue, Dec 09, 2003 at 06:10:18PM +0530, Basavaraju P. Banakar wrote: How do I join as Developer... First, form questions as questions. Second, don't hijack random threads with unrelated subject lines. Third, you already are a developer. Just report bugs and propose patches for open bugs.

DataSourceRealm and Context defined JNDI Resource

2003-12-01 Thread Kyle VanderBeek
Remy: I'm looking at two bugs (one of which I opened): http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16316 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24545 And it seems to have confused several people that DataSourceRealm can't use a JNDI Resource defined in a Context but must

Re: Why is mod_jk distributed both as 2.0.2 and 2.0.4?

2003-11-11 Thread Kyle VanderBeek
On Tue, Nov 11, 2003 at 11:45:45AM -0500, Kurt Miller wrote: How come this confusion about the latest version of mod_jk2? With the jakarta-tomcat-connectors-4.1.2X, a mod_jk2 version 2.0.4 is distributed. With For the java side, when tomcat is built it pulls from jtc HEAD. I'm not sure

DOC: fix patch submission command (jk)

2003-11-05 Thread Kyle VanderBeek
The patch submission command example is invalid, and doesn't quit look consistent with the others on the page. Here is a patch. Index: jk/xdocs/common/doccontrib.xml === RCS file:

PATCH: null terminate jk_stat-active

2003-11-04 Thread Kyle VanderBeek
Here is a patch against current CVS to fix a problem I saw and described in bug 24314: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24314 jk_stat-active (a char[64]) is populated via strncpy() which doesn't guarantee that null-termination takes place. /jkstatus treats active like a