Author: sabrashevich
Date: 2007-08-08 10:01:28 -0400 (Wed, 08 Aug 2007)
New Revision: 2960
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addedruntime.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addingjbossserver.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/choosingruntime.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime2.png
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/servertype.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
Log:
http://jira.jboss.com/jira/browse/EXIN-401 updated text context, changed images
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addedruntime.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addedruntime.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addingjbossserver.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addingjbossserver.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/choosingruntime.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/choosingruntime.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime.png
===================================================================
(Binary files differ)
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime2.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/servertype.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-08-08
12:41:42 UTC (rev 2959)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-08-08
14:01:28 UTC (rev 2960)
@@ -132,7 +132,7 @@
<orderedlist>
<listitem><para>Open the JBoss Server View by selecting Window >
Show View > Other > Server > JBoss Server View. You will see JBoss
Server view.</para></listitem>
<listitem><para>Right click anywhere in this view and select New
Server.</para></listitem>
-<listitem><para>Select JBoss > JBoss v4.2 and press
Next.</para></listitem>
+<listitem><para>Select JBoss, a division of Red Hat > JBoss v4.2,
click the "Installed Runtimes" button to select a new installed runtime
and press Next.</para></listitem>
</orderedlist>
<figure>
<title>Selecting server type</title>
@@ -142,8 +142,21 @@
</imageobject>
</mediaobject>
</figure>
+<figure>
+<title>Selecting JBoss Runtime</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbossruntime2.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
<orderedlist continuation="continues">
+<listitem><para>Click "Add" button to add a new jboss
runtime.</para></listitem>
+<listitem><para>Select JBoss, a division of Red Hat > JBoss v4.2 and
press Next.</para></listitem>
+</orderedlist>
+
+<orderedlist continuation="continues">
<listitem><para>In the next step make Red Hat Developer Studio to know where
you have installed the server and define JRE.</para></listitem>
</orderedlist>
<figure>
@@ -159,8 +172,38 @@
<para>When adding a new server you will need to specify what JRE to use. It is
important to set this value to a full JDK, not JRE. Again, you need a full JDK to run Web
applications, JRE will not be enough.</para>
</note>
<orderedlist continuation="continues">
- <listitem><para>In the following window leave all settings default and
press Next button.</para></listitem>
-
+ <listitem><para>In the following window leave all settings default or give
your name to a new jboss server and press Finish.</para></listitem>
+</orderedlist>
+<figure>
+<title>Adding new runtime</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/addingjbossserver.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+ <para>A new runtime will now appear in the Preferences > Server >
Installed Runtimes dialog.</para>
+<figure>
+<title>Runtime is added</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/addedruntime.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+
+<orderedlist continuation="continues">
+ <listitem><para>Click OK. Then select a new added runtime in Server runtime
drop down list and click Next button twice.</para></listitem>
+</orderedlist>
+<figure>
+<title>Choosing runtime</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/choosingruntime.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+ <orderedlist continuation="continues">
<listitem><para>In the last wizard's dialog modify the projects
that are configured on the server and click Finish.</para></listitem>
</orderedlist>
<figure>