Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following sections show how to set up the most commonly-used Java Servlet containers to support HTTP over SSL. There are two options listed: 

  1. You may choose to either enable HTTPS support in Tomcat itself (running on ports 8080 and 8443), or
  2. You can install Apache HTTPD in front of Tomcat to run DSpace on ports 80 and 443

Enabling the HTTPS support in Tomcat itself (running on ports 8080 and 8443)

...