You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Gawde, Kiran" <Ki...@schwab.com> on 2004/12/03 00:06:38 UTC

Deploying cocoon on WebLogic8.1

Hi,
 
I deployed cocoon on WebLogic 8.1 as a exploded war. I was unable to view
the welcome page when I tried http://localhost:8001/cocoon
<http://localhost:8001/cocoon> . I had to modify the main pipeline in
sitemap.xmap from <map:match pattern=""> to <map:match pattern="index.html">
I had to do similar changes to other pipelines. Wondering, if these changes
can be done checked in cocoon. To make sure that these changes work on all
app server, we need to add following welcome-file-list to web.xml:
 
<welcome-file-list>
    <welcome-file>index.html</welcome-file>
</welcome-file-list>
 
Your comments???
 
Thanks,
Kiran