Re: context-relative path in JNDI variables

2007-09-12 Thread Pid
Christopher Schultz wrote: > Pid, > > Pid wrote: >> You both could consider using Ant, which would enable you to write a >> script to deploy an application and execute whichever renaming scheme >> you wish to, as you do so. > > The OP /is/ using ant. > > -chris You are quite right. Note to sel

Re: context-relative path in JNDI variables

2007-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Balázs, [EMAIL PROTECTED] wrote: > I posted a similar problem with subject "Context deletion on redeploy", but > got no answer. I'm pretty sure there was a /huge/ thread about that over the last month or so. > I also have to deploy the same war man

Re: context-relative path in JNDI variables

2007-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, Pid wrote: > You both could consider using Ant, which would enable you to write a > script to deploy an application and execute whichever renaming scheme > you wish to, as you do so. The OP /is/ using ant. - -chris -BEGIN PGP SIGNATURE-

Re: context-relative path in JNDI variables

2007-09-12 Thread Pid
aster war itself. This means that I won't be able to >> change the context.xml or the web.xml files, since they will already be >> packaged inside the war archive. So, is there some way to generic-ify the >> context fragment? >> >> Anthony >> >> >> >&

Re: context-relative path in JNDI variables

2007-09-12 Thread terenyi
ome way to generic-ify the > context fragment? > > Anthony > > > > -Original Message- > From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 11, 2007 3:30 PM > To: Tomcat Users List > Subject: Re: context-relative path in JNDI variables >

Re: context-relative path in JNDI variables

2007-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anthony, Arnone, Anthony wrote: > I'd like to be able to use Tomcat's auto deploy feature of the > manager to simply copy the war into the webapps directory, and have > the context come up correctly with its solr home set appropriate to > its deploy-t

RE: context-relative path in JNDI variables

2007-09-11 Thread Arnone, Anthony
ony -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 3:30 PM To: Tomcat Users List Subject: Re: context-relative path in JNDI variables -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anthony, Arnone, Anthony wrote: > I’m trying to s

Re: context-relative path in JNDI variables

2007-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anthony, Arnone, Anthony wrote: > I’m trying to set a system where I can deploy a single .war under > multiple context names (using the ant deploy extensions). Ooh! I love these things. > ant -Ddeploy-path=/app-01 deploy > > ant -Ddeploy-path=/app-

context-relative path in JNDI variables

2007-09-11 Thread Arnone, Anthony
Hello all, I’m trying to set a system where I can deploy a single .war under multiple context names (using the ant deploy extensions). For example: ant -Ddeploy-path=/app-01 deploy ant -Ddeploy-path=/app-02 deploy Both deploy commands use the same .war. However, I’m trying to do somet