On Mon, Mar 9, 2009 at 05:13, Gregor Schneider <rc4...@googlemail.com> wrote:
> JSPs in WEB-INF-folder?
>
> Well, I'm not familiar with Spring, however, *that* concept is
> completely new to me...

Really? That's how I write all my apps! Requests are handled by
servlets, which forward to JSPs to format their output. Since the JSPs
are not intended to be served to clients directly, they must reside
under WEB-INF.

Spring is an application framework that does basically the same thing,
and a typical Spring app has JSPs stored in WEB-INF.
-- 
Len

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to