I'm assuming you're keeping your keystores *out* of the web application and in a secure folder in the server, and that your webapp refers to that keystore on the server. If that's the case, you have the option of just replacing the keystore but keeping the same name for it in the server folder, or querying the database for the name and location of the keystore file, and just modifying that as necessary without actually storing the keystore itself in the database.
Glen fachhoch wrote: > > does any body store their keystores files in database, so that we can > change these without redeploying ? > -- View this message in context: http://cxf.547215.n5.nabble.com/loading-keystore-files-from-database-tp2849856p2849906.html Sent from the cxf-user mailing list archive at Nabble.com.
