Hi all.

Somebody that uses *Cocoon*, the xml servlet engine, knows
how to install it on tomcat?

I added this to the web.xml file into c:\tomcat\examples\web_inf\ directory.
Is this right?

Thanks.

<!--
     This is the web-app configurations that allow Cocoon to work under
     Apache Tomcat. Please, follow the installation section of the
     documentation for more information about installing Cocoon on Tomcat
-->

   <servlet>
     <servlet-name>
       org.apache.cocoon.Cocoon
     </servlet-name>
     <servlet-class>
       org.apache.cocoon.Cocoon
     </servlet-class>
     <init-param>
       <param-name>properties</param-name>
       <param-value>
         C:/tomcat/conf/cocoon.properties
       </param-value>
     </init-param>
    </servlet>

    <servlet-mapping>
      <servlet-name>org.apache.cocoon.Cocoon</servlet-name>
      <url-pattern>*.xml</url-pattern>
    </servlet-mapping>

 <!-- end add for cocoon -->

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to