RE: Setting context in tomcat6

2008-07-23 Thread Caldarale, Charles R
> From: Marco de Booy [mailto:[EMAIL PROTECTED] > Subject: RE: Setting context in tomcat6 > > Since path does not work I can not 'rename' it with the > META-INF/context.xml. Neither gives putting the file > myapp.xml in the conf/localhost the possibility to '

RE: Setting context in tomcat6

2008-07-23 Thread Caldarale, Charles R
> From: vibhuti [mailto:[EMAIL PROTECTED] > Subject: RE: Setting context in tomcat6 > > if I want that URL http://localhost:8080/ should > redirect user to the home page of my application > then what should I do? The default webapp must be named ROOT (case sensitive). You'

RE: Setting context in tomcat6

2008-07-23 Thread Marco de Booy
vibhuti-2 wrote: > > Correct; again, the name of the webapp is the URL path to it. > >> Is there any other way also to set explicit contexts? > > Not really. Name your webapp properly and you won't have a problem. Just > follow the standard practice. > > - Chuck > Just to be sure that I

RE: Setting context in tomcat6

2008-07-23 Thread vibhuti
er.xml or using a element in server.xml will have some adverse effects on the way web application behaves. Thanks -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 11:55 AM To: Tomcat Users List Subject: RE: Setting context in tomc

RE: Setting context in tomcat6

2008-07-22 Thread Caldarale, Charles R
> From: vibhuti [mailto:[EMAIL PROTECTED] > Subject: RE: Setting context in tomcat6 > > If what is written in tomcat docs is not inconsistent > then why I am not able to set an explicit context for > my web application by the following entries in myapp.xml > (placed at /co

RE: Setting context in tomcat6

2008-07-22 Thread vibhuti
t will be great if anyone could answer the above queries. -Original Message- From: Charles Caldarale [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2008 6:55 PM To: Tomcat Users List Subject: Re: Setting context in tomcat6 On Jul 18, 2008, at 2:12, "vibhuti" <[EMAIL PROT

Re: Setting context in tomcat6

2008-07-18 Thread Charles Caldarale
On Jul 18, 2008, at 2:12, "vibhuti" <[EMAIL PROTECTED]> wrote: This is mentioned in tomcat documentation and I just followed what was written there. Here is the link: http://tomcat.apache.org/tomcat-6.0-doc/config/context.html If this is erroneous then renaming or using filter are the only wa

RE: Setting context in tomcat6

2008-07-18 Thread vibhuti
n renaming or using filter are the only ways? Thanks -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 7:44 PM To: Tomcat Users List Subject: RE: Setting context in tomcat6 > From: vibhuti [mailto:[EMAIL PROTECTED] > Subject: RE:

RE: Setting context in tomcat6

2008-07-16 Thread Caldarale, Charles R
> From: vibhuti [mailto:[EMAIL PROTECTED] > Subject: RE: Setting context in tomcat6 > > why is it that in tomcat5 we define a context descriptor > file myapp.xml in /tomcat/conf/Catalina/localhost folder > and a default context could be set but in tomcat6 it > doesn't

RE: Setting context in tomcat6

2008-07-16 Thread vibhuti
Sent: Tuesday, July 15, 2008 7:28 PM To: Tomcat Users List Subject: Re: Setting context in tomcat6 vibhuti wrote: > Thanks a lot for the prompt reply. I have tried doing that but in that case > I will not be able to access my application using URL > http://localhost:8080/myapp/, I'

RE: Setting context in tomcat6

2008-07-15 Thread Caldarale, Charles R
> From: vibhuti [mailto:[EMAIL PROTECTED] > Subject: RE: Setting context in tomcat6 > > I will not be able to access my application using URL > http://localhost:8080/myapp/, I'll just be able to access it using > http://localhost:8080/ > I want the users of my web applic

Re: Setting context in tomcat6

2008-07-15 Thread Mark Thomas
vibhuti wrote: Thanks a lot for the prompt reply. I have tried doing that but in that case I will not be able to access my application using URL http://localhost:8080/myapp/, I'll just be able to access it using http://localhost:8080/ I want the users of my web application to be able to access it

RE: Setting context in tomcat6

2008-07-15 Thread vibhuti
h the URLs. This is the requirement of our project. Thanks Vibhuti -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 6:44 PM To: Tomcat Users List Subject: Re: Setting context in tomcat6 Rename your app ROOT (case is important here) and it will b

Re: Setting context in tomcat6

2008-07-15 Thread David Smith
Rename your app ROOT (case is important here) and it will become the default webapp. --David vibhuti wrote: Hi I've been trying to set my application as default application using tomcat6 but none of the approaches I tried worked. First, I created a file .xml in /tomcat/conf/Catali