Added comment about the STS 'Server Console' tab

This commit is contained in:
Mark Fisher
2009-07-21 22:03:18 +00:00
parent 865331d277
commit b3b23127b9

View File

@@ -393,7 +393,11 @@
in how it is implemented or want to customize message sending logic or even create a new command look at
<classname>InboundDemoBundleActivator.java</classname> in the consumer bundle.
<tip>
By default, when using dm Server, you can open the OSGi console by connecting to port 2401 via telnet:
When using the SpringSource Tool Suite, you can open the OSGi console by first opening the dm Server
view and then choosing the 'Server Console' tab at the bottom (to open the dm Server view, navigate to
the dm Server instance listed in the 'Servers' view and either double-click or hit F3). Alternatively,
you can open the OSGi console by connecting to port 2401 via telnet (as long as that is enabled, and
for dm Server, it is enabled by default):
<programlisting> telnet localhost 2401</programlisting>
</tip>
</para>