RE: Setting context in tomcat6

2008-07-23 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 /conf/Catalina/localhost) You're

RE: Setting context in tomcat6

2008-07-23 Thread vibhuti
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 tomcat6 From: vibhuti [mailto:[EMAIL

RE: Setting context in tomcat6

2008-07-23 Thread Marco de Booy
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 'rename' myapp-version to myapp. Marco -- View this message in context: http://www.nabble.com/Setting-context-in-tomcat6-tp18464841p18609619

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'll need to delete (or rename

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 'rename' myapp-version to myapp. Correct

RE: Setting context in tomcat6

2008-07-22 Thread vibhuti
twice or rename any folder. It 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

RE: Setting context in tomcat6

2008-07-18 Thread vibhuti
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: Setting context

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

RE: Setting context in tomcat6

2008-07-16 Thread vibhuti
: 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'll just be able

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 work. Depends on what you mean

Setting context in tomcat6

2008-07-15 Thread vibhuti
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 app-name.xml in /tomcat/conf/Catalina/localhost folder but this did not make my application default. It worked on tomcat5 but not on tomcat6.

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 app-name.xml in

RE: Setting context in tomcat6

2008-07-15 Thread vibhuti
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 become

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

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 application to be able to access

context and tomcat6

2007-06-24 Thread daniel steel
All, we have couple of context defined, where the docbase is pointing to an another machine in the same network. but for some reason, in tomcat6 after some time after the start of tomcat the contexts gets undeployed and the context files are deleted. we have defined context under

Re: context and tomcat6

2007-06-24 Thread Mark Thomas
daniel steel wrote: All, we have couple of context defined, where the docbase is pointing to an another machine in the same network. but for some reason, in tomcat6 after some time after the start of tomcat the contexts gets undeployed and the context files are deleted. we have