Re: Tomcat 6.0 CLASSPATH query

2012-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 12/9/12 2:06 PM, vicky wrote: > Thanks MARK/CHRIS for all earnest replies, i really owe you guys > for your replies. > > Exporting CLASSPATH wont work ad i believe that Tomcat "catalina.sh > " will ignore it. > > Anyway i am able to fet

Re: Tomcat 6.0 CLASSPATH query

2012-12-09 Thread Pid *
On 9 Dec 2012, at 16:58, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Pid, > > On 12/9/12 4:31 AM, Pid * wrote: >> On 8 Dec 2012, at 20:57, "vicky007aggar...@yahoo.co.in" >> wrote: >> >>> Thanks Mark >>> >>> Sorry for the confusion i created related to my re

Re: Tomcat 6.0 CLASSPATH query

2012-12-09 Thread Mark Eggers
On 12/9/2012 12:26 PM, Caldarale, Charles R wrote: From: Mark Eggers [mailto:its_toas...@yahoo.com] Subject: Re: Tomcat 6.0 CLASSPATH query Another option is to use a VirtualClassLoader and add some random path (/etc/myawesomewebapps/) to it in all webapps. That's only available in T

RE: Tomcat 6.0 CLASSPATH query

2012-12-09 Thread Caldarale, Charles R
> From: Mark Eggers [mailto:its_toas...@yahoo.com] > Subject: Re: Tomcat 6.0 CLASSPATH query > > Another option is to use a VirtualClassLoader and add some random path > > (/etc/myawesomewebapps/) to it in all webapps. > That's only available in Tomcat 7, yes? Presu

Re: Tomcat 6.0 CLASSPATH query

2012-12-09 Thread vicky
share """" else we can close this email thread"""" Thanks, VIcky From: Mark Eggers To: Tomcat Users List Sent: Sunday, 9 December 2012 10:43 PM Subject: Re: Tomcat 6.0 CLASSPATH query Reply is inline. Please do not top p

Re: Tomcat 6.0 CLASSPATH query

2012-12-09 Thread Mark Eggers
On 12/9/2012 8:55 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pid, On 12/9/12 4:31 AM, Pid * wrote: On 8 Dec 2012, at 20:57, "vicky007aggar...@yahoo.co.in" wrote: Thanks Mark Sorry for the confusion i created related to my requirements. 5 Out of 6 requir

Re: Tomcat 6.0 CLASSPATH query

2012-12-09 Thread Mark Eggers
s To: Tomcat Users List Sent: Sunday, 9 December 2012 12:23 AM Subject: Re: Tomcat 6.0 CLASSPATH query Comments inline below (a bit fuzzy from the move yet). On 12/8/2012 9:58 AM, vicky wrote: I have read the Tomcat 6.0 classloader documentation(below link), from this what i understood is

Re: Tomcat 6.0 CLASSPATH query

2012-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pid, On 12/9/12 4:31 AM, Pid * wrote: > On 8 Dec 2012, at 20:57, "vicky007aggar...@yahoo.co.in" > wrote: > >> Thanks Mark >> >> Sorry for the confusion i created related to my requirements. 5 >> Out of 6 requirements you stated below are correc

Re: Tomcat 6.0 CLASSPATH query

2012-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pid, On 12/8/12 12:04 PM, Pid * wrote: > On 8 Dec 2012, at 03:29, "vicky007aggar...@yahoo.co.in" > wrote: > >> Application is deployed under tomcat webapps directory . It tries >> to refer to application specific properties file from tomcat >> cl

Re: Tomcat 6.0 CLASSPATH query

2012-12-09 Thread Pid *
ceAsStream(configfile); >>> >>> Where configfile is the complete classpath to your resource. >>> >>> This is nice. It works in exploded WARs, it works in WAR files, it >>> works in JARs. >>> >>> No mucking about with CLASSPATH. No polluting oth

Re: Tomcat 6.0 CLASSPATH query

2012-12-08 Thread vicky007aggarwal
ve any better way out ..please >> suggest. >> >> Appreciated all of your help >> >> Thanks for ur time Vicky >> >> >> From: Mark Eggers >> To: Tomcat Users List >> Sent: Sunday, 9 December 2012 12:23 AM >> Subject: Re: Tomcat 6.0 CLASS

Re: Tomcat 6.0 CLASSPATH query

2012-12-08 Thread Mark Eggers
Based on afore said concerns, do you have any better way out ..please suggest. Appreciated all of your help Thanks for ur time Vicky From: Mark Eggers To: Tomcat Users List Sent: Sunday, 9 December 2012 12:23 AM Subject: Re: Tomcat 6.0 CLASSPATH query Comments

Re: Tomcat 6.0 CLASSPATH query

2012-12-08 Thread vicky
__ From: Mark Eggers To: Tomcat Users List Sent: Sunday, 9 December 2012 12:23 AM Subject: Re: Tomcat 6.0 CLASSPATH query Comments inline below (a bit fuzzy from the move yet). On 12/8/2012 9:58 AM, vicky wrote: > > I have read the Tomcat 6.0 classloader documentation(below

Re: Tomcat 6.0 CLASSPATH query

2012-12-08 Thread Mark Eggers
_____ From: Pid * To: Tomcat Users List Sent: Saturday, 8 December 2012 10:34 PM Subject: Re: Tomcat 6.0 CLASSPATH query On 8 Dec 2012, at 03:29, "vicky007aggar...@yahoo.co.in" wrote: Application is deployed under tomcat webapps directory . It tries to refer to application spec

Re: Tomcat 6.0 CLASSPATH query

2012-12-08 Thread vicky
_HOME/lib or bin" location ,these are read only directories http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html Thanks for your help Vicky From: Pid * To: Tomcat Users List Sent: Saturday, 8 December 2012 10:34 PM Subject: Re: Tomcat 6.0 CL

Re: Tomcat 6.0 CLASSPATH query

2012-12-08 Thread Pid *
On 8 Dec 2012, at 03:29, "vicky007aggar...@yahoo.co.in" wrote: > Application is deployed under tomcat webapps directory . It tries to refer to > application specific properties file from tomcat classpath, for that we > copied it under tomcat bin directory. > > My query is that does this is the

Re: Tomcat 6.0 CLASSPATH query

2012-12-07 Thread vicky007aggarwal
Application is deployed under tomcat webapps directory . It tries to refer to application specific properties file from tomcat classpath, for that we copied it under tomcat bin directory. My query is that does this is the right way to add properties file to tomcat classpath? Thanks for ur hel

Re: Tomcat 6.0 CLASSPATH query

2012-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 12/7/12 11:48 AM, vicky wrote: > I have a requirement in which i need to add couple of properties > files to tomcat CLASSPATH as these are needed for my application > deployed in Tomcat 6.0. > > One strange thing is that, i need to add

Re: Tomcat 6.0 CLASSPATH query

2012-12-07 Thread Konstantin Kolinko
2012/12/7 vicky : > Hi Guys, > > I have a requirement in which i need to add couple of properties files to > tomcat CLASSPATH as these are needed for my application deployed in Tomcat > 6.0. > > One strange thing is that, i need to add the all my properties files to > "/bin" directory else these