Quercus: DokuWiki

From Resin 3.0

Revision as of 18:01, 29 August 2006 by Nam (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Contents

DokuWiki running on Quercus

This page details the steps required to get Doku-Wiki (2006-03-09b) up and running on Resin 3.1.0 and newer.

Steps

Step 1: Copy web.xml over

Copy web.xml into the webapps/ROOT/WEB-INF/ directory of your resin home directory.

web.xml

 <web-app xmlns="http://caucho.com/ns/resin">
   <servlet-mapping url-pattern="*.php"
             servlet-class="com.caucho.quercus.servlet.QuercusServlet">
     <init compile="false" />
   </servlet-mapping>
 </web-app>

Step 2: Install DokuWiki

Download DokuWik into the webapps/ROOT/ directory of your resin home directory and follow DokuWik's installation steps.

Personal tools