Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Why lost OSGi Console once upgrade to org.eclipse.equinox.servletbridge_1.2.300.v20130508-1243.jar

Hi

I assume when you did the update to the servletbridge you also updated the org.eclipse.osgi (framework).  The console is no longer built into the framework itself.  You will need to get the following bundles also in order to get an osgi> console back:

org.eclipse.equinox.console
org.apache.felix.gogo.command
org.apache.felix.gogo.runtime
org.apache.felix.gogo.shell

Tom



Inactive hide details for David Cao ---07/20/2014 07:29:42 PM---Hello there, I download the bridge.war (2007 bulid); started inDavid Cao ---07/20/2014 07:29:42 PM---Hello there, I download the bridge.war (2007 bulid); started in Tomcat 6; and I got the

From: David Cao <govelogo@xxxxxxxxx>
To: Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
Date: 07/20/2014 07:29 PM
Subject: [equinox-dev] Why lost OSGi Console once upgrade to org.eclipse.equinox.servletbridge_1.2.300.v20130508-1243.jar
Sent by: equinox-dev-bounces@xxxxxxxxxxx





Hello there,

I download the bridge.war (2007 bulid); started in Tomcat 6; and I got the OSGi console; good. 

Then I updated servletbridge.jar with org.eclipse.equinox.servletbridge_1.2.300.v20130508-1243.jar under /WEB-INF/lib/; start Tomcat again; but lost OSGi console. Even if I switch back to servletbridge.jar, still doesn't see OSGi Console. 

Does anyone know why? and where I can find the change logs for servletbridge package?

Thanks!!
David_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/equinox-dev

GIF image


Back to the top