Versions Compared

Key

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

This guide should help you setup the OAI-PMH provider for Fedora 4 using Tomcat 7 as the platform. For further details, please refer to the project's documentation on GitHub.

Setting up Tomcat7

Set up Install Tomcat. On Xubuntu, for example, setting up Tomcat is a simple command: "sudo apt-get install tomcat7".  On other systems, use the appropriate package manager (e.g. yum, portage) to install Tomcat (or visit the Apache Tomcat project documentation for more installation options). After installing and deploying Tomcat, you should be able to see the Tomcat welcome screen when you visit http://localhost:8080

...