On Sat, Nov 7, 2009 at 7:51 AM, Maxim Kazitov <[email protected]> wrote: > Is it any way to configure Tomcat to serve static files from particular > folder on the disk ? I suspect It should be some kind of simple application, > but have no idea how to configure it.
You can create a separate Context with an docBase anywhere; see the documentation for your version. -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
