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 "nadir amra (JIRA)" <ax...@ws.apache.org> on 2008/05/22 01:15:55 UTC

[jira] Updated: (AXISCPP-630) Can Axis C++ 1.5 customize access URL without changing code?

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

nadir amra updated AXISCPP-630:
-------------------------------

    Component/s: Server - Apache module

> Can Axis C++ 1.5 customize access URL without changing code?
> ------------------------------------------------------------
>
>                 Key: AXISCPP-630
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-630
>             Project: Axis-C++
>          Issue Type: Improvement
>          Components: Server - Apache module
>    Affects Versions: current (nightly)
>         Environment: Linux platform 
>            Reporter: SDCC
>
> Hi all,
>   In my developing, Axis C++ 1.4 moduel can only be
> accessed via URL:
> http://host.ip.or.url/axis/serviceName, but as I want
> to access as
> http://host.ip.or.url/ssm/Management/serviceName. In
> order to satisfy this requirement, I have to change
> the Axis Source Code as:
> in
> $AXISCPP_HOME/src/server/apache2/Apache2Transport.cpp,
> I change the line: 23 from:
> #define AXIS_URI_EXTENSION "/axis"            //<--
> OLD 
> to
> #define AXIS_URI_EXTENSION "/ssm/management"  //<--
> NEW
> Now I want to know if this issue can be covered in
> Axis C++ 1.5 Final version?

-- 
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