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 conte

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.setPath(

Re: context.xml not being read

2011-10-28 Thread Pid *
gt; Thank you everyone who replied to my mail. Please keep up the good work. >> >> Thanks >> Raj >> >> >> >> >> From: >> "Caldarale, Charles R" >> To: >> Tomcat Users List >> Date: >> 10/27/2011 05:55 PM >>

Re: context.xml not being read

2011-10-27 Thread jilen
t 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 in the server.xml is not being read? Should I

RE: context.xml not being read

2011-10-27 Thread Rajkumar Singh
ontext.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 delete the >

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 comple

Re: context.xml not being read

2011-10-27 Thread Rajkumar Singh
: context.xml not being read 2011/10/28 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 >

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 > > > >         > reloadable="true" debug="0" override="true" /> > > > You choose to define it in server.xml and thus context.

Re: context.xml not being read

2011-10-27 Thread Konstantin Kolinko
2011/10/28 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

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