This sounds like it's just a configuration problem
causing unpacking cocoon.war to fail.  Also, unless
you left some steps out of your install notes, you're
going to have problems once things get up and running
due to the outdated parser that ships with jdk 1.4
(unless that no longer holds for 1.4.1) see the 1.4
specific instructions at
http://xml.apache.org/cocoon/installing/index.html

First, confirm that cocoon.war really does have the
file it's looking for.  jar tvf cocoon.war | grep
MANIFEST.MF

Check file permissions to make sure that the tomcat
user has all permissions necessary to expand the war,
and that the user you run build as is able to
successfully write to the tomcat webapp dir.

Try manually creating a cocoon dir under webapps and
expanding the war with jar xvf.

HTH,
Geoff Howard

--- Murray Cumming <[EMAIL PROTECTED]> wrote:
> I'm trying to install cocoon again on a fresh RedHat
> 7.3 system, after
> having various problems installing in the past. I
> thought I'd try the
> cvs version this time. Here are my notes:
> http://www.murrayc.com/temp/cocoon_install_notes.txt
> 
> When I check the cocoon page at
> http://murrayc.blueprint.net:8080/cocoon/
> I get "The requested resource (/cocoon/) is not
> available.", and this
> message in the
> /var/tomcat4/logs/localhost_log.2002-11-11.txt
> 
> 2002-11-11 13:52:16 HostConfig[localhost]: Expanding
> web application
> archive cocoon.war
> 2002-11-11 13:52:16 HostConfig[localhost] Exception
> while expanding web
> application archive cocoon.war
> java.io.FileNotFoundException:
> /var/tomcat4/webapps/cocoon/META-INF/MANIFEST.MF (No
> such file or
> directory)
>         at java.io.FileOutputStream.open(Native
> Method)
> 
> Any ideas?
> 
> 
> 
> -- 
> Murray Cumming
> [EMAIL PROTECTED]
> www.murrayc.com
> 
> 
>
---------------------------------------------------------------------
> 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:    
> <[EMAIL PROTECTED]>
> For additional commands, e-mail:  
> <[EMAIL PROTECTED]>
> 


__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

---------------------------------------------------------------------
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:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to