Place the following commands in a batch file, and make sure that thetomcat.execommand is on a single line. set JAVA_HOME=<JDK install directory>set CATALINA_HOME=<Tomcat 4.1.x install directory>set CATALINA_OPTS=<Tomcat options>rem The following command should be on a single line "%CATALIN...