RE: Semi-OT: Organizing WEB-INF/lib dir...

2004-06-04 Thread Satish Kataria
Instead of you putting all the jar files in the WEB-INF/lib folder I would suggest that create a directory structure for libraries aoutside WEB-INF Advantages of this is this approach is cleaner and easily mantainable as You can add any new libraries with minimum of effort e.g the directory stru

Re: Semi-OT: Organizing WEB-INF/lib dir...

2004-06-04 Thread Frank Zammetti
uired, i.e., can you just take the latest JAR and have everything work with that? Frank From: Riyad Kalla <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Semi-OT: Organizing WEB

RE: Semi-OT: Organizing WEB-INF/lib dir...

2004-06-04 Thread Frank Zammetti
<[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: RE: Semi-OT: Organizing WEB-INF/lib dir... Date: Fri, 4 Jun 2004 10:05:42 +0530 Well I have done that. I have created a directory under lib and included struts.jar in it. This is running fine in JDeveloper when I added the path to the classpath

Re: Semi-OT: Organizing WEB-INF/lib dir...

2004-06-04 Thread Riyad Kalla
- From: "Joe Hertz" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, June 03, 2004 10:29 PM Subject: RE: Semi-OT: Organizing WEB-INF/lib dir... What IDE are you using? Can't it help you with this? JBuilder ce

Re: Semi-OT: Organizing WEB-INF/lib dir...

2004-06-04 Thread Riyad Kalla
Eclipse + MyEclipse Joe Hertz wrote: What IDE are you using? Can't it help you with this? JBuilder certainly spares me this hassle (okay, that's not all good. I've had some *other* hassles* because of it, but they are certainly worth it). -Original Message- From: Riyad Kalla [mailto:[E

Re: Semi-OT: Organizing WEB-INF/lib dir...

2004-06-04 Thread Riyad Kalla
Frank, Great suggestion, I'll look into doing this as it is troublesome that hibernate and struts have the same deps (diff vers) on most of commons Frank Zammetti wrote: I'm pretty sure the answer is no. I just took all the JARs for a test app I had installed and moved them from WEB-INF/lib

Re: Semi-OT: Organizing WEB-INF/lib dir...

2004-06-03 Thread Dan Tran
ers Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, June 03, 2004 10:29 PM Subject: RE: Semi-OT: Organizing WEB-INF/lib dir... > What IDE are you using? Can't it help you with this? > > JBuilder certainly spares me this hassle (okay, that's not all good. > I&#x

RE: Semi-OT: Organizing WEB-INF/lib dir...

2004-06-03 Thread Joe Hertz
What IDE are you using? Can't it help you with this? JBuilder certainly spares me this hassle (okay, that's not all good. I've had some *other* hassles* because of it, but they are certainly worth it). > -Original Message- > From: Riyad Kalla [mailto:[EMAIL PROTECTED] > Sent: Thursday,

RE: Semi-OT: Organizing WEB-INF/lib dir...

2004-06-03 Thread brati . sankarghosh
t; <[EMAIL PROTECTED]> 06/04/2004 09:41 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject RE: Semi-OT: Organizing WEB-INF/lib dir... I'm pretty sure the answer is no.  I just took all the JARs for

RE: Semi-OT: Organizing WEB-INF/lib dir...

2004-06-03 Thread Frank Zammetti
I'm pretty sure the answer is no. I just took all the JARs for a test app I had installed and moved them from WEB-INF/lib to WEB-INF/lib/stuff, and the app no longer works. This is in Tomcat, so possibly it would work with another app server, but I tend to doubt it. One suggestion that I can