Re: context.xml not being read

2011-10-30 Thread jilen
On 10/29/2011 04:48 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jilen, On 10/27/2011 9:06 PM, jilen wrote: This is the question i've asked before in org.apache.catalina.startup.HostConfig.deployWAR(ContextName, File, String) i found some code like these

Re: context.xml not being read

2011-10-28 Thread Pid *
Raj From: Caldarale, Charles Rchuck.caldar...@unisys.com To: Tomcat Users Listusers@tomcat.apache.org Date: 10/27/2011 05:55 PM Subject: RE: context.xml not being read From: Rajkumar Singh [mailto:rajkumar.si...@digitas.com] Subject: Re: context.xml not being read

Re: context.xml not being read

2011-10-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jilen, On 10/27/2011 9:06 PM, jilen wrote: This is the question i've asked before in org.apache.catalina.startup.HostConfig.deployWAR(ContextName, File, String) i found some code like these context.setName(cn.getName());

context.xml not being read

2011-10-27 Thread Rajkumar Singh
Hello, I am not able to read the environment variable from the server.xml - those are also referenced in the META-INF/context.xml. I am using tomcat version 6.0.29. The tomcat is deployed on the OS Linux I am deploying my source code in some folder called /data2/www/xyz/htdocs/approot. I have

Re: context.xml not being read

2011-10-27 Thread Konstantin Kolinko
2011/10/28 Rajkumar Singh rajkumar.si...@digitas.com: Hello, I am not able to read the environment variable from the server.xml - those are also referenced in the META-INF/context.xml. I am using tomcat version 6.0.29. The tomcat is deployed on the OS Linux I am deploying my source code in

RE: context.xml not being read

2011-10-27 Thread Caldarale, Charles R
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Subject: Re: context.xml not being read Host name=xyz.company.com        Context path=/ docBase=/data2/www/xyz/htdocs/approot reloadable=true debug=0 override=true / /Host You choose to define it in server.xml and thus

Re: context.xml not being read

2011-10-27 Thread Rajkumar Singh
@tomcat.apache.org Date: 10/27/2011 05:33 PM Subject: Re: context.xml not being read 2011/10/28 Rajkumar Singh rajkumar.si...@digitas.com: Hello, I am not able to read the environment variable from the server.xml - those are also referenced in the META-INF/context.xml. I am using tomcat version 6.0.29

RE: context.xml not being read

2011-10-27 Thread Caldarale, Charles R
From: Rajkumar Singh [mailto:rajkumar.si...@digitas.com] Subject: Re: context.xml not being read If the context.xml file is being ignored then why the variable that I have defined in the server.xml is not being read? Should I delete the META-INF/context.xml file completely? Having

RE: context.xml not being read

2011-10-27 Thread Rajkumar Singh
: 10/27/2011 05:55 PM Subject: RE: context.xml not being read From: Rajkumar Singh [mailto:rajkumar.si...@digitas.com] Subject: Re: context.xml not being read If the context.xml file is being ignored then why the variable that I have defined in the server.xml is not being read? Should I

Re: context.xml not being read

2011-10-27 Thread jilen
To: Tomcat Users Listusers@tomcat.apache.org Date: 10/27/2011 05:55 PM Subject: RE: context.xml not being read From: Rajkumar Singh [mailto:rajkumar.si...@digitas.com] Subject: Re: context.xml not being read If the context.xml file is being ignored then why the variable that I have defined