{{theTime}}

Search This Blog

Total Pageviews

How to determine 32bit JVM or 64bit JVM?

Sun has a system parameter to determine the bit 32/64.

sun.acrch.data.model=32 or
sun.acrch.data.model=64.

Try.  System. getProperty("sun.arch.data.model")

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