problem starting tomcat3.2.2 for the first time

2001-05-31 Thread steve gold
Hello, I'm trying to get started using Tomcat3.2.2 and I am getting the following exception when I run the startup.bat file: Exception in thread main java.lang.NoClassDefFoundError: org/apache/tomcat/util/xml/PopStack at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:178)

Re: Apache - Tomcat Examples not working

2001-05-30 Thread steve gold
Phillip, Tomcat uses port 8080 as a default; 8080 is not, however the default http port. So http://localhost/examples/servlet/HelloWorldExample is actually equivalent to http://localhost:8000/examples/servlet/HelloWorldExample (8000 is the default port for http used by most browsers). Tomcat's