Author: ochikvina
Date: 2009-02-16 10:29:30 -0500 (Mon, 16 Feb 2009)
New Revision: 13631
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/manage.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-616 - updating the chapter according to adding the
separation between .org and product servers;
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/manage.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/manage.xml 2009-02-16
15:28:30 UTC (rev 13630)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/manage.xml 2009-02-16
15:29:30 UTC (rev 13631)
@@ -17,8 +17,8 @@
AS</property> from <property>JBoss Developer
Studio</property>.</para>
<para><property>JBoss Developer Studio</property> ships with
<property>JBoss EAP
v.4.2</property> bundled. When you followed the default installation of
<property>JBoss
- Developer Studio</property>, you should 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
+ Developer Studio</property>, you should already have a JBoss EAP 4.3
Server installed and
+ defined. To run JBoss AS 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">
@@ -34,7 +34,7 @@
<title>Starting JBoss Server</title>
<para>Starting <property>JBoss Server</property> is quite
simple. <property>JBoss
Developer Studio</property> allows you to control its behaviour
with the help of
- a special toolbar: where you could start it in a regular or debug mode,
stop it or
+ a special toolbar, where you could start it in a regular or debug mode,
stop it or
restart it.</para>
<itemizedlist>
@@ -58,15 +58,6 @@
</mediaobject>
</figure>
- <figure>
- <title>Starting from JBoss Server View</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/manage/manage_2.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
<para>While launching, server output is written to the
<property>Console
view</property>:</para>
@@ -80,8 +71,9 @@
</figure>
<para>When the server is started you should see <emphasis>
<property>Started</property>
- </emphasis> right to its name in <property>JBoss Server
View</property> (column
- "Status").</para>
+ </emphasis> in the square brackets right next its name in
<property>JBoss Server
+ View</property>.</para>
+
<figure>
<title>Server is Started</title>
<mediaobject>
@@ -90,7 +82,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>To see event log after the server is started, expand
<property>Event
+ <!--para>To see event log after the server is started, expand
<property>Event
Log</property> branch beneath <property>JBoss Server
View</property>:</para>
<figure>
<title>Event Log</title>
@@ -99,7 +91,7 @@
<imagedata
fileref="images/manage/manage_5.png"/>
</imageobject>
</mediaobject>
- </figure>
+ </figure-->
</section>
<section id="StoppingJBoss">
@@ -107,10 +99,10 @@
<title>Stopping JBoss Server</title>
<para>To stop the server, click the <emphasis>
<property>Stop</property>
- </emphasis> icon in <property>JBoss Server
view</property> or right click the server
+ </emphasis> icon in <property>JBoss Server
View</property> or right click the server
name and press <emphasis>
- <property>Stop</property>
- </emphasis>.</para>
+ <property>Stop</property>.
</emphasis></para>
+
<figure>
<title>Stopping Server</title>
<mediaobject>
@@ -121,7 +113,7 @@
</figure>
<para>When the server is stopped you will see <emphasis>
<property>Stopped</property>
- </emphasis> next to its name in the Status column.</para>
+ </emphasis> in the square brackets next to its name.</para>
</section>
<section id="ServerPreferences">
<?dbhtml filename="ServerPreferences.html"?>
@@ -152,14 +144,14 @@
<property>JBoss EAP 4.2</property> we do not ultimately tie
you to any particular
server for deployment. There are some servers that Studio supports directly
(via the
bundled Eclipse WTP plug-ins). In this section we discuss how to manage
self-installed
- JBoss AS. Suppose you want to deploy the application to <property>JBoss
4.2.1
+ JBoss AS. Suppose you want to deploy the application to <property>JBoss
4.2.3
server</property>. First of all you need to install
it.</para>
<section id="JBossInstalling">
<?dbhtml filename="JBossInstalling.html"?>
<title>JBoss AS Installation</title>
<itemizedlist>
<listitem>
- <para>Download the binary package of <property>JBoss
4.2.1</property> and save
+ <para>Download the binary package of <property>JBoss
4.2.3</property> and save
it on your computer: <ulink
url="http://labs.jboss.com/jbossas/downloads"
</listitem>
@@ -179,35 +171,35 @@
<itemizedlist>
<listitem>
<para>After you have the binary archive you want to install,
use the JDK jar
- tool (or any other ZIP extraction tool) to extract the
jboss-4.2.1.zip
- archive contents into a location of your choice. The
jboss-4.2.1.tgz archive
- is a gzipped tar file that requires a gnutar compatible tar which
can handle
- the long pathnames in the archive. The extraction process will
create a
- jboss-4.2.1 directory. </para>
+ tool (or any other ZIP extraction tool) to extract the
jboss-4.2.3.GA.zip
+ archive contents into a location of your choice. The
jboss-4.2.3.GA.tgz
+ archive is a gzipped tar file that requires a gnutar compatible
tar which
+ can handle the long pathnames in the archive. The extraction
process will
+ create a jboss-4.2.3.GA directory. </para>
</listitem>
</itemizedlist>
</section>
<section id="AddingJBossServer">
<?dbhtml filename="AddingJBossServer.html"?>
- <title>Adding and configuring JBoss Server</title>
+ <title>Adding and Configuring JBoss Server</title>
<para>Now we should add just installed server into server manager in
<property>JBoss
Developer Studio</property>.</para>
<itemizedlist>
<listitem>
- <para>Open the JBoss Server View by selecting <emphasis>
+ <para>Open the <property>JBoss Server
View</property> by selecting <emphasis>
<property>Window > Show View > Other
> Server
> JBoss Server View</property>
- </emphasis>. You will see JBoss Server view.</para>
+ </emphasis></para>
</listitem>
<listitem>
<para>Right click anywhere in this view and select
<emphasis>
<property>New Server</property>
- </emphasis>.</para>
+ </emphasis></para>
</listitem>
<listitem>
<para>Select <emphasis>
- <property>JBoss, a division of Red Hat > JBoss
AS 4.2</property>.
+ <property>JBoss Community > JBoss 4.2
Server</property>
</emphasis></para>
</listitem>
</itemizedlist>
@@ -220,28 +212,22 @@
</mediaobject>
</figure>
- <itemizedlist>
- <listitem>
- <para>Click <property>Configure Runtime
environments</property> to observe all
- configured runtimes.</para>
- </listitem>
- </itemizedlist>
+ <note>
+ <title>Note:</title>
- <figure>
- <title>Installed Runtimes</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/manage/manage_10.png"/>
- </imageobject>
- </mediaobject>
- </figure>
+ <para>Now in the <property>New Server wizard</property>
there is a separation
+ between the .org servers (the <emphasis>
+ <property>JBoss Community</property>
+ </emphasis> category) and product server that comes bundled
with JBoss EAP (the
+ <emphasis>
+ <property>JBoss Enterprise
Middleware</property></emphasis> category).</para>
+ </note>
<itemizedlist>
<listitem>
- <para>To add a new runtime, which Jboss AS 4.2 matches to,
click <emphasis>
- <property>Add</property>
- </emphasis> next to <property>Server runtime
environment</property>
- section.</para>
+ <para>To create a new runtime, which Jboss AS 4.2 matches to,
click <emphasis>
+ <property>Next</property>
+ </emphasis></para>
</listitem>
</itemizedlist>
@@ -266,44 +252,13 @@
to run Web applications, JRE will not be enough.</para>
</note>
- <!--para>A new runtime will now appear in the <emphasis>
- <property>Preferences > Server > Runtime
Environments</property>
- </emphasis> dialog.</para>
- <figure>
- <title>Runtime is Added</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/manage/manage_13.png"/>
- </imageobject>
- </mediaobject>
- </figure-->
-
<itemizedlist>
<listitem>
- <para>Click <emphasis>
- <property>Finish</property>
- </emphasis>. Then select a new added runtime in Server
runtime drop down
- list and click the <emphasis>
- <property>Next</property>
- </emphasis> button.</para>
+ <para>In the next dialog verify the specified information and
if something is
+ unfair go back and correct it</para>
</listitem>
</itemizedlist>
<figure>
- <title>Choosing Runtime</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/manage/manage_14.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <itemizedlist>
- <listitem>
- <para>In the next dialog verify a
<property>JBoss</property> runtime information
- and if something is unfair go back and correct it.</para>
- </listitem>
- </itemizedlist>
- <figure>
<title>Configuring Projects</title>
<mediaobject>
<imageobject>