On Sat, Sep 26, 2009 at 7:06 PM, Steven D. Majewski <sd...@virginia.edu>wrote:

> Where are defaults set for the {defaults:} input module, now
> that there is no cocoon.xconf ?
>

Looking through the source code, I'd guess that you need to stuff something
like this into src/main/resources/META-INF/cocoon/avalon/defaults.xml:

<components>
  <input-modules>
    <component-instance
name="defaults"
class="org.apache.cocoon.components.modules.input.DefaultsModule">
      <values>
        <skin>defaultSkin</skin>
        <base-url>http://localhost:8080/cocoon</base-url>
      </values>
    </component-instance>
  </input-modules>
</components>


-Dom

Reply via email to