DoC Computing Support Group


Java Servlets, JSP, Tomcat

Introduction

Java Servlets are special Java classes that can integrate with an enhanced web server and enable you to dynamically generate web pages by executing Java code - effectively running your code "inside the web server".

Tomcat is such an enhanced web server (strictly a servlet engine) which you can use here at DoC.

For a basic introduction to all the concepts involved, see our:

How's it setup here at DoC?

Show me some examples

 
 

guides/java/servlets (last edited 2010-05-25 20:35:10 by dcw)