You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Stephan Michels <st...@apache.org> on 2002/08/20 13:04:50 UTC

Re: Tomcat doesn't unpack cocoon.war

On Tue, 20 Aug 2002, Martin Polley wrote:

> Am I doing something wrong?
>
> Setup:
> 	RedHat Linux 7.3
> 	J2SDK 1.4.1_01
> 	Tomcat 4.0.4
> 	Cocoon 2.0.3 (vm 1.4 version)
>
> Java SDK and Tomcat (tomcat-full & tomcat-webapps) were downloaded as
> RPMs, Cocoon as a binary tarball.
>
> When I go to http://localhost:8080/cocoon/, it tells me that the
> requested resource (/cocoon/) is unavailable (I know Tomcat runs OK.)
>
> I have tries other (binary) versions of Tomcat (4.0.1) and Cocoon (2.0.3
> for JDK 1.3, with JDK 1.3), all to no avail.
>
> Anyone have any idea what I am doing wrong?
>
> (I have seen other posts recommending unpacking cocoon.war to
> CATALINA_HOME/webapps/cocoon and then deleting the .war file. How do you
> unpack it?)

$TOMCAT_HOME/conf/server.xml:
 <Host name="localhost8080" debug="0" appBase="webapps" unpackWARs="true">

But I think there will be another problems. Are there any hints in the
logs $TOMCAT_HOME/logs ?

Stephan.


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

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>