Yes, I am a "newbie", but... Installed Tomcat 4.0.2 (precompiled version) (on Mac OS X (That's unix) ) in a directory I called "Tomcat".
Tomcat starts just fine with this script: #!/bin/sh export CATALINA_HOME=/Tomcat/jakarta-tomcat-4.0.2 export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home $CATALINA_HOME/bin/startup.sh I get the default html-pages in "ROOT" no problem. I can also run JSP-pages from "ROOT". But nothing in "examples" works! (I didn't change anything during installation, and there are lots of files and folder present in "examples"..) Shouldn't I at least be able to expect at least the enclosed examples to run corectly "out of the box"?.. Terje -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
