the welcome page doesnt display while deployed in tomcat 7 , why?
Asked
Active
Viewed 413 times
1
-
I would look at this question: http://stackoverflow.com/questions/5624568/servlet-as-welcome-file-list-in-tomcat-7. The servlet spec changed slightly regarding welcome files and Tomcat 7 has been updated to handle it whereas Tomcat 6 and Jetty haven't. – Brian Deterling Jan 11 '12 at 20:41