move image to the correct place ------------------------------- Key: AXIS2-3793 URL: https://issues.apache.org/jira/browse/AXIS2-3793 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: documentation Affects Versions: 1.4, nightly Reporter: Tom Seelbach Priority: Trivial Fix For: 1.4, nightly
The following patch will move image006.jpg (welcome page) from bullet 2 to bullet 3 where it belongs. Also correct horizontal alignment. [EMAIL PROTECTED] @[EMAIL PROTECTED] svn diff installationguide.xml Index: installationguide.xml =================================================================== --- installationguide.xml (revision 654096) +++ installationguide.xml (working copy) @@ -296,22 +296,23 @@ WAR file. (Some servlet containers may require a restart in order to capture the new web application. Refer to your servlet container documentation for more information.) -<p align="center"><strong><img src="images/clip_image006.jpg" alt= -"" /></strong></p> </li> <li>Once the WAR is successfully installed, test it by pointing the web browser to the <strong>http://<host :port>/axis2.</strong> It should produce the following page -which is the <strong>Axis2 Web Application Home Page</strong>.</li> +which is the <strong>Axis2 Web Application Home Page</strong>. +<img src="images/clip_image006.jpg" alt= "" /> +</li> <li>Use the link "Validate" to ensure that everything is running correctly. If the validation fails then the WAR has failed to install properly or some essential jars are missing. In such a situation, refer to the documentation of the particular servlet container to find the problem. The following page shows a successful validation. Note the statement that indicates the core -Axis2 libraries are present.</li> +Axis2 libraries are present. +<img src="images/happyaxis.jpg" /> +</li> </ol> -<p align="center"><img src="images/happyaxis.jpg" /></p> <a name="upload" id="upload"></a> <p><strong>Note:</strong> For any Application server specific installation information please refer to the <a href= -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]