RE: Problem with tomcat welcome page

2011-05-12 Thread Caldarale, Charles R
> From: C0mf0rtably Numb [mailto:08.kus...@gmail.com] > Subject: Problem with tomcat welcome page > I was trying to run tomcat 6.0.32 and after copying the > tomcat files to the directory What files? What directory? Exactly what did you do to install and start Tomcat? Vague descriptions can

Re: Problem with tomcat welcome page

2011-05-12 Thread David Smith
Given this is a reoccurring error: > java.lang.NoSuchMethodError: > javax.servlet.ServletContext.getContextPath()Ljava/lang/String Looks like you are missing possibly the servlet-api jar file or it's in the wrong place. Fix this error and things should work better. BTW ... where did you place t