Re: [Resin-interest] Classpath problem

2007-09-11 Thread Janene McCrillis
CTED]> Subject: Re: [Resin-interest] Classpath problem To: General Discussion for the Resin application server Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed I will reiterate Daniel's good advice: never put application

Re: [Resin-interest] Classpath problem

2007-09-10 Thread Joe Dane
I will reiterate Daniel's good advice: never put application libraries/classes in the "global" classpath, unless you are absolutely certain you know what you're doing. Even then, you probably should avoid the practice. As to your particular problem, I notice that the error message seems

Re: [Resin-interest] Classpath problem

2007-09-10 Thread Janene McCrillis
AM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] Classpath problem Having the same library twice in the classpath is a sure recipe for unexpected behaviour, as depending on the way some classes are loaded/used, you will get ClassDefNotFoundException and s

Re: [Resin-interest] Classpath problem

2007-09-10 Thread Daniel López
Janene McCrillis escribió: > I have a problem with my classpath that has me baffled. I'm using the > Apache commons libraries in a small servlet. I have the Apache commons > jar files in both my web-app library directory and also in my resin > library directory... Having the same library twice in

[Resin-interest] Classpath problem

2007-09-07 Thread Janene McCrillis
I have a problem with my classpath that has me baffled. I'm using the Apache commons libraries in a small servlet. I have the Apache commons jar files in both my web-app library directory and also in my resin library directory, but the servlet fails to start because of unresolved compilation issues

Re: [Resin-interest] Classpath problem

2007-06-08 Thread atomi . archive
eniently set environment, though usages are rare. > > > From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Tim Manchester [EMAIL > PROTECTED] > Sent: Friday, June 08, 2007 2:25 PM > To: resin-interest@caucho.com > Subject: [Resin-int

Re: [Resin-interest] Classpath problem

2007-06-08 Thread atomi . archive
tly set environment, though usages are rare. > > > From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Tim Manchester [EMAIL > PROTECTED] > Sent: Friday, June 08, 2007 2:25 PM > To: resin-interest@caucho.com > Subject: [Resin-interest] Classpath problem > > I&

Re: [Resin-interest] Classpath problem

2007-06-08 Thread Gary Zhu
TECTED] On Behalf Of Tim Manchester [EMAIL PROTECTED] Sent: Friday, June 08, 2007 2:25 PM To: resin-interest@caucho.com Subject: [Resin-interest] Classpath problem I'm trying to use the jsp compiler and I know I must be having classpath problems. When I attempt to execute the following comm

[Resin-interest] Classpath problem

2007-06-08 Thread Tim Manchester
I'm trying to use the jsp compiler and I know I must be having classpath problems. When I attempt to execute the following command: C:\resin30\resin-3.0.22\lib>java com.caucho.jsp.JspCompiler -app-dir "/opt/www/foo" test/foo.jsp I get the following exception: Exception in thread "main" java.lang.