It sounds like you don't have read permission on the cocoon settings or
they are missing.
Try this.
1. From the command line type
export JAVA_OPTS="-Dorg.apache.cocoon.settings=cocoon.properties"
2. Copy the cocoon.properties file from cocoon's root directory (the
same directory where cocoon.sh is) to tomcat's bin directory.
Try restarting tomcat.
If that doesn't work then look in tomcat's logs directory and look in
catalina.out. There is probably a stack trace there. Put it in your
reply to this message.
Ralph
Michael Price wrote:
Hi,
I've just installed Apache Cocoon 2.1.9 from source on a Fedora Core 2
box running the following:
Tomcat 4.1.24
Apache 2.0.51
Plesk 7.5.4
I used ./build.sh war to get the cocoon.war file which I then placed
in $TOMCAT_HOME/webapps as detailed here:
http://cocoon.apache.org/2.1/installing/index.html
Owing to the lack of a specific section for Tomcat 4.1 I followed the
instructions for 4.0.4.
I stopped and restarted Tomcat, the cocoon.war file was unpacked as
expected, and I fired up lynx to http://localhost:8080/cocoon/
I got a 500 Internal Server Error with the following details:
Initialization Problem
Message: null
Description: No details available.
Sender: org.apache.cocoon.servlet.CocoonServlet
Source: Cocoon Servlet
cause
access denied (java.util.PropertyPermission org.apache.cocoon.settings
read)
request-uri
/cocoon/
Apache Cocoon 2.1.9
I'm pretty new to this and am trying to get it up and running for a
friend of mine - I don't use Tomcat myself so I'm stuck! A quick
Google didn't turn up anything so can anyone recommend a solution to
this problem? Thanks!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]