When you have a multi project configuration for your maven based application, manually updating the project version after each release is not that easy. There will be at least 2 references to the project version number and it will give unexpected error if you forget to update version for one…
Tag: Maven
Apache Tomcat β Encrypting keystore password
By default SSL keystore password is used as plain text in server.xml file. For example: If required we can implement our own encryption to secure this password. In this post Iβm not explaining anything about encryption/decryption, but a solution to implement decryption at the time of tomcat reading keystore file….