Installation (using the ZIP file)
-
Edit the cascade.sh (Linux/OS X) or cascade.bat (Windows) file and replace
@{cascadeJRE}with the absolute path to your Java runtime folder which contains thebinsub-folder.Examples:
- Windows:
C:\Program Files\Java\j2re1.5.0_13 - Linux:
/usr/local/jdk1.5 - OS X:
/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home
- Windows:
-
Specify the maximum amount of memory available to Cascade in the cascade.sh and cascade.bat files by replacing the string
@{cascadeMemory}with a string of the form-Xmx1024Mwhere 1024 is the size of the memory in megabytes. -
Edit
tomcat/conf/context.xml- Remove the first line containing
@{dbConf}. - Uncomment the appropriate configuration for your database vendor.
-
Replace the following strings as specified:
@{dbusername}- the username for accessing your database@{dbpassword}- the password for accessing your database@{dbhostport}- the hostname and port separated by a colon (e.g. localhost:3306)@{dbname}- the name of the database to use@{dbsid}- the SID of the Oracle database server, usually orcl (Oracle only)
- Remove the first line containing
-
Edit
tomcat/conf/server.xmland modify the following strings:@{dbschema}- For Oracle, change it to the schema name of your database. For MySQL and SQL Server, remove the string entirely (e.g. value="")@{cascadePort}- the HTTP port on which Cascade will run (e.g. 8080)
-
Frequently Asked Questions
- Why can't my users see certain Asset Factories?
- Will setting the 'Max Asset Versions' preference retroactively remove versions from old assets?
- Can 3rd Party data be used in Cascade Server?
- Can Cascade Server automatically archive content?
- Can Cascade Server export XML for other applications?
- View all (14 more)
-
LDAP
-
Installation and Upgrades
-
Technical Primer
-
System Configuration
-
Rich Text Editor (WYSIWYG)
-
Memory Configuration/JVM Startup Parameters
-
Security Updates
-
Warnings
-
Database