Author: sabrashevich
Date: 2007-07-26 10:26:04 -0400 (Thu, 26 Jul 2007)
New Revision: 2683
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/consoleoutput.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/startingfromicon.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/startingfromserversview.png
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
Log:
http://jira.jboss.com/jira/browse/EXIN-401 a "Manage JBoss AS from Red Hat Developer
Studio" chapter is improved
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/consoleoutput.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/consoleoutput.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/startingfromicon.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/startingfromicon.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/startingfromserversview.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/startingfromserversview.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-07-26
14:02:05 UTC (rev 2682)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-07-26
14:26:04 UTC (rev 2683)
@@ -15,7 +15,7 @@
<?dbhtml filename="JBossInstalling.html"?>
<title>JBoss AS Installation</title>
<para>If you followed the default installation of Red Hat Developer Studio, you
will already have a JBoss 4.2 server installed and defined. You have to do nothing to
deploy your project. Just start JBoss server using a JBoss icon from command panel and
launch your application. Registration to default JBoss AS is being done when you are
creating an appication, in the second screen of wizard called "Web"
("Target Server" section). Simply do not uncheck the control in this
section.</para>
-<para>Besides that you can deploy your application to some servers that Red Hat
Developer Studio supports directly (through the bundled Eclipse WTP plug-ins). Say you
want to deploy the application to JBoss 4.0.5 server. First of all you need to install
it.</para>
+<para>Besides that you can deploy your application to some servers that Red Hat
Developer Studio supports directly (through the bundled Eclipse WTP plug-ins). Suppose you
want to deploy the application to JBoss 4.0.5 server. First of all you need to install
it.</para>
<orderedlist>
<listitem><para>Download the installation pack of JBoss 4.0.5 and save it on
your computer: <ulink
url="http://labs.jboss.com/jbossas/downloads">http://labs.jb...
<listitem><para>Double-click this file or launch the installation from
terminal like this:</para></listitem>
@@ -159,4 +159,42 @@
</para></listitem>
</orderedlist>
</section>
+
+ <section id="StartingServer">
+ <?dbhtml filename="StartingServer.html"?>
+ <title>Starting and stopping JBoss server</title>
+ <para>Starting JBoss server is quite simple. Red Hat Developer Studio allows you
control its behaviour through a special toolbar: start it in regular or debug mode, stop
it, or restart it.</para>
+ <orderedlist>
+ <listitem><para>To launch the server click the green colored icon on the
panel or right click server name in Servers view and select
"Start":</para></listitem>
+ </orderedlist>
+ <figure>
+<title>Starting from icon</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/startingfromicon.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+
+<figure>
+<title>Starting from Servers view</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/startingfromserversview.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<orderedlist continuation="continues">
+<listitem><para>To stop the server click the button
"Stop".</para></listitem>
+</orderedlist>
+<para>While launching Server output will be written to the Console
view:</para>
+<figure>
+<title>Console output</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/consoleoutput.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+ </section>
</chapter>
\ No newline at end of file