"xxxx_HOME" should point to
product home directory, not the "bin" directory.
You should have something more like:
I don't know any uses for "_TOMCAT_HOME" or "_CLASSPATH". TOMCAT mostly does its own classpath management via designated internal directories (%TOMCAT_HOME%\lib\xxx). See the Tomcat3 docs at jakarta.apache org for details on that, and be sure you're not looking at the Tomcat 4 docs, since they have a different library directory organization.
[ August 28, 2002: Message edited by: Tim Holloway ]