2009/12/21 Clay McCoy <cmc...@acteksoft.com>: > Thank you, this got me closer. I have two questions: > > 1) My current web.xml didn't configure the jsp servlet. I haven't had do > configure that for a number of other containers. I don't understand why I > had to do this specifically for Tomcat.
You do not have to do it here either. conf/web.xml provides it for you. You may say that it is merged with your web.xml. I do not know what happened in your case. Maybe you need to read that file programmatically, or maybe it just was not found. > It also seems bizarre that the jsps worked without this jsp servlet in my >standard Tomcat deployment. What should I have read to know about Tomcat >needing a jsp servlet and possibly other related gotchas? Embedded tomcat is not a 'standard' deployment. > Apparently Groovy 1.7 rc2 uses an outdated jsp api (2.0) and Tomcat 6 uses 2.1 Tomcat uses whatever version is specified in your web.xml file. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org