dynamic reloading - jars
Hi,
We have some jars (not listed in the modules.xml) in our ear, from which we want to be able to dynamically reload some classes during development.
Is there a way to expand these jars during deployment, so that we can use the regular dynamic reloading mechanisms?
We use sun app server platform edition 8.1.
Thanks,
Ronny.
[362 byte] By [
rom@ard] at [2007-11-26 10:22:38]

# 2
During development, I suggest to use the redeploy feature.touch domains/domain1/applications/j2ee-modules/appname/.reloadSee the appserver Developer Guide documentation, for detailed settings.
# 3
But in the original question, there are some external jars which are not part of the ear and therefore not exploded as part of the deployment.
I assume these jars are module jars (ejb, war etc) instead of the library jars? For library jars, you probably can just copy the jars to the exploded location and then reload.
For module jars, our current .reload function won't try to explode those jars and redeploy them...