Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Hector Adolfo Alonso
Hi Xia: I think you cannot use an self-signed certificate (as keytool generates) for mutual authentication. User certificate's certificate authority signer shoul be the same that signs the server certificate. In this case, the server certificate is self-signed. On the othe hand, who signs

Tomcat 5.0.24 Service Install Syntax

2004-05-19 Thread Hector Adolfo Alonso
Hi Tomcat gurus: I've read carefully service.bat from Tomcat 5.0.19 and Apache Commons Daemon, and built a customized script for Windows 2000. But service installation syntax changed in Tomcat 5.0.24. I could'n find any new explanation in Commons Daemon page. I've observed tomcat.exe has

Re: Tomcat 5.0.24 Service Install Syntax

2004-05-19 Thread Hector Adolfo Alonso
Thanks Jacob: There is a paragraph in changelog.txt about Procrun 2 binaries. The Apache Commons Daemon page still does not reflect this change. I've found the sources in http://jakarta.apache.org/~mturk/procrun2M3.zip. There is no html documentation there, but reading the sources, I'm

Re: JVM startup options for Windows Service

2004-05-11 Thread Hector Adolfo Alonso
Damon: I've developed the following scripts for install/deinstall Tomcat 5.0.19. They are based on bin\service bat in Tomcat distribution, and Apache Commons Daemon project info. Modify as you need. I hope this help you. Hector./ ServiceInstall.bat @echo off set PATH= set CLASSPATH= set

Class loading for J2SE classes in web-inf lib

2003-08-28 Thread Hector Adolfo Alonso
Hello: I've have a doubt about using xerces.jar in Tomcat 4.1.27. Suppose I'm using JDK 1.3.1, with xerces.jar put in WEB-INF\lib, and Tomcat default installation. xerces-jar's classes are used when they are required. I've read carefully the document in

Distributed Sessions in Tomcat ?

2002-12-18 Thread Hector Adolfo Alonso
4.1.x). Please, can anybody confirm the status of this topic. Thanks in advance. Hector Adolfo Alonso Consist Teleinformatica -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Servlet 2.3 PF 3 ?

2001-08-14 Thread Hector Adolfo Alonso
. Hector Adolfo Alonso Consist Teleinformatica S. A.

How to disable servlet response buffering ?

2001-08-07 Thread Hector Adolfo Alonso
Hi: does anybody knows how to disable servlet response buffering ? I've tried ServletResponse.setBufferSize(0), but it doesn't work. It seems that the BufferedServletOutputStream cannot be lesser than 8192 bytes ! Thanks in advance. Hector Adolfo Alonso Consist Teleinformatica S. A.

Doubt about getRequestURI() behavior

2001-08-06 Thread Hector Adolfo Alonso
://java.sun.com/ What could be wrong ? I'm using Tomcat 3.2.3, JDK 1.3.1, Win NT 4.0 SP 6a. Thanks. Hector Adolfo Alonso Consist Teleinformatica

Reloading

2001-07-10 Thread Hector Adolfo Alonso
the release notes too. Does anybody know where I can find some useful information about this topic. Thanks in advance. Hector Adolfo Alonso Consist Teleinformatica S. A.

Tomcat internal classes documentation

2001-06-21 Thread Hector Adolfo Alonso
Hi: does anybody know where I can get documentation about Tomcat internal classes ? For instance, some guidance about to develop a new RequestInterceptor class. Thanks in advance. Hector Adolfo Alonso Consist Teleinformatica S. A.