You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2007/04/06 05:59:32 UTC

[jira] Resolved: (AXIS2C-577) Issues in the Axis2/C Manual - Simple Axis Server

     [ https://issues.apache.org/jira/browse/AXIS2C-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samisa Abeysinghe resolved AXIS2C-577.
--------------------------------------

    Resolution: Fixed

Fixed the pointed issues. Many thanks for review

> Issues in the Axis2/C Manual - Simple Axis Server
> -------------------------------------------------
>
>                 Key: AXIS2C-577
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-577
>             Project: Axis2-C
>          Issue Type: Bug
>    Affects Versions: Current (Nightly)
>         Environment: Windows XP
>            Reporter: Evanthika Amarasiri
>         Assigned To: Samisa Abeysinghe
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> 1. The code to log Trace messages is not given.
> 2. Minor Issue - It just gives the commands "./axis2_http_server [-p PORT] [-t TIMEOUT] [-r REPO_PATH][-l LOG_LEVEL] [-f LOG_FILE]" and "$./axis2_http_server" without specifying that these commands are for linux. 
> It's true that anyone can understand this but it's appropriate if you could just add a line saying that these commands are used in linux.
> 3. At two places, it describes the default values that will be set if the simple axis server is executed without 
> the given options. 
> Here.....
> port -> 9090
> repository path -> ../
> time_out -> AXIS2_HTTP_DEFAULT_SO_TIMEOUT (30000 s)
> log_level -> AXIS2_LOG_LEVEL_DEBUG
> log_file -> axis2.log
> and here....
> [-p PORT] use the port number PORT. The default port is 9090
> [-r REPO_PATH] use the repository path REPO_PATH. The default repository path is ../
> [-t SOCKET_READ_TIMEOUT] set socket read timeout to SOCKET_READ_TIMEOUT. Default timeout is 30 seconds
> Is this really neccessary? I think one of these should be removed. Please comment
> 4. In the option descriptions (E.g.:- [-p PORT] use the port number PORT. The default port is 9090) each of them repeats PORT, REPO_PATH, SOCKET_READ_TIMEOUT, LOG_LEVEL. This is not neccessary. You can just say "use the port number" without the "PORT" part. Same for the others as well. 

-- 
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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: [Axis2] Do we need user guide?

Posted by Dinesh Premalal <xy...@gmail.com>.
Samisa Abeysinghe <sa...@wso2.com> writes:

> Given that we have the manual, do we need the user guide?
>
> I feel that is is redundent and should be removed.
If we can confirm all things covered in user guide ,are in
axis2c_manual as well.

+1 to remove user guide.

thanks,
Dinesh
-- 
Dinesh Premalal
dinesh@wso2.com
WSO2, Inc.; http://www.wso2.com/
GPG Key ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: [Axis2] re-name modules folder to src

Posted by Samisa Abeysinghe <sa...@wso2.com>.
> But I suggest that we keep src/modules for mod_addr and mod_log.
> So that we end up with,
> src/core
> src/modules

+1. That is a good model.

Samisa...



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: [Axis2] re-name modules folder to src

Posted by Kaushalye Kapuruge <ka...@wso2.com>.
+1.
But I suggest that we keep src/modules for mod_addr and mod_log.
So that we end up with,
src/core
src/modules
...
-Kau

Samisa Abeysinghe wrote:
> Because we started with maven based build way back in time, we named 
> the src folder modules following Java conventions.
>
> It is time that we rename that to src.
>
> Samisa...
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[Axis2] re-name modules folder to src

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Because we started with maven based build way back in time, we named the 
src folder modules following Java conventions.

It is time that we rename that to src.

Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: [Axis2] Do we need user guide?

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Given that we have the manual, do we need the user guide?

I feel that is is redundent and should be removed.

Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: [Axis2] Code in Docs

Posted by Dinesh Premalal <xy...@gmail.com>.
Samisa Abeysinghe <sa...@wso2.com> writes:

> We seem to have issues with code in our documents. Each time we change
> the code, we have to change the docs as well - this is tedious.
>
> I propose that we keep code samples separate from docs and link them
> form docs - which is an easier model when it comes to maintenance.

+1 , This is more practicle approach. 

thanks,
Dinesh


-- 
Dinesh Premalal
dinesh@wso2.com
WSO2, Inc.; http://www.wso2.com/
GPG Key ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[Axis2] Code in Docs

Posted by Samisa Abeysinghe <sa...@wso2.com>.
We seem to have issues with code in our documents. Each time we change 
the code, we have to change the docs as well - this is tedious.

I propose that we keep code samples separate from docs and link them 
form docs - which is an easier model when it comes to maintenance.

Thanks,
Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org