You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Charles Megnin <ch...@theblueplanet.org> on 2001/01/04 17:13:11 UTC

Install trouble

I am trying to install cocoon with Tomcat 4.0 Apache 1.3.12 and get

javax.servlet.ServletException: Class org.apache.cocoon.Cocoon is not a
Servlet
error.

The install indications specify adding

Alias /cocoon $TOMCAT_HOME/webapps/cocoon
                                                   <Directory
"$TOMCAT_HOME/webapps/cocoon">
                                                       Options Indexes
FollowSymLinks
                                                   </Directory>
                                                   ApJServMount /cocoon
/cocoon
                                                   AddType text/xml .xml

                                                   AddHandler
jserv-servlet .xml
                                                   <Location
/cocoon/WEB-INF/ >
                                                       AllowOverride
None
                                                       deny from all
                                                   </Location>
to tomcat-apache.conf
but that file doesn't exist (is it the httpd.conf file)? If so, the
statement
ApJServMount /cocoon /cocoon
is not recognized by apache.

Thanks for your input.
Charles