{{theTime}}

Search This Blog

Total Pageviews

Java ClassLoader Help:

How to Load xml file located in a jar file.

Eg: If xml exists in com/tools/util/resources/data.xml, use ClassLoader to load the xml as Stream.

InputStream in = ClassLoader.getResourceAsStream("com/tools/util/resources/data.xml")

No comments:

Setup AWS Application Load Balancer Https

Setting up HTTPS for an AWS Application Load Balancer (ALB) involves configuring an HTTPS listener, deploying an SSL certificate, and defini...