On Tue, 28 Dec 2004, Dakota Jack wrote:

> What if you don't include the JSP file but "include" the related JAVA
> file and use CLASSPATH?  Will that work?  You cannot, of course, make
> this dynamic, since you have class loader issues.  The biggest issue
> is the class loader issue.  You might create a set of interfaces and
> implemenations outside your web application that allow dynamic
> reloading.  I don't see, however, why your edited files are not just
> popped into your web application without issues?
>

We would love to be able to pop our edited files back into the web
application, but we don't see an easy way to do that.  The files must be
dynamic, as they will be edited many times over the lifetime of the
current web application.

So far, symbolic linking out of the web application seems to be the only
way we have found to really do this.

Thank you,
-Raiden


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

Reply via email to