Modify local.runtime.properties to use Pluto (uncomment the Pluto lines) and use 'ant install-runtime' to install Pluto as test environment. Modify project.xml to install ccm into an other context as ROOT! libreccm may be a nice choice. Deploy and load-bundle as usual. Invoke http://localhost:8080/libreccm to operate CCM as usual. Invoke http://localhost:8080/pluto to operate Pluto, login as admin and use Pluto admin tool to add ContentItemJSRPortlet to the Pluto Portal page (displays currently a simple HelloWorld Text). git-svn-id: https://svn.libreccm.org/ccm/trunk@2652 8810af33-2d31-482b-a856-94f89814c4df |
||
|---|---|---|
| .. | ||
| README | ||
| UmlGraph.jar | ||
| httpunit-1.5.4.jar | ||
| jsp-api.jar | ||
| junit-3.8.1.jar | ||
| junitperf-1.8.jar | ||
| ojdbc14.jar | ||
| portlet-2.0.jar | ||
| postgresql-8.4-704.jdbc3.jar | ||
| postgresql-8.4-704.jdbc4.jar | ||
| postgresql-9.3-1101.jdbc3.jar | ||
| postgresql-jdbc-8.4.701.jar | ||
| postgresql-jdbc.jar | ||
| servlet-api.jar | ||
README
dev-lib/
set of external libraries requirred by CCM at runtime and usually
provided by the runtime environment (e.g. servlet api).
Provided as additional classpath element at compile time
(and probably in test environment)
All libraries included in application.xml as
<dependencies>
<ccm:buildRequires name=.... />
</dependencies>
MUST be placed here.
Some files may be copied into the runtime environment to simulated
the intended production runtime.