apr ssl tomcat 6.0.18 (5.5.25), unknown pbe algorithm

2008-11-08 Thread pawel.jasinski
hi, when I try to use encrypted private key with apr I get the following in error in log. Nov 8, 2008 12:47:00 PM org.apache.coyote.http11.Http11AprProtocol init SEVERE: Error initializing endpoint java.lang.Exception: Unable to load certificate key /home/rejap/app/certs/rzuem5008u-enc.key

apr ssl tomcat 6.0.18 client authentication

2008-11-08 Thread pawel.jasinski
hi, i am trying to use ssl client authentication together with apr. I have followed the instructions contained in apr manual but no success. When I try access server with the browser (get the prompt for user cert), i get the error: An error occurred during a connection to

default web app

2008-11-08 Thread Stefano Nichele
Hi ALL, I'm very afraid posting this question since I think it's very common, but I was not able to find any useful answer. I have Tomcat running with just my application. Under tomcat/webapps there is just my web application (let's say 'myapp'). Now I would like that http://localhost:8080/

RE: default web app

2008-11-08 Thread Caldarale, Charles R
From: Stefano Nichele [mailto:[EMAIL PROTECTED] Subject: default web app the only restriction is that I can't rename it in ROOT. Why not? That's the simplest thing to do. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only

Re: default web app

2008-11-08 Thread Stefano Nichele
Since in some case I must install others applications that I can't check it and maybe someones of that is ROOT; in such case, I would like just to change some configuration files instead of renaming the whole application. I know that it's a strange requirement, but that is. ste Caldarale,

Re: default web app

2008-11-08 Thread Serge Fonville
Perhaps you should use virtual hosts then. Regards, Serge Fonville On Sat, Nov 8, 2008 at 11:34 PM, Stefano Nichele [EMAIL PROTECTED]wrote: Since in some case I must install others applications that I can't check it and maybe someones of that is ROOT; in such case, I would like just to

Re: default web app

2008-11-08 Thread Stefano Nichele
I don't want to use two different virtual hosts, it seems too complicated (even if I agree that it's not soo complicated in general). The only way I found it's creating a ROOT.xml file under tomcat/conf/catalina/localhost and putting my webapp in a directory different from tomcat/webapps. This is

RE: default web app

2008-11-08 Thread Caldarale, Charles R
From: Stefano Nichele [mailto:[EMAIL PROTECTED] Subject: Re: default web app If I have an application appA that serves http://localhost:8080/appA, is there a way to have it serving also http://localhost:8080/case2 ? You can use a valve (specific to Tomcat) or a filter (supported by all