On Wed, 22 Jan 2003, David Keyes wrote:

> Date: Wed, 22 Jan 2003 15:53:22 -0500
> From: David Keyes <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: RE: Resources for a Context
>
> So what mechanism would you suggest for making MORE than one Resources
> directory available for a Context?

* Modify Tomcat to support multiple resources directories
  (It's open source :-).  Note that you're violating the letter
  and spirit of the servlet spec's requirements on webapp
  organization, so it would be problematic accepting such a
  change back into Tomcat's core.

* Use symbolic links (which doesn't help Windows users much).

* Build deployment scripts that copy everything you need in the webapp
  together.

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to