cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardHost.java

2002-03-04 Thread craigmcc
craigmcc02/03/04 18:01:03 Modified:catalina/src/share/org/apache/catalina/core StandardHost.java Log: Forgot one updated file for the "liveDeploy" update. Revision ChangesPath 1.25 +40 -5 jakarta-tomcat-4.0/catalina/src/share/org/apache/

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config host.xml

2002-03-04 Thread craigmcc
craigmcc02/03/04 17:55:03 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java webapps/tomcat-docs/config host.xml Log: Separate the concepts of "autoDeploy" of applications in the appBase subdirectory from the concept of "

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup ContextConfig.java

2002-03-04 Thread craigmcc
craigmcc02/03/04 17:53:12 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java Log: Fix a race condition that could cause problems if two contexts are being started simultaneously. The start() method was already synchronized, but th

[PATCH] change JDBCRealm to add flexibility in table layout

2002-03-04 Thread John Gregg
Hi all. I'd like to propose a change to JDBCRealm to allow a little more flexibility in the layout of one's users and roles tables. The current implementation (1.20) assumes the roles table will have a column with the same name and meaning as the username column in the users table. In general,

DO NOT REPLY [Bug 6709] - Images on protected areas have not "Last modified" header

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6709] - Images on protected areas have not "Last modified" header

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6702] - jk_nt_service.exe -i cannot work

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6709] - Images on protected areas have not "Last modified" header

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6196] - should trigger IllegalStateException when buffer flushed

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4518] - load-on-startup is not working with jsp page.

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4518] - load-on-startup is not working with jsp page.

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6858] New: - Easy & Significant Performance Improvement

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6196] - should trigger IllegalStateException when buffer flushed

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6196] - should trigger IllegalStateException when buffer flushed

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6123] - refreshing problem with jsp:include tag

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: mod_jk2 config

2002-03-04 Thread costinm
On Mon, 4 Mar 2002, GOMEZ Henri wrote: > >uri.servletName:/my.host.com:8080/examples/HelloW=HelloWorldServlet > > Could we get these translation from web.xml forwarded by Ajp14 > autoconf feature ? We should get these from web.xml - either extracted directly or by extracting the info from tomc

RE: Start/StopTomcat and ajpid

2002-03-04 Thread costinm
On Mon, 4 Mar 2002, GOMEZ Henri wrote: > >> to start/stop with ajp12 : > >> > >> startup.sh -ajpid /var/spool/tomcat3/ajp12.id -ajp12 > >> shutdown.sh -ajpid /var/spool/tomcat3/ajp12.id -ajp12 > >> > >> to start/stop with ajp13 : > >> > >> startup.sh -ajpid /var/spool/tomcat3/ajp13.id -ajp13 > >>

RE: mod_jk2 config

2002-03-04 Thread costinm
On Mon, 4 Mar 2002, GOMEZ Henri wrote: > > > > JkUriSet worker status > > > > So status is a specialized worker used to display the jk state Yes, jk_worker_status.c It has minimal stuff inside - help needed to add more ! ( eventually cut&pastes from mod_jserv :-) I allways missed the stat

Re: OT - ANN: Open Source JMX Implementation

2002-03-04 Thread Remy Maucherat
> Yes, it's known and used by Tomcat 4.0 for example ;) I told Simone to post an annoucement since the project changed its name. It's a great replacement for the JMX RI and its evil license; we'll definitely ship with that :) Remy -- To unsubscribe, e-mail: For add

DO NOT REPLY [Bug 5647] - AJP13 connector will not pass authentication requests

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0/catalina/src/conf catalina.policy

2002-03-04 Thread glenn
glenn 02/03/04 07:12:48 Modified:catalina/src/conf catalina.policy Log: Fix example grants fro webapp jar's Revision ChangesPath 1.22 +3 -3 jakarta-tomcat-4.0/catalina/src/conf/catalina.policy Index: catalina.policy

DO NOT REPLY [Bug 5647] - AJP13 connector will not pass authentication requests

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6846] - dispatcher.forward() is confused when using special servlet mapping URLs

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6846] New: - dispatcher.forward() is confused when using special servlet mapping URLs

2002-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: OT - ANN: Open Source JMX Implementation

2002-03-04 Thread GOMEZ Henri
Yes, it's known and used by Tomcat 4.0 for example ;) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: B

OT - ANN: Open Source JMX Implementation

2002-03-04 Thread Bordet, Simone
Hi, MX4J is the new name of the project formerly known as OpenJMX, that is an open source implementation of the JMX(TM) technology. It is currently in beta3 and we will release version 1.0 before JavaOne, under Apache License. MX4J version 1.0 fully implements the JMX 1.0 specification, and bu

RE: mod_jk2 config

2002-03-04 Thread GOMEZ Henri
>With my recent changes, there are few changes in the config. >My config is: >( in httpd.conf ) > >LoadModule jk2_module modules/mod_jk2.so > > > >JkSet logLevel debug > >JkSet worker.ajp13.type ajp13 >JkSet worker.ajp13.channel socket >JkSet worker.ajp13.port 8009 Great ># JkSet worker.ajp13.ch

RE: Start/StopTomcat and ajpid

2002-03-04 Thread GOMEZ Henri
>> Ok, so could you confirm the following : >> >> to start/stop with ajp12 : >> >> startup.sh -ajpid /var/spool/tomcat3/ajp12.id -ajp12 >> shutdown.sh -ajpid /var/spool/tomcat3/ajp12.id -ajp12 >> >> to start/stop with ajp13 : >> >> startup.sh -ajpid /var/spool/tomcat3/ajp13.id -ajp13 >>

Re: mod_jk2 config

2002-03-04 Thread jean-frederic clere
GOMEZ Henri wrote: > > >On Fri, 1 Mar 2002, Ignacio J. Ortega wrote: > > > >> > JkMount /uri worker > >> > is > >> > /uri=worker > >> > >> I like to point out, that just now isapi_redirector ( 3.3 and j-t-c) > >> uses a slightly more complex form of the former syntax, to allow a > >> limited vhos

RE: mod_jk2 config

2002-03-04 Thread GOMEZ Henri
>On Fri, 1 Mar 2002, Ignacio J. Ortega wrote: > >> > JkMount /uri worker >> > is >> > /uri=worker >> >> I like to point out, that just now isapi_redirector ( 3.3 and j-t-c) >> uses a slightly more complex form of the former syntax, to allow a >> limited vhost mapping capabilty in isapi_redirect