How do I run TomCat on WinME?
You have to fix several problems: Change the properties of the TOMCAT icon to increase environment memory to 32K; NOTE for this to work, you must double click on the TOMCAT icon in Windows Explorer (i.e. running from the DOS prompt still doesn’t work though; aargh). in /tomcat/bin/tomcat.bat, change: set _STARTJAVA=start “%JAVA_HOME%\bin\java” to: set _STARTJAVA=”%JAVA_HOME%\bin\java” i.e. get rid of that start thinggy (I think that is NTism).