I have set this system property in my web application:
System.setProperty("javax.net.ssl.trustStore", "C:/Path/To/My/Cacerts/cacerts");
and then I have deployed this web application at a JBoss Server. My question now would be if this setting is now for the whole JBoss Server and therefore for the whole applications deployed at JBoss or only for my web application?