This is an open-source content migration tool for importing existing web content into Cascade CMS.
The tool assumes an export from your existing CMS that contains 1 file per page. The content needs to be structured such that the Migration Tool can pull content out using id
s, class
es and/or XPath expressions.
You can download the binary and source versions in the releases area.
An overview of using the migration tool can be found on our Knowledge Base.
- Oracle Java 1.8 JRE or JDK is required.
- Cascade CMS's Web Services API needs to be reachable from the server that is hosting the Migration Tool.
- Migration of content to Shared Fields is not currently supported.
- Download and unpack the latest version of the tool.
- Ensure that either
JRE_HOME
orJAVA_HOME
is set in yourPATH
and points to your installed Oracle Java version, or - Add a
JRE_HOME
orJAVA_HOME
environment variable tobin/catalina.sh
after the comment block containing the license and environment variable options. - Ensure that the
tomcat
directory contains alogs
directory and create one if it does not exist. - Start Tomcat by running from a shell:
bin/startup.sh
- Once you see
INFO: Server startup in 1676 ms
in thelogs/catalina.out
the tool should be reachable at:http://localhost:8081
(or whatever hostname is used to reach this machine).
- Add a tomcat v8.0 server to the Eclipse a) Open the "Servers" view b) In the "Servers" view, right click and select New -> Server c) From the list, choose Tomcat v8.0 Server d) In the Server runtime environment line, click "Add..." e) Click Browse and locate the "tomcat" folder inside of this Universal Migration Tool project f) Click Finish g) Name your Server appropriately d) Click Finish
- Configure the server a) Double click on the newly created server b) In "Server Locations" area, choose "Use workspace metadata" c) In "Deploy path" field, click Browse... and browse for the Tomcat folder inside of your Universal Migration Tool project d) In "Publishing" area, select "Never publish automatically" e) Also, check the "Update context paths" checkbox e) In "Server Options" make sure "Serve modules without publishing" is unchecked f) In "General Information" area click "Open Launch Configuration" g) In "Arguments" tab add "-Xmx1024M -Xms1024M" to VM argument h) In "Source" tab add the UMT Java Project i) Close the window and choose File -> Save
- Build the project a) Open "Ant" view b) Drag "build.xml" file and drop it to the ant view c) Unfold the dropped item and double click on "compile"
- Start the Tomcat server in debugging mode