I got it to work!!!!! You can throw any jar you think you might need in the libext/ folder of your Kettle distribution. Then restart the app. Thank you ALL for helping! Again, this was for an application called Kettle (http://kettle.pentaho.org/). I just got the book “Pentaho 3.2 Data Integration” and I am on chapter 3. This is a very easy to use ETL application that can do a LOT. I LOVE the architecture of the design (mainly using data – XML – to drive the steps). Anyways, if anyone has (or is going too) look into this and wants to discuss this more, contact me. Thanks again!!!! – Shawn
'We act as though comfort and luxury were the chief requirements of life, when all that we need to make us happy is something to be enthusiastic about.' ----- Original Message ---- From: Ben Souther <[email protected]> To: U2 Users List <[email protected]> Sent: Thu, May 6, 2010 1:16:49 PM Subject: Re: [U2] as.java.unirpc.UniRPCException On Thu, 2010-05-06 at 10:44 -0700, Rick Nuckolls wrote: > Place the jar's in the shared\lib of the tomcat directory It depends on the version of Tomcat you're using. There used to be two places for shared libs in Tomcat. tomcat/common/lib and tomcat/shared/lib The common/lib directory was for libs that were used by both your applications and Tomcat itself. The share/lib directory was for libs that are used by your applications but are isolated from the internals of Tomcat. These were consolidated in Tomcat 6 to be just tomcat/lib If you want a lib to be used by a particular application only, then it should go in the application's WEB-INF/lib directory. And, as mentioned in a earlier email, Tomcat does not recognize *.zip files as libraries. You need to rename it to asjava.jar. -- Ben Souther Manager, Web and Web Service Development [email protected] | 508.927.8147 FWDavison & Company, Inc. 10 Cordage Park Circle, Suite 200 Plymouth, MA 02360-7318 CONFIDENTIALITY NOTICE: This e-mail message, and any accompanying documents, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure, distribution or copying is prohibited. If you are not the intended recipient, please contact our office by e-mail or by telephone at (508) 747-7261 and immediately destroy all copies of the original message. _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
