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
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
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
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
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="
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]
> 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
> 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
> 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
> 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
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
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]
--
> 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
17 matches
Mail list logo