RE: Deploying unpacked war file

2006-01-09 Thread Caldarale, Charles R
> From: Charl Gerber [mailto:[EMAIL PROTECTED] > Subject: Re: Deploying unpacked war file > > Where can I get a reference of all the possible > attributes I can set? The Tomcat doc lists all the attributes for . See: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

Re: Deploying unpacked war file

2006-01-08 Thread Charl Gerber
Thanks > Mauro > -- > > Charl Gerber wrote: > > >Sry, > > > >I want to deploy a .war without letting Tomcat > unpack > >it. > > > > > >--- "Caldarale, Charles R" > ><[EMAIL PROTECTED]> wrote: > >

Re: Deploying unpacked war file

2006-01-07 Thread Mauro Bertapelle
bject: Deploying unpacked war file How do you deploy an unpacked .war file in Tomcat 5.5.12 and not let Tomcat have it unpacked? Sorry, but the wording of the above question makes no sense to me. Can you rephrase? Where can I get a reference of all the settings you can use in

RE: Deploying unpacked war file

2006-01-07 Thread Charl Gerber
Sry, I want to deploy a .war without letting Tomcat unpack it. --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Charl Gerber [mailto:[EMAIL PROTECTED] > > Subject: Deploying unpacked war file > > > > How do you deploy an unpacked .w

RE: Deploying unpacked war file

2006-01-06 Thread Caldarale, Charles R
> From: Charl Gerber [mailto:[EMAIL PROTECTED] > Subject: Deploying unpacked war file > > How do you deploy an unpacked .war file in Tomcat > 5.5.12 and not let Tomcat have it unpacked? Sorry, but the wording of the above question makes no sense to me. Can you rephrase? >

Deploying unpacked war file

2006-01-06 Thread Charl Gerber
How do you deploy an unpacked .war file in Tomcat 5.5.12 and not let Tomcat have it unpacked? In 4.1.x it was easy: you just placed an "myapp.xml" context descriptor in the /webapps directory and that pointed to where the .war was (anywhere you want it to be). I tried this approach in 5.5.12, but