cvs commit: jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni SSLContext.java

2005-06-03 Thread mturk
mturk 2005/06/03 00:33:24 Modified:jni/java/org/apache/tomcat/jni SSLContext.java Log: Some functions can throw exceptions. Revision ChangesPath 1.12 +9 -5 jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSLContext.java Index: SSLContext.java

cvs commit: jakarta-tomcat-connectors/jni/native/src sslcontext.c

2005-06-03 Thread mturk
mturk 2005/06/03 00:34:27 Modified:jni/native/src sslcontext.c Log: Throw exceptions instead using BIO. When the exception is thrown this means that the SSL is unusable. Revision ChangesPath 1.19 +13 -16jakarta-tomcat-connectors/jni/native/src/sslcontext.c

cvs commit: jakarta-tomcat-connectors/jni/native/src error.c

2005-06-03 Thread mturk
mturk 2005/06/03 00:35:07 Modified:jni/native/include tcn.h jni/native/src error.c Log: Add generic throw for printf style arguments. Revision ChangesPath 1.11 +2 -2 jakarta-tomcat-connectors/jni/native/include/tcn.h Index: tcn.h

cvs commit: jakarta-tomcat-connectors/jni/native/src error.c

2005-06-03 Thread mturk
mturk 2005/06/03 00:44:10 Modified:jni/native/src error.c Log: Remove extra static function by merge it to the ThrowException. Revision ChangesPath 1.9 +6 -13 jakarta-tomcat-connectors/jni/native/src/error.c Index: error.c

cvs commit: jakarta-tomcat-connectors/jni/native/src sslutils.c

2005-06-03 Thread mturk
mturk 2005/06/03 01:14:46 Modified:jni/native/src sslutils.c Log: Fix default password prompting. On non WIN platform curses library is used. Revision ChangesPath 1.11 +45 -35jakarta-tomcat-connectors/jni/native/src/sslutils.c Index: sslutils.c

cvs commit: jakarta-tomcat-connectors/jni/native/include ssl_private.h

2005-06-03 Thread mturk
mturk 2005/06/03 01:16:24 Modified:jni/native/include ssl_private.h Log: Change promp_password proto by using size_t. Revision ChangesPath 1.12 +2 -2 jakarta-tomcat-connectors/jni/native/include/ssl_private.h Index: ssl_private.h

cvs commit: jakarta-tomcat-connectors/jni/native BUILDING

2005-06-03 Thread jfclere
jfclere 2005/06/03 01:43:38 Modified:jni/native BUILDING Log: Add about ssl and correct setup to setenv. Revision ChangesPath 1.3 +9 -3 jakarta-tomcat-connectors/jni/native/BUILDING Index: BUILDING

DO NOT REPLY [Bug 35200] New: - Tomcat connection pooling fault with MySql derived tables

2005-06-03 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=35200. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DeployTask gives MalformedURLException: unknown protocol: c

2005-06-03 Thread Bertrand Fontaine
Hello, I have a problem with the ANT Deploy task. The error message is java.net.MalformedURLException: unknown protocol: c. I have found in the archives that some people identified a bug that was giving the exact same message. The problem has been fixed at that time in catalina-ant.jar.

DO NOT REPLY [Bug 33911] - Request for security role mapping (role-to-group/user)

2005-06-03 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=33911. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: DeployTask gives MalformedURLException: unknown protocol: c

2005-06-03 Thread Diogo Quintela \(EF\)
You have to use two slahes. --localWar=file://C:/Training/training.war Cumps Diogo -Original Message- From: Bertrand Fontaine [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 3 de Junho de 2005 13:42 To: tomcat-dev@jakarta.apache.org Subject: DeployTask gives

RE: DeployTask gives MalformedURLException: unknown protocol: c

2005-06-03 Thread Bertrand Fontaine
You have to use two slahes. --localWar=file://C:/Training/training.war Thanks Diogo, but I have the same problem. Bertrand -Original Message- From: Bertrand Fontaine [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 3 de Junho de 2005 13:42 To: tomcat-dev@jakarta.apache.org

RE: DeployTask gives MalformedURLException: unknown protocol: c

2005-06-03 Thread Bertrand Fontaine
Hi Diogo. I rewrote the ANT script from scratch and it is now working just fine. No idea for now about what was going wrong however. Thanks for your help, Bertrand From: Diogo Quintela (EF) [EMAIL PROTECTED] Reply-To: Tomcat Developers List tomcat-dev@jakarta.apache.org To: 'Tomcat

Re: Summer of code

2005-06-03 Thread Tim Funk
Here is more detail of what I was pondering with the reverse proxy. Topic - Extend the balancer webapp to allow for reverse proxy Description - Write a 2.4 compliant Servlet Filter which will allow tomcat (or any other compliant engine) to act as a reverse proxy. Constraints

DO NOT REPLY [Bug 34993] - Missing Class-Path entries are ignored, spec violation

2005-06-03 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=34993. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Summer of code

2005-06-03 Thread Peter Rossbach
Hey Tim, Have you see this fine mod_rewrite filter at http://tuckey.org/urlrewrite/. What you mean, can we use the common httpclient for backend proxy implementation? It has a stable pooling with keepalive handling and http/https support. Peter Tim Funk schrieb: Here is more detail of

WebappLoader and Auto-Detection of Class Changes

2005-06-03 Thread Scott Dudley
I extended WebappLoader.java to create a custom classloader to allow me to append an alternate set of class folders. The loader works as intended but I noted that it doesn't detect any changes to these resources and call Context.reload() as is the case with WEB-INF/classes, lib, and any

DO NOT REPLY [Bug 34765] - [dbcp] NullPointerException thrown by PoolableConnectionFactory

2005-06-03 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=34765. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

help for ClassNotFoundException

2005-06-03 Thread MEHMOOD, QAISER
Hi , Under tomcat I am integrating the uPortal and running one portlet application in a web context. I put my own classes under the WEB-INF/classes directory and also put jar files in WEB-INF/lib directory , but I am getting the error : ClassNotFoundException ,

Re: WebappLoader and Auto-Detection of Class Changes

2005-06-03 Thread Bill Barker
- Original Message - From: Scott Dudley [EMAIL PROTECTED] To: tomcat-dev@jakarta.apache.org Sent: Friday, June 03, 2005 12:46 PM Subject: WebappLoader and Auto-Detection of Class Changes I extended WebappLoader.java to create a custom classloader to allow me to append an alternate

DO NOT REPLY [Bug 35214] New: - Javadoc for Embedded class references 'main' method that does not exist

2005-06-03 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=35214. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Tomcat build fails: junit

2005-06-03 Thread Marco Fister
Hi everybody! While trying to build tomcat using the jakarta-tomcat-5.5.9-src tarball build fails while trying to get junit. The used link http://unc.dl.sourceforge.net/sourceforge/junit/junit3.8.1.zip is temporary not available. The received file contains the sourceforge error message, not