From d9e3f56e2480c20c2bfd00d15b17925628b6da34 Mon Sep 17 00:00:00 2001 From: pb Date: Thu, 7 May 2009 22:48:48 +0000 Subject: [PATCH] Ergaenztes readme fuer ecdc mit Problemhinweisen git-svn-id: https://svn.libreccm.org/ccm/trunk@156 8810af33-2d31-482b-a856-94f89814c4df --- tools-ng/ecdc/README.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/tools-ng/ecdc/README.txt b/tools-ng/ecdc/README.txt index a79993ae9..b64ce7c52 100644 --- a/tools-ng/ecdc/README.txt +++ b/tools-ng/ecdc/README.txt @@ -56,7 +56,13 @@ Oracle 10g RDBMS or PostgresQL up to version 8.2 will create the compile and deploy tasks (g) ant deploy - will compile and deploy into your test environment (runtime) + will compile and deploy into your test environment (runtime) + +As a temporary measure: + copy ${CATALINA_HOME}/lib/system/ccm-core* + to ${JAVA_HOME}/jre/lib/ext + + otherwise you will get a malformedURL exception during server startup (h) ant load-bundle will load the database. May take several minutes! @@ -66,7 +72,12 @@ Oracle 10g RDBMS or PostgresQL up to version 8.2 (j) Open your browser: http://localhost:8080/ - http://localhost:8080/ccm/content-center/ + http://localhost:8080/ccm/content-center/ + + Be aware: the previous ccm-scripts based environment used + port 9000 by default. May be still specified in your + bundle file (integration.properties). Wrong port number will + result in a stylesheet compilation error during server startup! (k) ant create-war will create a war file from the deployed project for