Right from day one, the standard format for packaging Java programs was the Java ARchive, or JAR file for short. There's nothing particularly interesting about a JAR file. At its heart, it's simply a ...
One of the most extended belief about web applications is that most of them are insecure. This opinion is supported by statistics published by SANS [1] which show that almost half the vulnerabilities ...
In a previous article, I discussed Apache Tomcat, which is the ideal way to run Java applications from your server. I explained that you can run those apps from Tomcat's default 8080 port, or you can ...