Hi all, I have build a Package (jar) which should be used from different Contexts. I put the jar in the shared/lib/ folder from Tomcat and the classes are found by Tomcat. The Package needs for proper initialisation 2 .properties files (log4j.properties and an application specific one) I put these Property Files in the Jar but Tomcat ignore them (tried also to put them into shared/classes). During developing (Eclipse) the Property Files are always found when they are in the Classpath... Where do I have to put the Property Files to be found by my Package?
thanks in advance, Martin Gr�neberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
