I have been boiling over this problem for the last 2 days and I have finally solved it, so i thought I would throw a post here explaining the problem and how I solved it. I am using Windows 98, Apache 1.3.9 and Tomcat 3.1. First the problem: Everything was set properly: CLASSPATH, JAVA_HOME, TOMCAT_HOME, etc. BUT evertime I would try to launch Tomcat it would close down with a java class defintion error. The problem was my environment was "out of space". Solution: I used the following line of code to increase the size of my environment space.( thanks to deja.com) Shell=3DC:\COMMAND.COM C:\ /E:1024 /P Hope this helps someone else out. tj ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
