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.

--
Mikolaj Rydzewski <m...@ceti.pl>


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

Reply via email to