[PATCH] Apache2 mod_jk2

2002-05-28 Thread Mladen Turk
Hi, Introducing native WIN32 logger breaks the Apache2 mod_jk2. Either implement the logger factory func in mod_jk2 (I'm personally against it), or ifdef it out from jk_registry. Here is the patch... MT. RCS file: /home/cvspublic/jakarta-tomcat-connectors/jk/native2/common/jk_registry.c,v ret

DO NOT REPLY [Bug 9480] - Data connection pooling

2002-05-28 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 9480] New: - Data connection pooiling

2002-05-28 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 9416] - Memory usage by Tomcat

2002-05-28 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

Tomcat4 and apache1.3 and JSP

2002-05-28 Thread Rupert Young
Hi, I am testing a very simple jsp, which displays the date (see below). I can get the page up ok, but when I click refresh it works a few times then the browser seems to hang and the page doesn't come up. If I click stop and then refresh I get an error (webapp:error 500). I am expecting the pa

Re: New releases

2002-05-28 Thread Eric Rescorla
"Remy Maucherat" <[EMAIL PROTECTED]> writes: > > "Remy Maucherat" <[EMAIL PROTECTED]> writes: > > > There has been no changes to the Tomcat core, and very few changes made > to > > > Coyote (fix to chunking handling, as well as adding PureTLS support). > > > I also plan to release Coyote 1.0 simul

Re: New releases

2002-05-28 Thread Remy Maucherat
> "Remy Maucherat" <[EMAIL PROTECTED]> writes: > > There has been no changes to the Tomcat core, and very few changes made to > > Coyote (fix to chunking handling, as well as adding PureTLS support). > > I also plan to release Coyote 1.0 simultaneously. > I'm pretty confident of the commits I made

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 LocalStrings.properties

2002-05-28 Thread remm
remm02/05/28 20:12:04 Modified:http11/src/java/org/apache/coyote/http11 LocalStrings.properties Log: - Improved messages. Revision ChangesPath 1.4 +3 -3 jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/LocalString

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2002-05-28 Thread remm
remm02/05/28 20:06:50 Modified:.RELEASE-NOTES-4.1.txt Log: - Status update. Revision ChangesPath 1.6 +91 -46jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt

DO NOT REPLY [Bug 9478] New: - jk_nt_service's wrapper.properties does not accept spaces in path names

2002-05-28 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-connectors/jk/java/org/apache/jk/common ChannelUn.java

2002-05-28 Thread remm
remm02/05/28 19:17:40 Modified:jk/java/org/apache/jk/common ChannelUn.java Log: - Remove errors and stack traces (users file bugs otherwise). - IMO, the default configuration should not produce any stack trace. Revision ChangesPath 1.20 +3 -2 jakarta-tom

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/deploy NamingResources.java

2002-05-28 Thread remm
remm02/05/28 19:16:35 Modified:catalina/src/share/org/apache/catalina/deploy NamingResources.java Log: - Tighten up JNDI resources handling, by disallowing any overriding. Revision ChangesPath 1.5 +51 -4 jakarta-tomcat-4.0/catalina/

DO NOT REPLY [Bug 9475] - with path != docBase & autodeployment causes double deployment

2002-05-28 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-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-05-28 Thread nacho
nacho 02/05/28 18:16:40 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: * logger reconfigurations need to be done at globalEnv. XXX Thread issues, isapi needs a complete revamp of initialization, now is a mess, works, but needs a complete rewrite Revision Chang

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-05-28 Thread nacho
nacho 02/05/28 17:59:33 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: * Oops, init needs to be after setting soName Revision ChangesPath 1.22 +3 -2 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c Index: jk_isapi_plugin.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-05-28 Thread nacho
nacho 02/05/28 17:50:50 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: * default win32 native logger needs to be inited before first use, to make the needed registry changes. XXX Need a way to undone this registry mods? Revision ChangesPath 1.21 +5

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

2002-05-28 Thread nacho
nacho 02/05/28 17:40:45 Modified:jk/native2/common jk_workerEnv.c Log: * loggers for dynamic config need to be expressed as type:localname form i.e "logger.file:0" Revision ChangesPath 1.48 +3 -4 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c

DO NOT REPLY [Bug 9475] New: - with path != docBase & autodeployment causes double deployment

2002-05-28 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-connectors/jk/native2/server/isapi jk_logger_win32.c

2002-05-28 Thread nacho
nacho 02/05/28 17:18:24 Modified:jk/native2/server/isapi jk_logger_win32.c Log: * Cut&Paste issues, better no comments than other file ones. Revision ChangesPath 1.2 +4 -17 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_logger_win32.c Index: jk_lo

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi isapi.dsp

2002-05-28 Thread nacho
nacho 02/05/28 17:14:21 Modified:jk/native2/server/isapi isapi.dsp Log: * Build no calls mc to compile the message file XXX Is needed to add a ant wrapper for mc.exe ( the ms message compiler ) Revision ChangesPath 1.12 +37 -0 jakarta-tomcat-connectors/jk

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-05-28 Thread nacho
nacho 02/05/28 17:13:00 Modified:jk/native2/server/apache2 mod_jk2.c Log: * Getting soName for mod_jk2, now it's possible to log to native win32 logger from apache Revision ChangesPath 1.26 +28 -1 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-05-28 Thread nacho
nacho 02/05/28 17:10:18 Modified:jk/native2/common jk_config.c jk_endpoint.c jk_env.c jk_registry.c jk_registry.h jk_workerEnv.c jk/native2/include jk_config.h jk_env.h jk_workerEnv.h jk/native2/jni jk_jni_aprImpl.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_logger_win32.c jk_logger_win32_message.mc

2002-05-28 Thread nacho
nacho 02/05/28 16:59:14 Added: jk/native2/server/isapi jk_logger_win32.c jk_logger_win32_message.mc Log: *Win32 native logger implementation Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_logger

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelJni.java HandlerRequest.java MsgAjp.java Shm.java

2002-05-28 Thread costin
costin 02/05/28 15:51:11 Modified:jk/java/org/apache/jk/common ChannelJni.java HandlerRequest.java MsgAjp.java Shm.java Log: Minor fixes and updates. Revision ChangesPath 1.11 +1 -3 jakarta-tomcat-connectors/jk/java/org/apache/jk/commo

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common JniHandler.java

2002-05-28 Thread costin
costin 02/05/28 15:50:37 Modified:jk/java/org/apache/jk/common JniHandler.java Log: Few fixes and enhancements, making sure everything works. Revision ChangesPath 1.6 +71 -9 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JniHandler.java Index: Jn

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelUn.java

2002-05-28 Thread costin
costin 02/05/28 15:50:04 Modified:jk/java/org/apache/jk/apr AprImpl.java jk/java/org/apache/jk/common ChannelUn.java Log: Update signatures. Remove old/duplicated code, now HandlerJni is used for all java components with a C peer. Revision ChangesPat

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_bean.h

2002-05-28 Thread costin
costin 02/05/28 15:47:43 Modified:jk/native2/common jk_env.c jk_handler_response.c jk_workerEnv.c jk/native2/include jk_bean.h Log: Few other small fixes. Save the index of the component in the object table. All jk components are long-lived,

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c org_apache_jk_apr_AprImpl.h

2002-05-28 Thread costin
costin 02/05/28 15:34:59 Modified:jk/native2/jni jk_jni_aprImpl.c org_apache_jk_apr_AprImpl.h Log: Removed the ( duplicated ) unix socket code. We'll use jk_channel_un instead ( directly ). Fixes in initialization ( make sure workerEnv is init, log ). Added a 'raw' par

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

2002-05-28 Thread jfclere
jfclere 02/05/28 15:20:46 Modified:jk/xdocs AJPv13.xml Log: Add explanations for the headers. Revision ChangesPath 1.2 +50 -8 jakarta-tomcat-connectors/jk/xdocs/AJPv13.xml Index: AJPv13.xml

Re: New releases

2002-05-28 Thread Eric Rescorla
"Remy Maucherat" <[EMAIL PROTECTED]> writes: > There has been no changes to the Tomcat core, and very few changes made to > Coyote (fix to chunking handling, as well as adding PureTLS support). > I also plan to release Coyote 1.0 simultaneously. I'm pretty confident of the commits I made today, bu

DO NOT REPLY [Bug 9466] New: - Tomcat 4.0.3 fails to find location of certain files in the classpath

2002-05-28 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

New releases

2002-05-28 Thread Remy Maucherat
As there was no major problems reported with 4.0.4 Beta 3, I plan to release a final version of it later today, in accordance to what was voted last week. The announcement will happen later this week, so that the RPMs can be uploaded, among other things. (BTW, it would be a good idea to populate

RE: ResultSet

2002-05-28 Thread James Mitchell
have you tried getting the row count from the db instead of looping yourself? this approach will offload a few resources (counting) back to the db (assuming its tiered) where it belongs(IMHO) //assuming your db supports count() [duh] //if you build your sql in chunks String sqlSelect = "Select C

Re: JNDI/Webapp ClassLoader Bug (ContextBindings.java), patch (?)attached

2002-05-28 Thread Remy Maucherat
> Hi, > > I believe I have found a bug (or a problem at least) with the way Tomcat > handles associating webapp contexts to JNDI naming contexts. > > ContextBindings.java, which apparently handles these associations does > not account for the fact that a web application may have its own > ClassLoa

ResultSet

2002-05-28 Thread Manuel Rodriguez Diaz
Hi all, I'm working with java 1.1. (this is a mandatory requirement). In this version of Java, resultset are "FORWARD ONLY". The fact is that i need to count the rows contained in a resultset before displaying its data and the way i've thought to do this is read all the resultset. rows= 0; while

RE: large requests crash mod_jk on HP-UX 11.0

2002-05-28 Thread Ashton, Bruce
Well not a whisper of interest in this bug, but I have found a workaround at least. HP distribute a package which includes Apache 2 and mod_jk evidently with the bug fixed. It does mean porting our site to Apache 2 but this is less of an effort than tracking down this bug. If anybody else has t

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java CoyoteConnector.java CoyoteRequest.java CoyoteServerSocketFactory.java

2002-05-28 Thread ekr
ekr 02/05/28 07:24:32 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java CoyoteConnector.java CoyoteRequest.java CoyoteServerSocketFactory.java Log: CoyoteConnector.java: pass through the configuration directives

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes RequestInfoExample.java

2002-05-28 Thread ekr
ekr 02/05/28 07:19:47 Modified:webapps/examples/WEB-INF/classes RequestInfoExample.java Log: Added support for displaying SSL cipher suite attribute Revision ChangesPath 1.3 +14 -1 jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/RequestInfoExample.java

DO NOT REPLY [Bug 9456] - Problem saving server.xml file: invalid XML markup

2002-05-28 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: [Proposal] Removing 64K limit in jasper 2

2002-05-28 Thread peter lin
Remy Maucherat wrote: > > > I've been giving this topic considerable thought for > > the last month. Now that JSTL is getting close to > > official release, performance may become a bigger > > issue. > > > > I've been evaluating JSTL and experimenting with using > > it for complex rendering log

DO NOT REPLY [Bug 9456] New: - Problem saving server.xml file: invalid XML markup

2002-05-28 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: "j-t-c/jk/native(2) build.xml": Global Server Property Initialization Issue

2002-05-28 Thread Anthony W. Marino
Jean-Frederic, If it isn't too much trouble, just initialize "apache13.home" property in "j-t-c/jk/native(2) build.xml" to "/opt/apache13". This will be consistant with how "apache2.home" is initialized and goes toward a more specific initialization. Thank You, Anthony > Anthony W. Marino

Re: "j-t-c/jk/native(2) build.xml": Global Server Property Initialization Issue

2002-05-28 Thread Anthony W. Marino
> Anthony W. Marino wrote: > > For example, the "apache13.home" property is set with too a > > generic/common directory location which should, 100% of the time, > > evaluate to true when checked with an "available" task (ie; target > > "detect"). > > > > This global assignment will only occu

JNDI/Webapp ClassLoader Bug (ContextBindings.java), patch (?)attached

2002-05-28 Thread David Haraburda
Hi, I believe I have found a bug (or a problem at least) with the way Tomcat handles associating webapp contexts to JNDI naming contexts. ContextBindings.java, which apparently handles these associations does not account for the fact that a web application may have its own ClassLoader. I am try

cvs commit: jakarta-tomcat-connectors/jk/native buildconf.sh

2002-05-28 Thread jfclere
jfclere 02/05/28 00:54:24 Modified:jk/native buildconf.sh Log: put automake after aclocal. Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-connectors/jk/native/buildconf.sh Index: buildconf.sh ==

cvs commit: jakarta-tomcat-connectors/jk/native2 buildconf.sh

2002-05-28 Thread jfclere
jfclere 02/05/28 00:52:27 Modified:jk/native2 buildconf.sh Log: automake needs the aclocal.m4 file so we have to run aclocal before automake Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-connectors/jk/native2/buildconf.sh Index: buildconf.sh ===

cvs commit: jakarta-tomcat-connectors/jk/native2/scripts/build/unix dummy

2002-05-28 Thread jfclere
jfclere 02/05/28 00:48:54 Removed: jk/native2/scripts/build/unix dummy Log: Remove the dummy file (dummy.am replaces it). -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: "j-t-c/jk/native(2) build.xml": Global Server Property InitializationIssue

2002-05-28 Thread jean-frederic clere
Anthony W. Marino wrote: > For example, the "apache13.home" property is set with too a generic/common > directory location which should, 100% of the time, evaluate to true when > checked with an "available" task (ie; target "detect"). > > This global assignment will only occur, of course, whe