Joe Bohn wrote:
Aaron Mulder wrote:
...now works if you copy your module JAR into geronimo/deploy/ -- let
me know how it goes. :)
Aaron
P.S. You can adjust the directory and frequency in config.xml:
<gbean name="HotDeployer">
<attribute name="path">deploy</attribute>
<attribute name="pollIntervalMillis">2000</attribute>
</gbean>
but is there any way to target a specific container at deploy time
when the dependency is generic?
The whole intent of hot deploy is so you don't have to think about and
have to specify these things during deployment. You just drop it in and
pray. Default everything you can.
Also, how do you specify a plan that is external from the archive?
You can't. (at least not now). Plan needs to contained within the archive.