Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed things that only looked like they should be links

...

http://www.eclipsetotale.com/tomcatPlugin.html

Wiki Markup
Unfortunately, there is no remote URL location for the sysdeo plugin. You will have to manually download the plugin and unzip it into the {{\[eclipse\]}}{{/plugins}} directory. Also, you will need to have Tomcat installed locally. Obtain the latest version of Tomcat from: [http://jakarta.apache.org/tomcat]

Maven 2 Plugin (required for DSpace 1.5)

...

  1. Open the Tomcat preferences pane: Window -> Preferences -> Tomcat
  2. Select your installed Tomcat version, and its home page (hit Apply when finished). For example:
    • Tomcat Version: 6.x
    • Tomcat Home: /opt/tomcat6
  3. Under Tomcat -> Advanced, enter the Tomcat Base (hit Apply when finished). This should generally be the same as the Tomcat Home:
    • Tomcat Base: /opt/tomcat6
  4. Wiki Markup
    Under _Tomcat \-> JVM Settings_, you need to enter the JDK's {{tools.jar}} file for the "_Classpath (before generated classpath)_". You should find this in the directory {{\[installed jdk\]/lib/tools.jar}} *Note:* If you are using Mac OS X, the {{tools.jar}} library does not exist on the platform. Instead using {{classes.jar}} found at: {{/System/Library/Frameworks/JavaVM.framework/Versions/$\{JAVA_VERSION\}/Classes/classes.jar}}
  5. Under Tomcat -> Tomcat Manager App, enter a username and password for the desired manager user. If this user doesn't already exist hit "Add user to tomcat-users.xml" (hit Apply when finished)

...