Eclipse 3.2.2 plug-in manifest editor does find org.eclipse.equinox.http.registry.servlets [message #90903] |
Wed, 20 June 2007 21:59  |
Eclipse User |
|
|
|
Originally posted by: rgd.us.ibm.com
I'm using Eclipse 3.2.2, and am trying to follow the instructions in writing
a bundle based server application.
( http://www.eclipse.org/equinox/server/http_writing_applicati on.php)
the problem I'm having is that the Eclipse 3.2.2 plug-in manifest editor is
reporting that it can't find
the org.eclipse.equinox.http.registry.servlets or
org.eclipse.equinox.http.registry.resources extensions to extend.
The only extension I can see to extend is
org.eclipse.equinox.preferences.preferences.
and yes, I do have the Equinox jars in my Eclipse/plugins directory.
Is this normal?
So far I haven't been able to get the example working. When I launch my
plug-in project, the OSGi service is starting, and I see the message coming
out of the activators start method. I also see port 80 being allocated - so
it looks like the http service is starting. But I can't access either my
index.html or my servlet that I have as part of my plugin project.
Here is the list of active bundles on the console:
osgi> ss
Framework is launched.
id State Bundle
0 ACTIVE system.bundle_3.2.2.R32x_v20070118
7 ACTIVE org.apache.xerces_2.8.0.v200606131651
9 ACTIVE org.eclipse.core.jobs_3.2.0.v20060603
12 RESOLVED
org.eclipse.core.runtime.compatibility.registry_3.2.1.R32x_v 20060907
Master=26
22 ACTIVE com.example.myplugin_1.0.0
23 ACTIVE org.eclipse.equinox.common_3.2.0.v20060603
24 ACTIVE org.eclipse.equinox.http_1.0.2.R32x_v20061218
25 ACTIVE
org.eclipse.equinox.preferences_3.2.1.R32x_v20060717
26 ACTIVE
org.eclipse.equinox.registry_3.2.1.R32x_v20060814
Fragments=12
27 ACTIVE org.eclipse.equinox.servlet.api_1.0.0.v20060601
28 ACTIVE org.eclipse.osgi.services_3.1.100.v20060601
thanks
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06311 seconds