> Where do I need to drop it?

webapps/yourappname/WEB-INF/classes if it's a standalone file -- remember
that's the base, so if the properties file is considered to be in a package,
it has to be a subdirectory of this base location.

webapps/yourappname/WEB-INF/lib/yourjar.jar  -- if you've put it in a JAR
file.

David


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to