When Java developers start talking about application servers, Tomcat is often thrown into the mix. After all, it’s one of the most popular options for lightweight development scenarios, and in many ...
Community driven content discussing all aspects of software development from DevOps to design patterns. If you’re interested in Java based web development, you’ll more than likely need to install ...
Protecting corporate internal networks from hackers, thieves, or high load traffic is a common concern. A typical security measure consists of placing an intermediary Web server, known as an HTTP(S) ...
In order to configure your Tomcat for HTTPS, you must first generate a server certificate for your web site. To do this, you can use the keytool command, which comes with your JDK or JRE. You’ll need ...
Many of you have heard the term clustering. It is being thrown around as a buzzword by sales people, developers and just about anybody that deals with J2EE technology. For a lot of people it just ...