How to solve JDK certificate error in sping MVC/Boot inside Eclipse and STS.
Category: Web Servers
How Load Balancing works?
A load balancer is a device that distributes network or application traffic across a cluster of servers Aim of Load Balancing Load balancing aims to optimize resource use, maximize throughput, minimize response time, and avoid overload of any single resource. Load balancing improves responsiveness and increases availability of applications. How does Load Balancers Work? A load … Continue reading How Load Balancing works?
Beginners lesson on how to scale your Website?
So, what is Application Scalability? When your website gets too much traffic(requests per minute or queries per second) which makes the website process the requests slowly and sometimes results in crashing of the server on which it is running. To prevent failures and sluggishness add more resources on both hardware and software side that is … Continue reading Beginners lesson on how to scale your Website?
Tomcat: Request Header too large? Resolved!
While working on web applications, developers face common server errors and exceptions in java based web application for example java.lang.IllegalArgumentException.