RE: POJO Classpath Question

2007-12-03 Thread Ric.L.Parks
Oops. Missed that one. Thanks! _ From: Spies, Brennan [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 11:53 AM To: axis-user@ws.apache.org Subject: RE: POJO Classpath Question How about WEB-INF/classes? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

POJO Classpath Question

2007-12-03 Thread Ric.L.Parks
I am trying to implement a simple encryption service using POJOs in Tomcat. I use an encryption package that is supplied to me as a jar. This encryption package requires that a keystore file of a specified name be found on the classpath. I've tried putting this file in all sorts of likely places