Author: sabrashevich
Date: 2007-07-27 10:55:41 -0400 (Fri, 27 Jul 2007)
New Revision: 2701
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/eventlog.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/serveroverview.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/serverpreferences.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/serverstarted.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/stoppingserver2.png
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/consoleoutput.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/startingfromserversview.png
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
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/consoleoutput.png
===================================================================
(Binary files differ)
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/eventlog.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/eventlog.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/serveroverview.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/serveroverview.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/serverpreferences.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/serverpreferences.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/serverstarted.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/serverstarted.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/startingfromserversview.png
===================================================================
(Binary files differ)
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/stoppingserver2.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/stoppingserver2.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-27
13:28:26 UTC (rev 2700)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-07-27
14:55:41 UTC (rev 2701)
@@ -11,12 +11,111 @@
</keywordset>
</chapterinfo>
<title>Manage JBoss AS from Red Hat Developer Studio</title>
+ <para>Red Hat Developer Studio ships with JBoss AS v.4.2 bundled. When you
followed the default installation of Red Hat Developer Studio, you already have a JBoss
4.2 server installed and defined. To run JBoss AS 4.2 you need JDK 1.5. JDK 6 is not
formally supported yet, although you may be able to start the server with
it.</para>
+ <section id="JBossbundled">
+ <?dbhtml filename="JBossbundled.html"?>
+ <title>How to manage the JBoss AS bundled in RHDS</title>
+ <para></para>
+ <section id="StartingServer">
+ <?dbhtml filename="StartingServer.html"?>
+ <title>Starting 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 JBoss Server view and select
"Start". If this view is not open select Window > Show View
> Other > Server > JBoss Server View:</para></listitem>
+ </orderedlist>
+ <figure>
+<title>Starting from icon</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/startingfromicon.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+
+<figure>
+<title>Starting from JBoss Server view</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/startingfromserversview.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+
+<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>
+<para>When server has started you should see "Started" right to
its name in JBoss Server view (column "Status").</para>
+<figure>
+<title>Server is started</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/serverstarted.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>To see event log after the server is started expand "Event
Log" branch beneath JBoss Servers View:</para>
+<figure>
+<title>Event Log</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/eventlog.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+ </section>
+ <section id="StoppingJBoss">
+ <?dbhtml filename="StoppingJBoss.html"?>
+ <title>Stopping JBoss server</title>
+ <para>To stop the server select the Stop sign in command panel or right click the
server name and press Stop.</para>
+ <figure>
+<title>Stopping server</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/stoppingserver2.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>When the server is stopped you will see "Stopped" next to
its name in Status column.</para>
+ </section>
+ <section id="ServerPreferences">
+ <?dbhtml filename="ServerPreferences.html"?>
+ <title>Server Container Preferences</title>
+ <para>You can control how Red Hat Developer Studio interacts with servlet
containers in Preferences. Select Window > Preferences > JBoss Tools
> JBoss Servers and switch to the desired server:</para>
+ <figure>
+<title>Server preferences</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/serverpreferences.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>Also you can double click the server name in JBoss Server view and open an
Overview of the server. Here you can specify some common settings: host name, server name,
runtime and so on.</para>
+<figure>
+<title>Server overview</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/serveroverview.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+
+ </section>
+ </section>
+
+<section id="JBossInstances">
+ <?dbhtml filename="JBossInstances.html"?>
+ <title>How to manage JBoss AS instances in RHDS</title>
+ <para>Although Red Hat Developer Studio works closely with JBoss AS 4.2 we do not
ultimately tie you to any particular server for deployment. There are some servers that
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>
<section id="JBossInstalling">
<?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). Suppose you
want to deploy the application to JBoss 4.0.5 server. First of all you need to install
it.</para>
-<orderedlist>
+ <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>
</orderedlist>
@@ -160,41 +259,6 @@
</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