Home : Digital Asset Management : Installation And Setup
Installation And Setup
To begin, you will need to install a web application server that supports the 2.4 Servlet specification.
Install a Web Application Server
Any web application server that supports the 2.4 Servlet specification will work with OpenEdit. Here are two choices:
- Download and follow the installation instructions for Apache Tomcat. Tomcat is the reference application for the 2.4 Servlet specification.
- Download and follow the installation instructions for Caucho Resin. OpenEdit uses Caucho's high-performance, open source application server called Resin extensively.
Install OpenEdit on your Web Application Server
- Download ROOT.war
- Copy ROOT.war into the /webapps/ directory.
- Start your Web Application Server. ROOT.war will be automatically extracted.
- Visit http://localhost:8080/
Setup and Configuration
To make changes to your OpenEdit website you must first Sign In.
To access the OpenEdit Sign In screen for your OpenEdit website, use the following relative link based on your root URL:
- ** /openedit/authentication/logon.html
- Enter your Account Name or Email Address
- Enter your Password
- Default administrator login is admin/admin
- Click Login
** note - if your site URL were www.myURL.com then you would Sign In using http://www.myURL.com/openedit/authentication/logon.html
Reference Material
