Ergaenztes readme fuer ecdc mit Problemhinweisen
git-svn-id: https://svn.libreccm.org/ccm/trunk@156 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
ad1645c83f
commit
d9e3f56e24
|
|
@ -58,6 +58,12 @@ Oracle 10g RDBMS or PostgresQL up to version 8.2
|
||||||
(g) ant deploy
|
(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
|
(h) ant load-bundle
|
||||||
will load the database. May take several minutes!
|
will load the database. May take several minutes!
|
||||||
|
|
||||||
|
|
@ -68,6 +74,11 @@ Oracle 10g RDBMS or PostgresQL up to version 8.2
|
||||||
http://localhost:8080/
|
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
|
(k) ant create-war
|
||||||
will create a war file from the deployed project for
|
will create a war file from the deployed project for
|
||||||
installation in any Tomcat 6 compliant servlet container.
|
installation in any Tomcat 6 compliant servlet container.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue