I made the following change in cocoon\webapp\WEB-INF\web.xml before making
the war file .

Added :

<!-- change param value to path to Catalina's servlet.jar -->
   <init-param>
            <param-name>extra-classpath</param-name>
 
<param-value>c:\Tomcat\tomcat\common\lib\servlet.jar</param-value>
   </init-param>
  
THis is imediatly followed by 
 </servlet>
  <servlet-mapping>
    <servlet-name>Cocoon2</servlet-name>
    <url-pattern>/</url-pattern>
  </servlet-mapping>
</web-app>

Does the Error Message below indicate that the ordering of tags inside the
servlet tag !!!!!!!!!!!!!  ????????????

----------------------------------------------------------------------------
-----------------------------------
Starting service Tomcat-Standalone
Apache Tomcat/4.1-dev
PARSE error at line 220 column 13
org.xml.sax.SAXParseException: The content of element type "servlet" must
match
"(icon?,servlet-name,display-name?,description?,(servlet-class|jsp-file),ini
t-pa
ram*,load-on-startup?,security-role-ref*)".
Starting service Tomcat-Apache
Apache Tomcat/4.1-dev


Thanks 
Lakshmi 

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to