Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>WSO2 products currently do not have a documented service API. However you can use OSGi console to view the available service components details.</p> <p>Make sure that when you start WSO2 IS with osgi console the following log is visible, which says that the console is enabled.</p> <pre><code>sh wso2server.sh -DosgiConsole </code></pre> <p>JAVA_HOME environment variable is set to /jdk1.6.0_30 CARBON_HOME environment variable is set to /wso2is-4.1.0</p> <p><strong>OSGi console has been enabled with options: -console</strong></p> <p>After server is properly started, press enter and osgi> console will be displayed.</p> <pre><code>[2013-07-24 16:33:57,215] INFO {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} - WSO2 Carbon started in 17 sec [2013-07-24 16:33:57,437] INFO {org.wso2.carbon.ui.internal.CarbonUIServiceComponent} - Mgt Console URL : https://localhost:9443/carbon/ osgi&gt; </code></pre> <p>By entering necessary osgi commands you can see the activated OSGI service etc. For example if you need to see available services use,</p> <p>osgi> services</p> <p>This will list down all the services in the runtime. Use appropriate filters to find the WSO2 IS services by referring this <a href="http://pradeepfernando.blogspot.com/2011/10/debugging-your-osgi-application-using.html" rel="nofollow noreferrer">blog post</a>.</p> <p>osgi> ls </p> <p>This shows all the osgi service components along with their component ID and life-cycle status. If you need to now on particular service component use ls -c command.</p> <p>The following question thread has useful information on WSO2 IS API too.</p> <p><a href="https://stackoverflow.com/questions/10696775/wso2-identity-server-api">WSO2 identity server api</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload