Installing Apache Tomcat 3 on Windows 95, 98 and MEA detailed guide to the installation and configuration of Apache Tomcat version 3 Java servlet and JSP container on Windows 95, 98 and ME.System configuration: autoexec.bat- (Found July 5, 2008 ) The Tomcat installation includes some batch files to conveniently run and stop Tomcat at c:apachetomcatbin. These batch files set their own CLASSPATH environment variable in addition to any already set via the system autoexec.bat script. It is suggested you configure your own startup settings and pre-configure your environment in advance.http://www.codestyle.org/java/servers/tomcat-Win95.shtml#autoexec Tomcat server configuration: server.xml- (Found July 5, 2008 ) The main configuration file for Tomcat is the XML file c:apachetomcatconfserver.xml. The Context elements near the end of the file set the working directories for Java Web applications, and the default docBase attributes are webappsexamples, webappsROOT and webappstest, which represent the working directories on the host machine.http://www.codestyle.org/java/servers/tomcat-Win95.shtml#appconfig JServ integration: ApacheModuleJServ.dll- (Found July 5, 2008 ) The Tomcat and Apache server partnership requires the addition of the Apache JServ module DLL to "hand-off" HTTP requests to Tomcat. A full Apache JServ installation is not necessary for integration with Tomcat, but for reference see this separate article on working with Apache JServ on Windows95.http://www.codestyle.org/java/servers/tomcat-Win95.shtml#jserv Article feedback- (Found July 5, 2008 ) Your comments on this article will be appreciated, please use the form below to submit your views. If you would like a reply or article update notification, include your email address.http://www.codestyle.org/java/servers/tomcat-Win95.shtml#feedback Navigation- (Found July 5, 2008 ) Home pagehttp://www.codestyle.org/java/servers/tomcat-Win95.shtml#sitenav |