Re: svn commit: r375582 - in /tomcat/connectors/trunk: http11/src/java/org/apache/coyote/http11/InternalAprOutputBuffer.java jk/java/org/apache/coyote/ajp/AjpAprProcessor.java

2006-02-09 Thread Jim Jagielski
Looking at the implementation in network.c, we can only leave the loop upon a write error, in which case we return the APR error (negative) or we've sent more (or the exact same) as we've decided to send, which must be positive. So it doesn't look like it, no. In any case, the inf loop would be

Re: [PATCH] catalina.sh 'CATALINA_NATIVE'

2006-02-09 Thread Remy Maucherat
Mladen Turk wrote: Hi, Any objections for committing this patch? It sets LD_LIBRARY_PATH to include CATALINA_HOME/native if CATALINA_HOME/native/libtcnative-1.so is present. Why not using the bin folder ? Rémy - To

Re: [PATCH] catalina.sh 'CATALINA_NATIVE'

2006-02-09 Thread Mladen Turk
Tim Funk wrote: I see the point of the native dir. Right, anything but bin is OK. lib/native/{platform}/ !-- any needed .so, or dll files This makes sense too, even more then my proposed /native. Although I doubt the (platform) would make sense, unless we decide to ship the bins for all

svn commit: r376345 - in /tomcat/container/tc5.5.x/webapps/docs: config/context.xml config/globalresources.xml jndi-resources-howto.xml

2006-02-09 Thread remm
Author: remm Date: Thu Feb 9 08:47:51 2006 New Revision: 376345 URL: http://svn.apache.org/viewcvs?rev=376345view=rev Log: - Add some docs for the Transaction element. Modified: tomcat/container/tc5.5.x/webapps/docs/config/context.xml

DO NOT REPLY [Bug 38596] New: - Unnecessary synchronization and garbage in DataSourceRealm

2006-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=38596. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r376378 - /tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/ssl-howto.xml

2006-02-09 Thread markt
Author: markt Date: Thu Feb 9 10:44:31 2006 New Revision: 376378 URL: http://svn.apache.org/viewcvs?rev=376378view=rev Log: Clarify that Verisign has different root certs for trial and commercial certificates. Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/ssl-howto.xml

svn commit: r376421 - in /tomcat/container/branches/tc4.1.x: PROPOSAL-5.0.txt RELEASE-PLAN-4.1.txt

2006-02-09 Thread markt
Author: markt Date: Thu Feb 9 12:21:25 2006 New Revision: 376421 URL: http://svn.apache.org/viewcvs?rev=376421view=rev Log: Remove out-of-date documents. Removed: tomcat/container/branches/tc4.1.x/PROPOSAL-5.0.txt tomcat/container/branches/tc4.1.x/RELEASE-PLAN-4.1.txt

svn commit: r376463 - /tomcat/container/branches/tc4.1.x/RUNNING.txt

2006-02-09 Thread markt
Author: markt Date: Thu Feb 9 14:27:02 2006 New Revision: 376463 URL: http://svn.apache.org/viewcvs?rev=376463view=rev Log: Correct version and download locations Modified: tomcat/container/branches/tc4.1.x/RUNNING.txt Modified: tomcat/container/branches/tc4.1.x/RUNNING.txt URL:

Hi, a question about JspCompilationContext.isRemoved().

2006-02-09 Thread ? ?
Dear developers of jasper, I have a question about JspCompilationContext.isRemoved(). I think we should check the file in file system instead of checking a counter. In this method, we use a counter named ¡°removed¡± to determine if the JSP file is in the file system. public boolean isRemoved()

Tomcat server to host socket server as well as webclient.

2006-02-09 Thread Prabhu Baskaran
Hi All, I wanted to run Socket server program which wud act as a connection to another client application which wud provide data from the database...(sort of like a client to the socket).. and i wud have a web front end.. So i wud host the servlets/jsps in the webserver tomcat.. I wanted these to