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
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
>
> 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
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
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