RE: Ream authentication + Apache Web Server Authentication

2005-02-01 Thread SAG - Jose Antonio Tarifa
or to put apache in front of tomcat. SAG - Jose Antonio Tarifa wrote: > Hi. > > I have a question. How can I mix authentication on both servers, Tomcat and > Apache? > > I want to use Form authentication with Tomcat, also I need Apache Web Server > to be aut

Ream authentication + Apache Web Server Authentication

2005-01-31 Thread SAG - Jose Antonio Tarifa
Hi. I have a question. How can I mix authentication on both servers, Tomcat and Apache? I want to use Form authentication with Tomcat, also I need Apache Web Server to be authenticated. Is posible to authenticate a user in Tomcat and get authenticated in Apache at the same time? Thanks.

RV: Tomcat 5.0.18: Error 1053: The service did not respond to...

2004-01-29 Thread SAG - Jose Antonio Tarifa
Ok, it runs now. I only had to install JSDK plus JRE. Thanks Bill. -Mensaje original- De: SAG - Jose Antonio Tarifa Enviado el: jueves, 29 de enero de 2004 9:51 Para: Tomcat Users List Asunto: RE: Tomcat 5.0.18: Error 1053: The service did not respond to... I have tried to do that

RE: Tomcat 5.0.18: Error 1053: The service did not respond to...

2004-01-29 Thread SAG - Jose Antonio Tarifa
I have tried to do that and I have upgraded the J2SDK, but it continues happening the same. Any ideas? -Mensaje original- De: Bill McMilleon [mailto:[EMAIL PROTECTED] Enviado el: miƩrcoles, 28 de enero de 2004 21:30 Para: SAG - Jose Antonio Tarifa; [EMAIL PROTECTED] CC: [EMAIL

RE: Tomcat 5.0.18: Error 1053: The service did not respond to...

2004-01-28 Thread SAG - Jose Antonio Tarifa
I have the same situation also on Win 2k. I tried to uninstall the service and reinstall it with service.bat in bin directory, but didn't work. It depends on JVM parameters? I have J2SE 1.4.2, the last one. -Mensaje original- De: Joshi, Vikas [mailto:[EMAIL PROTECTED] Enviado el: marte

RV: Fix for SEVERE: Certificate convertion failed, bug in Tomcat-connectors-4.1.24

2003-03-26 Thread SAG - Jose Antonio Tarifa
This is the patched class. It must be replaced at $(TOMCAT_HOME)/server/lib/tomcat-jk2.jar jar-file. You simply need to un-jar the file tomcat-jk2.jar and replace JkCoyoteHandler.class with the patched one. Thanks to Thorvald Natvig. ---

JK2 Problem

2003-03-24 Thread SAG - Jose Antonio Tarifa
Good day, Just wondering if anyone at all has successfully gotten mod_jk2 to work between Apache and Tomcat on W2K. I have installed Apache 2.0.43 right out of the box and Tomcat 4.1.24 here at the office. jk2.properties is as it comes in the installation. worker2.properties is as follows # Def

Tomcat Connector JK2 + Apache + SSL

2002-11-25 Thread SAG - Jose Antonio Tarifa
Hello group. I'm not able to configure Apache + SSL with Tomcat to make available to servlets the SSL data, such like are returned by request.getRemoteUser() function (always return NULL). Apache runs correctly with HTTPS, but Tomcat no. Any idea? ---

Apache 2.0.43 with SSL and Tomcat 4.1.12 problems

2002-11-22 Thread SAG - Jose Antonio Tarifa
I'm not able to configure Apache + SSL with Tomcat to make available to servlets the SSL data, such like are returned by request.getRemoteUser() function (always return NULL). Apache runs correctly with HTTPS, but Tomcat no. Apache ssl.conf file is like this: -- Listen 443 AddTy