Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

HttpDeployer HowTo

Revision as of 10:28, 26 October 2011 by Mail.schmidt-seb.de (Talk | contribs) (New page: = HttpDeployer HowTo = == Runtime Configuration == In this example, we use an Eclipse RTP basic image ([http://www.eclipse.org/rtp http://www.eclipse.org/rtp]). To install the latest ve...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

HttpDeployer HowTo

Runtime Configuration

In this example, we use an Eclipse RTP basic image (http://www.eclipse.org/rtp). To install the latest version of the Http Deployer Web Service, just follow these few steps:

  • open the OSGi console (run eclipse-rt on the Eclipse RTP system)
  • add the feature repository
osgi> provaddrepo http://sschmidt.github.com/webdeployer
  • find the latest version
osgi> provliu
javax.servlet 2.5.0.v201103041518
org.apache.commons.fileupload 1.2.0.v20080604-1500
org.apache.commons.io 2.0.1.v201105210651
org.eclipse.core.contenttype 3.4.100.v20110423-0524
org.eclipse.core.jobs 3.5.100.v20110404
org.eclipse.core.runtime 3.7.0.v20110110
org.eclipse.equinox.http.jetty 2.0.100.v20110502
org.eclipse.equinox.http.servlet 1.1.200.v20110502
org.eclipse.rtp.httpdeployer 0.2.0
org.eclipse.rtp.httpdeployer.feature.group 0.2.0
org.eclipse.rtp.httpdeployer.feature.jar 0.2.0
org.jdom 1.1.1.v201101151400
org.mortbay.jetty.server 6.1.23.v201012071420
org.mortbay.jetty.util 6.1.23.v201012071420
  • install the service
osgi> provinstall org.eclipse.rtp.httpdeployer.feature.group 0.2.0
  • apply the new configuration
osgi> confapply

Further reading: http://wiki.eclipse.org/Equinox_p2_Console_Users_Guide

Eclipse IDE Configuration

TODO

Back to the top