I guess, it could be helpful for the future, what in my Jira 6.0 instance, running from Atlassian SDK in my plugin's folder, Felix Web Console available by link:
/jira/plugins/servlet/system/console
I think, this servlet are coming from
home\plugins\installed-plugins\org.apache.felix.webconsole-1.2.8.jar
which has resource
org.apache.felix.webconsole-1.2.8.jar\OSGI-INF\metatype\metatype.xml
with servlet description
<OCD id="org.apache.felix.webconsole.internal.servlet.OsgiManager" name="%manager.name" description="%manager.description"> <AD id="manager.root" type="String" default="/system/console" name="%manager.root.name" description="%manager.root.description"/> <AD id="default.render" type="String" default="bundles" name="%default.render.name" description="%default.render.description"/> <AD id="realm" type="String" default="OSGi Management Console" name="%realm.name" description="%realm.description"/> <AD id="username" type="String" default="admin" name="%username.name" description="%username.description"/> <AD id="password" type="String" default="admin" name="%password.name" description="%password.description"/> </OCD>
Here many operations on bundles are available, for example, install from disk or activate. Login/pass are standard for Jira, started from SDK - admin:admin.
Also, there is "OSGi" item in "Manage Add-ons" section.
Not familiar with the tool but hope the following can help you to get started:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.