On 28 November 2010 16:51, <lprefonta...@softaddicts.ca> wrote:

> We use a dedicated servlet for every web app to make sure all prerequisites
> are met. Since it's loaded first, we can find problems by looking at a
> single
> piece of the log files just after the container messages announcing that
> it's loading the app.
>

There's also ServletContextListener (
http://download.oracle.com/javaee/5/api/javax/servlet/ServletContextListener.html),
which is configured in web.xml too.

Regards,
Stuart

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to