Hi Daniel. --- Daniel Brose <[EMAIL PROTECTED]> wrote:
> Hi all, > > as suggested in > http://portals.apache.org/jetspeed-1/config_guide.html#Override_any_properti > es_in_default_property_files, I want to use my own properties-file > my.properties. I use the one which came out of the CVS which includes > the > two required entries: > services.ResourceService.classname = > org.apache.jetspeed.services.resources.JetspeedResourceService > include = TurbineResources.properties > > I also edited my web.xml like this: > <init-param> > <param-name>properties</param-name> > <param-value> > WEB-INF/conf/my.properties > </param-value> > </init-param> This is in the 'jetspeed' servlet configuration in web.xml, right? Does everything work correctly when you aren't using my.properties and you build normally? Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
