On Mon, Mar 10, 2008 at 7:14 PM, Edoardo Panfili <[EMAIL PROTECTED]> wrote: > I'd like to put planet-custom.properties and roller-custom.properties > inside the roller webapp folder (I don't like to put private files in > sared folder). But all my attempts have been useless. > I am using Tomcat6 I must put them only in /lib folder?
No, you can also put them in the WEB-INF/classes directory. Or, you can put them anywhere on the file system and then use a JVM parameter to reference them. For example, you could add something like this to catalina.sh: export JAVA_OPTS=-Droller.custom.config=/path/to/roller-custom.properties. - Dave
