On Wed, 4 Apr 2001, Taylor, Richard wrote:

> So in order to deploy my web-app (the whole point of which is that it can be
> deployed easily in any compliant container), you are suggesting that I have
> to move directories contained withing my web-app just so that I can serve
> any static content within it from Apache?

I agree it is not perfect, but it is a way to do it. Apache cannot change
contexts dynamically, so if you don't want to edit httpd.conf and reload
each time you redeploy, you need to have your static content apart. You
can either copy it to a fixed place or play with symlinks.

Sebastien


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to