Connection « Tomcat « JSF Q&A





1. SSL Connection problem to web service from Java bean    stackoverflow.com

I have written an application that connects to a SSL web service (including client certificate) through jaxws. For this to work I have a wstrust.jks that contains trusted root certificate for ...

2. How to manage connection to database?    stackoverflow.com

I should manage a connection to a database from my web application (Tomcatserver/frameworkJSF) ,theconnection from my login page until the deconnection. I have found that I should let the container manage ...