having made so many changes to my downloaded version of cocoon that I
wasn't sure what I had or hadn't changed, I'd thought I'd download
afresh and start again.

This time I downloaded from the download page, and not from CVS (is
this wise?).

I then made a few minor changes, here follows the diff:

--- cocoon-2.0b1-pristine/database.properties   Wed Jun  6 17:07:21 2001
+++ cocoon-2.0b1/database.properties    Wed Jul  4 20:12:39 2001
@@ -2,10 +2,11 @@
 database-driver=org.hsqldb.jdbcDriver
 
 # Specify the URL for the Database
-database-url=jdbc:hsqldb:${install.war}/cocoon/WEB-INF/db/cocoondb
+database-url=jdbc:postgresql://localhost/chushogi
 
 # Specify the user id
-database-user=sa
+database-user=chushogi
 
 # Specify the password
-database-password=
+database-password=nevermindwhatitypedhere
+

--- cocoon-2.0b1-pristine/webapp/WEB-INF/web.xml        Wed Jun  6 17:07:13 2001
+++ cocoon-2.0b1/webapp/WEB-INF/web.xml Wed Jul  4 20:24:40 2001
@@ -95,10 +95,11 @@
       <param-name>load-class</param-name>
       <param-value>
         <!-- For IBM WebSphere: -->
-        com.ibm.servlet.classloader.Handler
+        <!-- com.ibm.servlet.classloader.Handler -->
 
         <!-- For Database Driver: -->
-        org.hsqldb.jdbcDriver
+        <!-- org.hsqldb.jdbcDriver -->
+        org.postgresql.Driver
       </param-value>
     </init-param>
   
--- cocoon-2.0b1-pristine/webapp/cocoon.xconf   Wed Jun  6 17:07:13 2001
+++ cocoon-2.0b1/webapp/cocoon.xconf    Wed Jul  4 20:18:29 2001
@@ -147,9 +147,9 @@
 
       The default is true.
       -->
-      <dburl>jdbc:hsqldb:${install.war}/cocoon/WEB-INF/db/cocoondb</dburl>
-      <user>sa</user>
-      <password></password>
+      <dburl>jdbc:postgresql://localhost/chushogi</dburl>
+      <user>chushogi</user>
+      <password>nevermindwhatitypedhere</password>
     </jdbc>
   </datasources>
 


This time the jdbc driver gets loaded ok, but the missing sitemap
handler problem re-appears.

a java.lang.NoSuchFieldError : manager was the ERROR line in the log.

What's this mean, please?
-- 
Colin Paul Adams
Preston Lancashire

---------------------------------------------------------------------
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