Re: Manager deploy when unpackWARs = false

2003-09-22 Thread Amy Roh
Remy Maucherat wrote: Amy Roh wrote: Local deploys do not copy the WAR over. So local deploy is *not* persistant until we implement to save config. This is what I was referring to. Fixing the bug is rather annoying, and the amount of stuff which should be automated is quite big, and seems

Re: Manager deploy when unpackWARs = false

2003-09-22 Thread Remy Maucherat
Amy Roh wrote: Remy Maucherat wrote: Fixing the bug is rather annoying, and the amount of stuff which should be automated is quite big, and seems not worth it. Instead, I'd like to remove local deploy from the manager servlet (IMO, it's useless). If using the Ant tasks to do a local deploy, then

Re: Manager deploy when unpackWARs = false

2003-09-21 Thread Remy Maucherat
Amy Roh wrote: Local deploys do not copy the WAR over. So local deploy is *not* persistant until we implement to save config. This is what I was referring to. Fixing the bug is rather annoying, and the amount of stuff which should be automated is quite big, and seems not worth it. Instead, I'd

Manager deploy when unpackWARs = false

2003-09-19 Thread Amy Roh
Deployed webapps don't survive restart if Host unpackWARs is set to false. Is this expected behavior? Thanks, Amy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Manager deploy when unpackWARs = false

2003-09-19 Thread Remy Maucherat
Amy Roh wrote: Deployed webapps don't survive restart if Host unpackWARs is set to false. Is this expected behavior? It works fine for me. If you're using install then don't, I've deprecated it (it's been confusing people), and deploy should be used instead. If you want to save after an

Re: Manager deploy when unpackWARs = false

2003-09-19 Thread Amy Roh
Amy Roh wrote: Deployed webapps don't survive restart if Host unpackWARs is set to false. Is this expected behavior? It works fine for me. Are you using HTMLManager? Amy If you're using install then don't, I've deprecated it (it's been confusing people), and deploy should be used

Re: Manager deploy when unpackWARs = false

2003-09-19 Thread Amy Roh
Of course. It corresponds to using the deploy task. After deploying, the WAR should be in the host appBase. I might be on crack again but my WAR doesn't get copied over to the host appBase (webapps). If I set unpackWARs to true the war gets unpacked into its directory under webapps. Amy

Re: Manager deploy when unpackWARs = false

2003-09-19 Thread Amy Roh
Local deploys do not copy the WAR over. So local deploy is *not* persistant until we implement to save config. This is what I was referring to. I'm talking about the Upload a WAR which will copy the WAR to the appBase. I know this one works. :-) (please, don't always try to use the only