Re: deploy outside of appBase w/Manager

2007-10-02 Thread Scott McClanahan
On Tue, 2007-10-02 at 16:51 -0400, nyronian wrote: To put it simply, I would like to use the manager to deploy an app just like auto-deployment works but I need to change the context (path) without changing the name of the war. I am trying to implement the following deployment requirment:

Re: deploy outside of appBase w/Manager

2007-10-02 Thread nyronian
I am on 5.0.25. Here are the different deployments I have tried and the problems I have: First, the context.xml is simple: Context path=/site docBase=/usr/apps/app1 reloadable=false privileged=false / The server.xml Host entry is: Host name=localhost appBase=webapps unpackWARs=false

Re: deploy outside of appBase w/Manager

2007-10-02 Thread nyronian
Excuse me...I meant version 5.5.20 nyronian wrote: I am on 5.0.25. Here are the different deployments I have tried and the problems I have: First, the context.xml is simple: Context path=/site docBase=/usr/apps/app1 reloadable=false privileged=false / The server.xml Host

RE: deploy outside of appBase w/Manager

2007-10-02 Thread Caldarale, Charles R
From: nyronian [mailto:[EMAIL PROTECTED] Subject: Re: deploy outside of appBase w/Manager First, the context.xml is simple: Context path=/site docBase=/usr/apps/app1 reloadable=false privileged=false / As you have discovered, and we have discussed _many_ times on this mailing list

RE: deploy outside of appBase w/Manager

2007-10-02 Thread nyronian
wrote: From: nyronian [mailto:[EMAIL PROTECTED] Subject: Re: deploy outside of appBase w/Manager First, the context.xml is simple: Context path=/site docBase=/usr/apps/app1 reloadable=false privileged=false / As you have discovered, and we have discussed _many_ times on this mailing list

RE: deploy outside of appBase w/Manager

2007-10-02 Thread Caldarale, Charles R
From: nyronian [mailto:[EMAIL PROTECTED] Subject: RE: deploy outside of appBase w/Manager I wanted to do my due diligence before coming up with my own deployment solution (like the scripting solution you recommended). You could probably use the manager as is to do the reload part; it's