Hi, I implemented WS-Security in a Tomcat application that is both a web services client and a web services server. It all works fine, but it looks like my server.keystore and trust.keystore have to be in the Tomcat's WEB-INF/classes. It's definitely not the right location for the keystores and also for the server_sign.properties and other configs.
As soon as I move the keystores and .properties files over to Tomcat/conf - the InInterceptor throws the following exception - java.io.FileNotFoundException: trust.keystore (The system cannot find the file specified) I added the location of the keystores to the Java startup parameters in Tomcat but it didn't help. Looks like these files are not in the classpath unless they are in WEB-INF/classes. I'm not a Tomcat pro so bear with me if this is something extremely easy. Appreciate your help. Nadia -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Interceptors-and-Tomcat-location-of-certificates-tp4940585p4940585.html Sent from the cxf-user mailing list archive at Nabble.com.
