Posts by Alessandro • 23 points
4 posts
-
0
votes1
answer153
viewsA: Wildcard SSL certificate in Apache 2.2 and Ubuntu 13.04
When configuring Virtualhost, in some versions of Apache, you should use the Sslcacertificatechainfile directive instead of Sslcacertificatefile. After this change Apache went up and the certificate…
-
0
votes1
answer153
viewsQ: Wildcard SSL certificate in Apache 2.2 and Ubuntu 13.04
I am trying to install a Wildcard SSL certificate on an Ubuntu 13.04 server with Apache 2.2, with 3 Virtualhosts: sites-enabled: 000-default intranet.dominio.com forum.dominio.com sites-available:…
-
0
votes1
answer945
viewsQ: Is URL friendly with JSF, Facelets and Bootstrap possible?
I am using in a JSF project with Facelets and Bootstrap. How to make it URL friendly? Example: After logging in the URL looks like this: example.com/public/home.xhtml When you click on a menu item…
-
2
votes0
answers305
viewsQ: Error while logging in with Spring Security and JSF
I am trying to implement a login with Spring Security 4.0.1.RELEASE and JSF 2.2, when trying to log in it always returns as invalid login. login.xhtml <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0…