Most of the tutorials on this page are Flash presentations. Generally the tutorials just show you how to do something, only occasionally pausing to give you extra information in a pop-up dialog. To continue the tutorial after this point, click the next button (which is usually found at the bottom of the page). Note that at any time you can pause and/or rewind (click anywhere on the presentation timeline) the presentation using the controls at the bottom of the page.
cd <to-where-you-want-the-dir-to-reside> mkdir wea cd wea
tar xf tomcat41.tar
eclipse_se &from a shell.
wea/eclipse32
/encs/pkg/j2sdk-1.5.0/root
Test Tomcat by creating and viewing "Hello Web" static and dynamic pages. Follow these steps:
response.setContentType("text/html");
PrintWriter out = response.getWriter();
out.println("Hello web (from the servlet)!");
out.close();
Once you are done:
Last updated by P. Chalin,