Help : Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]

2012-04-16 Thread ayouB __
Hi every body, Does any one know please what's the source of this error and how to fix it : 16 avr. 2012 09:52:30 org.apache.catalina.core.ContainerBase startInternal GRAVE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException:

RE: Configure SSL under Tomcat 7

2012-03-20 Thread ayouB __
Hi every one, Thanks you all for your replies & your critics that means i became a VIP member in this mailing list :D i'm jokking ^_^ Well, i turned back to the JSSE, now it works very well and i can access to my ressources using HTTPS. Still the APR one, as it has been said earlier, i puted

RE: Configure SSL under Tomcat 7

2012-03-20 Thread ayouB __
Hi, the logs doesn't say any thing, tomcat still working normally, the problem is when i put the link : https://localhost:8443/ProjectTest/ , the browser display : impossible to display this page ..., like the project doesn't even exit in my workspace (the browser doesn't recognize my web proje

RE: Configure SSL under Tomcat 7

2012-03-20 Thread ayouB __
Hi, I follow steps said in this link : http://www.dylanbeattie.net/docs/openssl_iis_ssl_howto.html, i generated my files : .key and .crt, i puted them in the conf/bin then i modified my server.xml to be able to support these new changes, here it's : serv

RE: Configure SSL under Tomcat 7

2012-03-20 Thread ayouB __
Hi, I have downloaded OpenSSL under Windows wich required me to install Visual C++ 2008 Redistributable and i did it then i added the "C:\OpenSSL-Win32\bin" to my environement variable PATH, now the "openssl" command work very well in the cmd.exe (it give me "OpenSSL>"), so i wanna generate t

RE: Configure SSL under Tomcat 7

2012-03-20 Thread ayouB __
Hi every body & happy new spring ^^ Well, i'm asking you again to tell me please what's the purpose of these files : localhost.crt & localhost.key in the last example in this link : http://tomcat.apache.org/tomcat-7.0-doc/apr.html, i wanna just know from where & how did they get it (is there

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
Hi, I'm asking you again, pleaase tell me from where and how they get these files : localhost.crt & localhost.key !!! Thanks.

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
hi filip, Can you explain me more what certificate format is used with APR & how can i get it please ! Thanks.

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
I'm disturbed that i wrote things unlike what i think !! I want say : what things i'm supposed ... instead of what things i'm supported ... They didn't even talked ... instead of They even talked ... Thanks.

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
Still not working !! I downloaded Apache Tomcat 7.0.26 (again), i added the tcnative-1.dll in my : apache-tomcat-7.0.26\bin, i created a keystore file with this command : keytool -genkeypair -alias tomcat -keyalg RSA -keystore C:\mykeystore i put the file named "mykeystore" in my : apache-tomca

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
Thanks Mark :) > > Which one should i put in my : apache-tomcat-7.0.26\bin, knowing that i use > > windows xp (32 bits) as OS ?! > > 1) > > Mark

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
Hi, Sorry it'll be the first and the last time i send a private message to somebody, i didn't know the community's rules ! Well, now i downloaded the file you indicated me which is : http://mirror.atlanticmetro.net/apache//tomcat/tomcat-connectors/native/1.1.23/binaries/tomcat-native-1.1

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
P SIGNED MESSAGE- > Hash: SHA1 > > Ayoub, > > On 3/16/12 12:50 PM, ayouB __ wrote: > > > > > > [snip] > > > > > > > > > protocol="org.apache.coyote.http11.Http11AprProtocol" > > SSLEnabled="true" max

RE: Configure SSL under Tomcat 7

2012-03-16 Thread ayouB __
ult value 'noCache'. 16 mars 2012 17:05:58 org.apache.myfaces.webapp.WebConfigParamsLogger logWebContextParams INFO: No context init parameter 'org.apache.myfaces.EXPRESSION_FACTORY' found. 16 mars 2012 17:05:58 org.apache.myfaces.webapp.WebConfigParamsLogger logWebContextParams INFO

RE: Configure SSL under Tomcat 7

2012-03-16 Thread ayouB __
ot;.txt" > pattern="%h %l %u %t "%r" %s %b" /> > > > > > > > > > > Date: Fri, 16 Mar 2012 10:41:38 -0600 > > From: devli...@hanik.com > > To: users@tomcat.apache.org > > Subject: Re: Configure SSL under Tomcat 7 > > &g

RE: Configure SSL under Tomcat 7

2012-03-16 Thread ayouB __
uot; in your element, that turns on SSL. > After that, if you don't have keystoreFile or keystorePass set, it will throw > errors > > Filip > > > - Original Message - > > From: "ayouB __" > > To: users@tomcat.apache.org >

Configure SSL under Tomcat 7

2012-03-16 Thread ayouB __
Hi every one, I'm ayoub and i'm a new member of this mailing list :) Well, i want to configure SSL under Tomcat 7 so i have followed steps said in http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html, but when i deploy my project in tomcat server i don't get : https://loclhos