Jndi and Postgresql datasource.

2004-01-13 Thread Federico Fernandez Cruz
Hi all! I am trying to connect to a Postgresql database using DBCP but I allways get this exception. javax.servlet.ServletException: Cannot create JDBC driver of class '' for connect URL 'null', cause: No suitable driver org.apache.jasper.runtime.PageContextImpl.doHandlePageException(P

Re: mod_jk installation

2003-12-19 Thread Federico Fernandez Cruz
Dahyalan, If you have installed apache 2.0.x you should use ./configure --with-apxs2=/usr/sbin/apxs And make sure you can access it with your user rights! Maybe you can do a "su - root"... Let me know if you have any problem... [EMAIL PROTECTED] wrote: Hello Federico,

Re: Apache SSL again... those variables are getting me mad!

2003-12-19 Thread Federico Fernandez Cruz
cutes this code running over SSL? java.security.cert.X509Certificate[] certs = (java.security.cert.X509Certificate[])req.getAttribute("javax.servlet.request.X509Certificate") Federico Fernandez Cruz wrote: That's was an example. I allways get NULL for all calls regarding S

Re: Apache SSL again... those variables are getting me mad!

2003-12-19 Thread Federico Fernandez Cruz
if/how it sends the SSL attributes. "Federico Fernandez Cruz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Sure! This is getting personal... ;-) Apache and Tomcat will not be my friends anymore! :-D Well, I'll try to be a little exhaustive just because sometim

Re: Apache SSL again... those variables are getting me mad!

2003-12-18 Thread Federico Fernandez Cruz
ificate [] certs = (X509Certificate [])request.getAttribute("org.apache.coyote.request.X509Certificate"); do both of these methods return null? Federico Fernandez Cruz wrote: Sure! This is getting personal... ;-) Apache and Tomcat will not be my friends anymore! :-D Well, I'll try to be

Apache SSL again... those variables are getting me mad!

2003-12-18 Thread Federico Fernandez Cruz
Sure! This is getting personal... ;-) Apache and Tomcat will not be my friends anymore! :-D Well, I'll try to be a little exhaustive just because sometimes I miss something that is the real point of the question. Let's go. My target is an Apache + Tomcat integration using JK2. Software! R

Re: Apache SSL variables -> Imposible!

2003-12-15 Thread Federico Fernandez Cruz
have some other issues as well at the moment :). Just because it doesn't show up in getAttributeNames, doesn't mean that you can't get the value. "Federico Fernandez Cruz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I have connected Apache and Tomcat

Apache SSL variables -> Imposible!

2003-12-12 Thread Federico Fernandez Cruz
I have connected Apache and Tomcat (5) using JK2. The communication is right, but I can't access any apache SSL variables! No matter what I do. It's impossible! I have read several docs and all I get is frustration! :-( Can someone tell me how to do it, pleease? Thanks! smime.p7s Descri

Apache SSL Variables

2003-12-12 Thread Federico Fernandez Cruz
Hi! How can I get the Apache SSL variables in Tomcat? I am trying this: <% out.println("Is secure = " + request.isSecure() + ""); Enumeration e = request.getHeaderNames(); while (e.hasMoreElements()) { String header = (String) e.nextElement(); String value = request.getHe

Apache SSL variables...

2003-12-12 Thread Federico Fernandez Cruz
smime.p7s Description: S/MIME Cryptographic Signature

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Federico Fernandez Cruz
Thanks! Now it works! :-) I can access my web application through SSL. How can I get all those SSL variables that apache has already set ? Should I tell something more to JK? Thanks! Jörg Werner wrote: Hello! Please take a look at this thread http://www.mail-archive.com/[EMAIL PROTECTED]/msg110

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Federico Fernandez Cruz
o map the whole web application? Maybe I am doing something wrong.. (sure!) Thanks! Nikola Milutinovic wrote: Federico Fernandez Cruz wrote: Hi all! I am using tomcat 5 and I want to do some integration work with Apache and mod_jk2. Is there a direct way to map a whole web application in

Apache Tomcat jk2... is it possible?

2003-12-11 Thread Federico Fernandez Cruz
Hi all! I am using tomcat 5 and I want to do some integration work with Apache and mod_jk2. Is there a direct way to map a whole web application in apache? It works but I have to write a lot of [uri:*] commands in mi workers2.properties file. I have tried WebXml2Jk but when I insert the