Mikolaj Rydzewski schrieb: > Simon Kitching wrote: >> I have noticed that the server.xml can be configured to point to a >> custom DirContext class, like this: >> <Context ....> >> <Resources className="my.custom.dircontext.impl"/> >> </Context> >> > I don't know anything about above solution. > But for sure you can precompile all JSPs, pack resulting classes into > jarfile and provide appropiate servlet mappings in web.xml. I believe, > that there's ant task to perform all required steps. > Yes, that is possible. But it is rather a nuisance, and doesn't help with serving other resources like images and javascript.
It also isn't portable across different servlet-containers, ie a project cannot provide a "precompiled" download which works across different containers. I'm really surprised that there isn't more interest in serving webapp resources directly from jarfiles. I'll go investigate whether Jetty offers this feature.. Thanks to all who offered suggestions on this thread. Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org