Re: ROOT context - WAR is not unpacked

2014-05-14 Thread Mark Thomas
On 14/05/2014 09:04, Junek Leoš wrote: > Hello to all, > > I am using Tomcat 7.0.29 (from ZIP got at Tomcat Apache site), Oracle Linux > 6.4 and want to deploy "myapp" to ROOT context using virtualhost. My actual > settings is according Tomcat documentation > > http://tomcat.apache.org/tomcat-7

RE: Root context switching

2012-09-04 Thread Jeffrey Janner
6 AM > To: Tomcat Users List > Subject: Re: Root context switching > > Hello, > > If my idea was only as simple as renaming it to ROOT.war (this one I > know > of):) > Basic what I want is the same functionality which google apps provides. > So I want to be able to h

Re: Root context switching

2012-09-04 Thread Mikolaj Rydzewski
On 04.09.2012 13:26, Dennie.nl wrote: Basic what I want is the same functionality which google apps provides. So I want to be able to have multiple versions of my application online, let people try the new environment and eventually switch the root context to the new running version. This enab

Re: Root context switching

2012-09-04 Thread chris derham
> > Basic what I want is the same functionality which google apps provides. So > I want to be able to have multiple versions of my application online, let > people try the new environment and eventually switch the root context to > the new running version. This enables my clients to try out the new

Re: Root context switching

2012-09-04 Thread Dennie.nl
Hello, If my idea was only as simple as renaming it to ROOT.war (this one I know of):) Basic what I want is the same functionality which google apps provides. So I want to be able to have multiple versions of my application online, let people try the new environment and eventually switch the root

Re: Root context switching

2012-09-04 Thread chris derham
I am new to Tomcat. What I like to do is to deploy different versions of my > application, for example: > hostname\myappv1 > hostname\myappv2 > > Now I want the ROOT context to be set dynamicly to one of the available > deployed versions. Is this possible? Is there a way to implement this? > > Den

Re: root context path - war file not unwar'd

2009-03-25 Thread Andrew Eells
pid-2 is right in that the path shouldn't be used here, if i remove this Tomcat still deploys myapp.war as "/" as it's using the name of the ROOT.xml file to infer the actual path. i misread the tomcat context documentation http://tomcat.apache.org/tomcat-5.5-doc/config/context.html. deploying y

Re: root context path - war file not unwar'd

2009-03-25 Thread Pid
Andrew Eells wrote: > If it helps it's also possible to deploy your war file with any name at all > and have it deployed as the default context "/" - without the need to name > it ROOT.war. > > The trick is to have it located outside the Tomcat directory and have the > ROOT.xml context docBase po

Re: root context path - war file not unwar'd

2009-03-24 Thread Andrew Eells
If it helps it's also possible to deploy your war file with any name at all and have it deployed as the default context "/" - without the need to name it ROOT.war. The trick is to have it located outside the Tomcat directory and have the ROOT.xml context docBase point to it whilst setting path="

Re: root context path - war file not unwar'd

2009-01-20 Thread AD
Thanks charles, i thought there was an easier way to make a default webapp other than naming it ROOT.war. I will give that a shot to see if it works. Adam On Mon, Jan 19, 2009 at 10:36 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: AD [mailto:straightfl...@gmail.com]

RE: root context path - war file not unwar'd

2009-01-19 Thread Caldarale, Charles R
> From: AD [mailto:straightfl...@gmail.com] > Subject: root context path - war file not unwar'd > > I have an issue where inside a i set the context path > of "/" to a directory inside webapps (myapp). This is bad practice, and gets your webapp deployed twice. Sounds like you also didn't remove

RE: Root context setup

2007-03-07 Thread Caldarale, Charles R
> From: Jim Goodspeed [mailto:[EMAIL PROTECTED] > Subject: Re: Root context setup > > Should I delete the contents of this directory everytime I > deploy a new war file? I don't really know if it's required, but I always do (or rather, the deployment script alway

Re: Root context setup

2007-03-07 Thread Jim Goodspeed
> From: Jim Goodspeed [mailto:[EMAIL PROTECTED] > Subject: Re: Root context setup > > Is there another way to accomplish this though? Don't put the .war file in Tomcat's directory structure. Instead, put a ROOT.xml file in conf/Catalina/[hostname] that contains a element w

RE: Root context setup

2007-02-16 Thread Caldarale, Charles R
> From: Jim Goodspeed [mailto:[EMAIL PROTECTED] > Subject: Re: Root context setup > > Is there another way to accomplish this though? Don't put the .war file in Tomcat's directory structure. Instead, put a ROOT.xml file in conf/Catalina/[hostname] that contains a

Re: Root context setup

2007-02-16 Thread Jim Goodspeed
Thanks Hassan. Is there another way to accomplish this though? I would really like to keep the name of the war file to the name of the application. We have several different apps and it would be much easier from a organizational point of view if we were able to customize the name of the war fil

Re: Root context setup

2007-02-16 Thread Hassan Schroeder
On 2/16/07, Jim Goodspeed <[EMAIL PROTECTED]> wrote: I want myapp.war to be the default application Name it ROOT.war, which Tomcat recognizes as the default context. HTH, -- Hassan Schroeder [EMAIL PROTECTED] --

RE: root context

2006-01-21 Thread Caldarale, Charles R
> From: ALEX HYDE [mailto:[EMAIL PROTECTED] > Subject: root context > > Is it posible to set the root context to be a directory that > doesn't yet exist, ie, a war file, that is yet to be > exploded. Tomcat complained it could not find the context. Just name your .war file ROOT.war (caps requi