Leonard Bedner wrote: > When jsp is taken out of <url-pattern>. it returns the time, and the context > path perfectly. When I add it back though, I just get whitespace. > > Any ideas?
JSP processing is also done by a servlet. You can't have the same resource served by two servlets. Try switching to using the SSI filter. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org