Re: setclasspath vs. setenv

2010-11-18 Thread Mark Thomas
On 18/11/2010 14:40, Thangalin wrote: > Hi, > > Here's the situation, then. There are ways to do what you are trying to do but the dev list is not the place for that discussion. Please move this discussion to the users list. Mark -

Re: setclasspath vs. setenv

2010-11-18 Thread Thangalin
Hi, Here's the situation, then. The iReport tool (and hence JasperReports) bundles scores of JAR files across two different directories. (One of these JAR files conflicts with a JAR file deployed by Tomcat.) For development purposes it makes sense to have Tomcat and iReport installed on the same

RE: setclasspath vs. setenv

2010-11-17 Thread Caldarale, Charles R
> From: Thangalin [mailto:thanga...@gmail.com] > Subject: setclasspath vs. setenv > I find it odd that nowhere in that file is the classpath environment > variable actually set. That's because the CLASSPATH environment variable is inherently evil. Don't ever use it (goes double for Tomcat). A

Re: setclasspath vs. setenv

2010-11-17 Thread Konstantin Kolinko
2010/11/17 Thangalin : > Hi, > > Judging by its name alone, I would have thought that "setclasspath" (.bat or > .sh) would be a place to put custom code that sets the classpath before > Tomcat starts, or stops. > Setting CLASSPATH explicitly is a bad idea. The cases when it is needed in Tomcat ar

Re: setclasspath vs. setenv

2010-11-17 Thread Pid
On 17/11/2010 20:35, Thangalin wrote: > Hi, > > Judging by its name alone, I would have thought that "setclasspath" (.bat or > .sh) would be a place to put custom code that sets the classpath before > Tomcat starts, or stops. > > I find it odd that nowhere in that file is the classpath environmen