Skip to content
𝓒π“ͺ𝓼𝓽𝓻𝓲𝓳π“ͺ

Share the knowledge

𝓒π“ͺ𝓼𝓽𝓻𝓲𝓳π“ͺ

Share the knowledge

Category: Java/J2EE

Updating version in all pom.xml files of a project

Posted on April 17, 2022May 17, 2024 By sastrija

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…

Read more

3rd Party Certificate Management Tool for Java

Posted on September 19, 2021December 10, 2023 By sastrija

Keytools is the default certificate management tool provided by Oracle in JDK. Some users feels it as inconvenient as there is no UI for this command. One solution is to use 3rd party open source tool KeyStore Explorer which provide very easy to use UI. KeyStore Explorer

Read more

How to add SSL certificate to JRE

Posted on September 19, 2021December 10, 2023 By sastrija

If you are getting SSLHandshakeException while accessing secure URLs, you will need to add the SSL certificate for that URL to your JRE. Use below steps to add SSL certificate to JRE (Checkout Downloading SSL Certificate From a URL if you are looking for steps to download the SSL certificate…

Read more

Reading file from resources folder

Posted on September 19, 2020December 10, 2023 By sastrija

Below code can be used to read the files from resources folder of a Spring Boot application.

Read more

Apache Tomcat – Encrypting keystore password

Posted on April 15, 2019December 10, 2023 By sastrija

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….

Read more

Deploying spring boot application in JBoss server

Posted on December 1, 2018December 10, 2023 By sastrija

Spring boot web applications with its default configurations are pretty easy to deploy in embedded tomcat server. We just need to run main method and it will start the web application. But it is not always the case as we might be developing the applications which are supposed to deploy…

Read more

Apache Tomcat – Encrypting keystore password

Posted on August 23, 2018December 10, 2023 By sastrija

By default SSL keystore password is used as plain text in server.xml file

Read more

iframes in iPad

Posted on July 18, 2013August 14, 2024 By sastrija

iframe is behaved differently in iPad compared to other web browsers in different platforms. iframe issue in iPad can be resolved by adding a wrapper and CSS styling. A demo of this solution can be viewed from the following link: http://demo.sastrija.com/iframe/

Read more
©2025 𝓒π“ͺ𝓼𝓽𝓻𝓲𝓳π“ͺ | WordPress Theme by SuperbThemes