DO NOT REPLY [Bug 13378] - Generated code assumes definition of getServletContext() in base class.

2002-10-07 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_b

DO NOT REPLY [Bug 12475] - CPU Usage is 0%, Tomcat doesn't response

2002-10-07 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_b

DO NOT REPLY [Bug 13084] - jsp compilation with jikes fails

2002-10-07 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_b

DO NOT REPLY [Bug 13241] - Tomcat 4.1.12 / Webapps:Examples / Disabled

2002-10-07 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_b

DO NOT REPLY [Bug 13241] - Tomcat 4.1.12 / Webapps:Examples / Disabled

2002-10-07 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_b

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2002-10-07 Thread luehe
luehe 2002/10/07 17:45:23 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: - Declare both generated servlet and tag handler classes final. - Declare JspFragmentHelper subclass private. Revision ChangesPath 1.108 +6 -6 jakarta-tomcat

Re: JSP 2.0's J2SE 1.4 Requirement

2002-10-07 Thread Jean-Francois Arcand
Costin Manolache wrote: >Remy Maucherat wrote: > > > >>>If the EG prefers features over portability - then we need to find a >>>way to create a distribution without JSP ( is this possible ?) and maybe >>>compensate by including cocoon or velocity. >>> >>> >>Personally, I would support 1

DO NOT REPLY [Bug 13392] New: - When tag pooling is enabled, release() is not called on tag instances

2002-10-07 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_b

JK2+Apache2: LogFactory java Error: NoClassDefFoundError

2002-10-07 Thread Brzezinski, Paul J
Getting an error message when I start Tomcat 4.1.12 on Solaris 8 SPARC: 15750 [main] ERROR server.JkMain - Can't create apr java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.apache.jk.apr.AprImpl.(AprImpl.java:340) I'm using the Apache Tomcat/4.1.12-LE-jdk14.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime JspWriterImpl.java

2002-10-07 Thread luehe
luehe 2002/10/07 15:52:22 Modified:jasper2/src/share/org/apache/jasper/compiler TldLocationsCache.java Validator.java jasper2/src/share/org/apache/jasper/runtime JspWriterImpl.java Log: misc cleanup Revision Chan

DO NOT REPLY [Bug 13320] - Can't get initialized static variables from servlet

2002-10-07 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_b

Re: JSP 2.0's J2SE 1.4 Requirement

2002-10-07 Thread V. Cekvenich
My opinion is that being cross platform (IBM VM, JRockit (BEA), etc.) is very important and making it required using Sun VM (1.4) is not a good idea. Until there are other VMs that are 1.4, there must be a workaround (add these JARs to make 1.3 work). .V Mark Roth wrote: > It has been brou

Re: JSP 2.0's J2SE 1.4 Requirement

2002-10-07 Thread Steve Downey
The spec defines a conforming JSP 2.0 implementation as one that runs on JDK 1.4. A JSP author may therefore assume the new API's are available when creating their webapp. It's a serious issue for, say, Oracle, or IBM, who has a custom Java VM. But, I hadn't noticed that Apache is bundling JD

Re: JSP 2.0's J2SE 1.4 Requirement

2002-10-07 Thread Costin Manolache
Remy Maucherat wrote: >> If the EG prefers features over portability - then we need to find a >> way to create a distribution without JSP ( is this possible ?) and maybe >> compensate by including cocoon or velocity. > > Personally, I would support 1.3 (and 1.2 assuming you are willing to > down

DO NOT REPLY [Bug 13386] New: - JK2 connector for Apache2: missing -DBSD_COMP for C compiler

2002-10-07 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_b

Re: [PATCH] SSLSocket, CLIENT-AUTH, and JDK1.4

2002-10-07 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 1:44 PM Subject: Re: [PATCH] SSLSocket, CLIENT-AUTH, and JDK1.4 > Bob Herrmann wrote: > > Before I commit this diff, I would like some eyes. Th

Re: JSP 2.0's J2SE 1.4 Requirement

2002-10-07 Thread Remy Maucherat
Costin Manolache wrote: > iasandcb wrote: > > >>Now it's almost clear that SRV 2.4 requires JDK 1.2 and JSP 2.0 does JDK >>1.4. The main issue is discrepancy of J2SE requirement between SRV 2.4 >>and JSP 2.0, which are supposed to come up together. > > > Actually, it isn't. > > All we know is

Re: [PATCH] SSLSocket, CLIENT-AUTH, and JDK1.4

2002-10-07 Thread Remy Maucherat
Bob Herrmann wrote: > Before I commit this diff, I would like some eyes. This fixes a problem > with JSSE doing request for CERTS on an already established SSL Socket. > > I am concerned that this change may not pass the sniff test as I check a > System.getProperty("java.vm").startsWith("1.4") to

Re: [PATCH] SSLSocket, CLIENT-AUTH, and JDK1.4

2002-10-07 Thread Bill Barker
- Original Message - From: "Bob Herrmann" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 1:23 PM Subject: [PATCH] SSLSocket, CLIENT-AUTH, and JDK1.4 > > Before I commit this diff, I would like some eyes. This fixes a problem > with JS

Re: [PATCH] SSLSocket, CLIENT-AUTH, and JDK1.4

2002-10-07 Thread Patrick Luby
Bob, You can check the JVM version more accurately using the "java.specification.version" system property. It will always be "1.4" for J2SE 1.4.x so you can do the following: if ("1.4".equals(System.getProperty("java.specification.version"))) ... Patrick Bob Herrmann wrote: > Before

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets InvokerServlet.java

2002-10-07 Thread remm
remm2002/10/07 13:35:19 Modified:catalina/src/share/org/apache/catalina/servlets InvokerServlet.java Log: - Port patch. Revision ChangesPath 1.3 +12 -4 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets/InvokerS

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets InvokerServlet.java

2002-10-07 Thread remm
remm2002/10/07 13:33:31 Modified:catalina/src/share/org/apache/catalina/servlets Tag: tomcat_40_branch InvokerServlet.java Log: - Port patch. - Proposed fix for 13365. Please review. Revision ChangesPath No revision

RE: JSP 2.0's J2SE 1.4 Requirement

2002-10-07 Thread Costin Manolache
iasandcb wrote: > Now it's almost clear that SRV 2.4 requires JDK 1.2 and JSP 2.0 does JDK > 1.4. The main issue is discrepancy of J2SE requirement between SRV 2.4 > and JSP 2.0, which are supposed to come up together. Actually, it isn't. All we know is that the current draft has this requireme

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets InvokerServlet.java

2002-10-07 Thread remm
remm2002/10/07 13:20:31 Modified:catalina/src/share/org/apache/catalina/servlets InvokerServlet.java Log: - Proposed fix for 13365. Please review. Revision ChangesPath 1.17 +12 -4 jakarta-tomcat-4.0/catalina/src/share/org/apache/cata

[PATCH] SSLSocket, CLIENT-AUTH, and JDK1.4

2002-10-07 Thread Bob Herrmann
Before I commit this diff, I would like some eyes. This fixes a problem with JSSE doing request for CERTS on an already established SSL Socket. I am concerned that this change may not pass the sniff test as I check a System.getProperty("java.vm").startsWith("1.4") to see if the extra jiggle is n

DO NOT REPLY [Bug 12475] - CPU Usage is 0%, Tomcat doesn't response

2002-10-07 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_b

DO NOT REPLY [Bug 13256] - jk2.socket not created in 4.1.12 connector

2002-10-07 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_b

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler DefaultErrorHandler.java ErrorDispatcher.java ErrorHandler.java TldLocationsCache.java

2002-10-07 Thread luehe
luehe 2002/10/07 12:37:21 Modified:jasper2/src/share/org/apache/jasper/compiler DefaultErrorHandler.java ErrorDispatcher.java ErrorHandler.java TldLocationsCache.java Log: Improved error reporting Revision ChangesPath 1.3

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

2002-10-07 Thread luehe
luehe 2002/10/07 12:36:18 Modified:jasper2/src/share/org/apache/jasper/compiler ParserController.java Log: Improved error reporting for missing tag file in jar Revision ChangesPath 1.21 +22 -27 jakarta-tomcat-jasper/jasper2/src/share/or

DO NOT REPLY [Bug 13378] New: - Generated code assumes definition of getServletContext() in base class.

2002-10-07 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_b

cvs commit: jakarta-tomcat-catalina/catalina/src/conf server.xml

2002-10-07 Thread jfarcand
jfarcand2002/10/07 11:20:23 Modified:catalina/src/conf server.xml Log: Add a note describing which Xerces version should be used when validation is turned on Revision ChangesPath 1.7 +5 -1 jakarta-tomcat-catalina/catalina/src/conf/server.xml Index: serve

cvs commit: jakarta-servletapi-5/jsr152/examples/WEB-INF web.xml

2002-10-07 Thread jfarcand
jfarcand2002/10/07 11:09:58 Modified:jsr152/examples/WEB-INF web.xml Log: Make the file compatible with Servlet 2.4 XML schema. Now examples will works when parsing is set to true. Revision ChangesPath 1.3 +10 -11jakarta-servletapi-5/jsr152/examples/WEB-INF/we

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

2002-10-07 Thread jfarcand
jfarcand2002/10/07 10:41:43 Modified:catalina/src/share/org/apache/catalina/startup Constants.java ContextConfig.java Log: Register locally the new xsd file required by j2ee_1_4.xsd (j2ee_web_services_1_1.xsd and j2ee_web_services_client_1_1.xsd) Revisi

cvs commit: jakarta-servletapi-5/jsr154/src/share/dtd j2ee_web_services_client_1_1.xsd

2002-10-07 Thread jfarcand
jfarcand2002/10/07 10:39:31 Added: jsr154/src/share/dtd j2ee_web_services_client_1_1.xsd Log: Add missing file required by j2ee_1_4.xsd Revision ChangesPath 1.1 jakarta-servletapi-5/jsr154/src/share/dtd/j2ee_web_services_client_1_1.xsd Index: j2e

RE: JSP 2.0's J2SE 1.4 Requirement

2002-10-07 Thread iasandcb
Now it's almost clear that SRV 2.4 requires JDK 1.2 and JSP 2.0 does JDK 1.4. The main issue is discrepancy of J2SE requirement between SRV 2.4 and JSP 2.0, which are supposed to come up together. At this point, I'd like to propose an idea. It's "Tomcat subprojects" plan. So far, Tomcat has had

cvs commit: jakarta-servletapi-5/jsr154/src/share/dtd j2ee_1_4.xsd web-app_2_4.xsd

2002-10-07 Thread kinman
kinman 2002/10/07 09:53:43 Modified:jsr152/src/share/javax/servlet/jsp/el ExpressionEvaluator.java jsr154/src/share/dtd j2ee_1_4.xsd web-app_2_4.xsd Log: - Patch submitted by Mark Roth jsr152/src/share/javax/servlet/jsp/el/ExpressionEvalu

DO NOT REPLY [Bug 13365] - JSP source disclosure vulnerability not fixed when invoking servlets by name

2002-10-07 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_b

Re: [ANNOUNCEMENT] JK2 Released as 2.0.1

2002-10-07 Thread jean-frederic clere
Mladen Turk wrote: > Hi all, > > The Jakarta-Tomcat-Connector team is pleased to announce the > availability of JK2 2.0.1. > > Binaries and source versions of the release are available and can be > downloaded from : > > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v

[PATCH] jakarta-servletapi-5: Further XSD changes, small javadocupdate

2002-10-07 Thread Mark Roth
jsr152/src/share/javax/servlet/jsp/el/ExpressionEvaluator.java: - Removed null as a valid return type for parseExpression() and evaluate(). These methods must throw an ELException in this case. jsr154/src/share/dtd/j2ee_1_4.xsd: - Added jndiEnvironmentRefsGroup jsr154

DO NOT REPLY [Bug 13241] - Tomcat 4.1.12 / Webapps:Examples / Disabled

2002-10-07 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_b

4.1.12-LE ClassLoader Problems

2002-10-07 Thread Kevin Ross
Environment: commons-logging-1.0.2.jar log4j-1.2.6.jar Apache Tomcat/4.1.12-LE-jdk14 Situation: I have my own realm implementation that is stable in Tomcat 4.0.3-LE, and I'm moving up to 4.1.12. In addition, I am also moving all of my codebase to the commons-logging package. After moving

DO NOT REPLY [Bug 13366] New: - Streaming connections prevent clean shutdown

2002-10-07 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_b

DO NOT REPLY [Bug 13365] New: - JSP source disclosure vulnerability not fixed when invoking servlets by name

2002-10-07 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_b

DO NOT REPLY [Bug 13364] New: - JNDI DataSource not available after manager reload

2002-10-07 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_b

DO NOT REPLY [Bug 13309] - Catalina calls System.exit()

2002-10-07 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_b

Re: [daemon] [VOTE] Code reorg and API changes

2002-10-07 Thread jean-frederic clere
Remy Maucherat wrote: > As was discussed a while ago with Costin and a few others, it appears > that the daemon API is inadequate, and a refactoring is proposed. > > The reorg is: > - Removal of the daemon API (org.apache.commons.daemon), to be replaced > by pure introspection. The rationale fo

cvs commit: jakarta-tomcat-catalina/catalina build.xml

2002-10-07 Thread remm
remm2002/10/07 08:01:21 Modified:catalina build.xml Log: - Remove light dist, as voted. - 100% Apache or Apache style license :) - JDBC connection pooling needs the JDBC SE on JDK 1.3. Revision ChangesPath 1.21 +15 -216 jakarta-tomcat-catalina/catalina/bui

[daemon] [VOTE] Code reorg and API changes

2002-10-07 Thread Remy Maucherat
As was discussed a while ago with Costin and a few others, it appears that the daemon API is inadequate, and a refactoring is proposed. The reorg is: - Removal of the daemon API (org.apache.commons.daemon), to be replaced by pure introspection. The rationale for this was discussed with Costin

Re: [ANNOUNCEMENT] JK2 Released as 2.0.1

2002-10-07 Thread jean-frederic clere
Mladen Turk wrote: > Hi all, > > The Jakarta-Tomcat-Connector team is pleased to announce the > availability of JK2 2.0.1. > > Binaries and source versions of the release are available and can be > downloaded from : > > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v

DO NOT REPLY [Bug 11501] - tldScanJar() throws Exception during scan if jar file is symlink

2002-10-07 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_b

DO NOT REPLY [Bug 11501] - tldScanJar() throws Exception during scan if jar file is symlink

2002-10-07 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_b

DO NOT REPLY [Bug 13340] - Can not access the mod_jk2 setup docs

2002-10-07 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_b

cvs commit: jakarta-tomcat-5 BENCHMARKS.txt

2002-10-07 Thread remm
remm2002/10/07 06:42:01 Added: .BENCHMARKS.txt Log: - Add benchmarking "guidelines". I'm posting it for discussion/review. If people don't like it, I can remove it. Revision ChangesPath 1.1 jakarta-tomcat-5/BENCHMARKS.txt Index: BE

DO NOT REPLY [Bug 13358] - javax.net.ssl.SSLPeerUnverifiedException

2002-10-07 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_b

DO NOT REPLY [Bug 13358] New: - javax.net.ssl.SSLPeerUnverifiedException

2002-10-07 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_b

DO NOT REPLY [Bug 13340] - Can not access the mod_jk2 setup docs

2002-10-07 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_b

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_ajp13.c

2002-10-07 Thread Henri Gomez
Costin Manolache wrote: > Mladen - time for a jk2.0.2 :-) ? > > I think this was a serious bug - if Nacho confirms the other tests > are passing, we need to push it into a milestone. > > As a note: breaking the ajp connection on error is IMO the > best solution for now. If we start doing strong

DO NOT REPLY [Bug 13285] - admin web application fail with virtual host

2002-10-07 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_b

HttpSessionListener

2002-10-07 Thread John Baker
Hello I'm trying to write a bean so when sessions are closed, database connections and other resources are released. I realise when the sessionDestroyed method is called on HttpSessionListener the session is already invalidated (I would like to know why such a design decision was made there, i

Re: [ANNOUNCEMENT] JK2 Released as 2.0.1

2002-10-07 Thread Henri Gomez
Mladen Turk wrote: > Hi all, > > The Jakarta-Tomcat-Connector team is pleased to announce the > availability of JK2 2.0.1. > > Binaries and source versions of the release are available and can be > downloaded from : > > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v

Re: DO NOT REPLY [Bug 13300] - Incorrect system id's in variousxml files

2002-10-07 Thread Henri Gomez
[EMAIL PROTECTED] wrote: > 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. > > h

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/naming/resources ProxyDirContext.java

2002-10-07 Thread remm
remm2002/10/07 01:25:37 Modified:catalina/src/share/org/apache/naming/resources ProxyDirContext.java Log: - Port patch. - Fix caching bugs. Revision ChangesPath 1.2 +31 -23 jakarta-tomcat-catalina/catalina/src/share/org/apache/nami

Re: Need some clarifications

2002-10-07 Thread iasandcb
In order to thank you for your kind explanation, I'd like to share my TC5 pre-build and post-build result and some updated tips .(Notice: The following processes are wholly up to 7 Oct. 2002.) Test Build Environment: IBM ThinkPad R32 Windows XP JDK 1.4.1 Ant 1.5.1 WinCVS 1.3b8(dos command cvs is

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 installhowto.xml

2002-10-07 Thread hgomez
hgomez 2002/10/07 00:48:42 Modified:jk/xdocs/jk2 installhowto.xml Log: Update documentation for jk2 and apache 1.3 Revision ChangesPath 1.4 +43 -4 jakarta-tomcat-connectors/jk/xdocs/jk2/installhowto.xml Index: installhowto.xml ==

cvs commit: jakarta-tomcat-connectors/jk/xdocs menu.idx.in

2002-10-07 Thread hgomez
hgomez 2002/10/07 00:47:59 Modified:jk/xdocs menu.idx.in Log: Change ajp14 ref to ajp13 extensions Revision ChangesPath 1.2 +1 -1 jakarta-tomcat-connectors/jk/xdocs/menu.idx.in Index: menu.idx.in

cvs commit: jakarta-tomcat-connectors/jk/xdocs/common AJPv13-extensions-proposal.xml AJPv14-proposal.xml

2002-10-07 Thread hgomez
hgomez 2002/10/07 00:47:49 Added: jk/xdocs/common AJPv13-extensions-proposal.xml Removed: jk/xdocs/common AJPv14-proposal.xml Log: Change ajp14 ref to ajp13 extensions Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/xdocs/common/AJPv13-ex