AutoDeployFeature not working? (PE 9.0_01)
I am more asking for confirmation that this is how it is supposed to work and see how others are dealing with it.
I have noticed the following:
1) you can not autodeploy a exploded directory (any attempts just fail)
2) you can autodeploy a .war file, however, removing that .war file does not un-deploy the app
It would be convienient to deploy / un-deploy an app easily for debugging purposes etc. How do others do this? Does everyone always deploy jared up .war files?
Thanks,
Steve
[527 byte] By [
nokill] at [2007-11-26 11:23:10]

# 1
Hi, Steve
>
> 1) you can not autodeploy a exploded directory (any
> attempts just fail)
Yes, you are right. We only support autodeploy of archive and not exploded directory.
If you want to deploy with an exploded directory, you could use either admin cli or admin console to deploy it.
> 2) you can autodeploy a .war file, however, removing
> that .war file does not un-deploy the app
>
No, removing the war should result in auto-undeploying the application. After you remove the archive file from the autodeploy directory, if you look at the server.log, is there anything here?
> It would be convienient to deploy / un-deploy an app
> easily for debugging purposes etc. How do others do
> this? Does everyone always deploy jared up .war
> files?
As I said, you could do directory deployment either via admin cli (the command line mode: asadmin deploy [path to the directory] or via admin console (http://localhost:4848).
- Hong
>
> Thanks,
>
> Steve