Hi folks,

I recently started customizing my jetspeed installation, by changing some
templates etc.
I decided to switch to jsp.
Yesterday, i was still working with 1.4b3, it was working fine, but I had
modified the services.TemplateService.default.extension in
TurbineResources.properties directly.

Today, i switched to 1.4b4 (maybe this has nothing to do), and while browsing
some docs, i found out i could have my own site-specific overriding property
file, which is indeed a lot cleaner than modifying the default one.
So i copied the example my.properties to WEB-INF/conf/kweb.properties and
added this line in it:
services.TemplateService.default.extension=jsp

As per the doc, i also added the following in the web.xml:

       <init-param>
            <param-name>properties</param-name>
            <param-value>WEB-INF/conf/kweb.properties</param-value>
        </init-param>
        <init-param>
          <param-name>resources</param-name>
 
<param-value>org.apache.jetspeed.services.resources.JetspeedResourceService</
param-value>
        </init-param>


Now, two problems: 
- if I leave all the properties set from the example my.properties, I get an
InstanciationException("ServiceBroker: unknown service PoolService
requested")

- if I comment all of them, except the one I added and also leave (as per the
doc
again)services.ResourceService.classname=org.apache.jetspeed.services.resourc
es.JetspeedResourceService and include=TurbineResources.properties ,
then I don't get any error, but none of the l10n strings are translated (ie i
see TOP_TITLE, TOP_LOGOUT etc on top of the page)

So two questions:
- what can I do? :))
- is there a list somewhere of all the properties and their usage that are
overridable in a custom properties files?


Thanks for any tip,


greg

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

Reply via email to