----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 10:59 AM
Subject: hot deploy of cactus test classes on WLS6.0


> Is there any way to get my test classes to hot deploy on wls6.0 (ie avoid
> having to restart wls after making changes to my unit tests).
>

answer is yes ! (I have done it with WL 5.1 but not WL 6)

> My wls is set up to allow hot deploy of servlets. For this to work the
> servlet classes must NOT be in the classpath.
>
> ... but to run my cactus servlet tests it seems these classes must be in
> the classpath. Catch 22.
>
> Is there any way round this?
>

under WL 5.x, hot deploy would work for the WebappClassLoader (and also the
EJB one but that's another issue), i.e. anything that you put under your
WEB-INF/lib or WEB-INF/classes directories. Just put your classes under test
and your test classes under WEB-INF/classes and it should be fine ...
(that's my understanding at least !)

Tell me how it goes.
Thanks
-Vincent

Reply via email to