-
Notifications
You must be signed in to change notification settings - Fork 0
How to install the Web service?
sschmidt edited this page Jul 19, 2011
·
1 revision
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
- 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> confapplyFurther reading: http://wiki.eclipse.org/Equinox_p2_Console_Users_Guide