I have always found Wikipedia to be a good knowledge-base regarding Java-related documentation. Thus, I did a search for Apache via http://en.wikipedia.org and came across Tomcat.
I was already aware of Java Application Server but did not know much about how to deploy Java code from Apache servers. This is where Tomcat comes in.
Tomcat is an Apache technology for deploying Java code. First, my thought was, "alright, simply deploy a *.jar file from Tomcat. Well, I began reading about .war files, or "web archive" files, very similar to a Java Archive File. When the Java code is encompassed within a .war file, it can then be deployed via Tomcat.
I will be reading and posting more on my little learning trail and appreciate any corrections and feedback.
Thanks,
Demirelli

