Skip to content

Commit

Permalink
clarified use of web console
Browse files Browse the repository at this point in the history
  • Loading branch information
jetztgradnet committed Dec 22, 2010
1 parent 2cbeab6 commit 0710adc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.textile
Expand Up @@ -338,11 +338,21 @@ The "Felix Web Console":http://felix.apache.org/site/apache-felix-web-console.ht

<pre><code>
osgi.configure {
webConsole(8080)
webConsole()
}
</code></pre>

The application can be accessed at "http://localhost:8080/system/console":http://localhost:8080/system/console/ with user "admin" and password "admin".
or with custom port number:

<pre><code>
osgi.configure {
webConsole(8081)
}
</code></pre>

The application can be accessed at "http://localhost:8081/system/console":http://localhost:8081/system/console/ with user "admin" and password "admin".

*NOTE:* currently the required dependencies to run the web console need to be added manually (see @examples/extended.groovy@ for an example). Future releases will add all required bundles automatically.

h3. Use Callback methods

Expand Down

0 comments on commit 0710adc

Please sign in to comment.