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 desc

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

Problem with tomcat welcome page

2011-05-12 Thread C0mf0rtably Numb
Hello everyone, I was trying to run tomcat 6.0.32 and after copying the tomcat files to the directory I tried to go to the welcome page localhost:8080 in mozilla firefox but it shows a blank page. I tried making an html page and then went to localhost:8080/test.html but that is also blank. Please