* NOTE: You MUST have a jdk installed on your hard drive for tomcat to be able to use class files.

* for a jdk, visit www.sun.com

-----------------------------------------------------
** Setup For Tomcat:

** Extract the tomacat zip file to C:\tomcat, where C: is your hard drive
** [Tomcat must be running for the dilbert.jsp file to work.--> C:\tomcat\bin\startup.bat (startup file)]
** create a directory --> C:\tomcat\webapps\DesktopManager (put html and jsp files in this folder)
** " dir --> C:\tomcat\webapps\DesktopManager\WEB-INF\classes (put class files in here)

** Edit the tomcat.bat batch file with notepad. (location:  C:\tomcat\bin)
** Set JAVA HOME: You must use the batch command: SET JAVA_HOME = %PATH%, where %PATH% is the jdk path
** You may also need to set your CLASSPATH, and/or TOMCAT_HOME.
** Now you will be able to run Tomcat.

* For additional instructions read Desktop.html notes.
* Tech Support: BMCWebDesign@hotmail.com