Frank Stalherm wrote:
How do I deploy/undeploy the page information into the database? Is
there a tool?
Yes, but you will need to either setup a custom build or run from source
Either way, you need Maven since there are no command line tools or UI
tools for importing and exporting to the database (yet)
From the Maven-1 build, you can run:
maven import
or
maven export
Recommend reviewing the maven.xml, specifically the import and export
goals to see how to set up properties
With Maven-2, you just run the "dbpsml" profile, for example:
mvn -P tomcat,dbpsml
See docs on maven-2 build:
http://wiki.apache.org/portals/Jetspeed2/Maven2BuildSupport
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]