Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-568

Issues in the Axis2/C Manual - Quick Start Guide

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0
    • documentation
    • None
    • Windows XP

    Description

      The following issues were found in the "Installation Guide" under the heading "Installing Apache2 Web Server Integration Module (mod_axis2)"
      ================================================================================================================
      1. Minor Issue - Under the heading "1. Quick Start Guide", the sentence "First download the latest binary release form Apache Axis2/C download page." is broken into two and the "download page" part is displayed as a seperate paragraph. Make this a single sentence.

      2. After compiling the service class, it seems that you have to link it using the command "link.exe /nologo /LIBPATH:....." in order to created the .dll file but steps to generate the .dll file is not mentioned in the document. Please add this.

      3. Before compiling the service class, if you do not run the vcvars32.bat file, you will get an error. Therefore, the guide should mention that you should run this bat file before you compile the service class.

      4. The command given to compile the service class is wrong. As per Dushyantha it should be corrected as,
      cl.exe /D "WIN32" /D "_WINDOWS" /D "_MBCS"/D"AXIS2_DECLARE_EXPORT" /D "AXIS2_SVR_MULTI_THREADED" /w /nologo /I $(AXIS2_INCLUDE_PATH) /I $(APACHE_INCLUDE_PATH) hello.c (/I should be added before $(AXIS2_INCLUDE_PATH) and $(APACHE_INCLUDE_PATH) and /I given before "hello.c" should be removed)
      Please update the guide with the correct command

      Attachments

        Activity

          People

            samisa Don Samisa Abeysinghe
            evanthika Evanthika Shiromali Amarasiri
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: