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 "John Hawkins (JIRA)" <ax...@ws.apache.org> on 2005/09/12 20:59:30 UTC

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

    [ http://issues.apache.org/jira/browse/AXISCPP-630?page=comments#action_12323258 ] 

John Hawkins commented on AXISCPP-630:
--------------------------------------

This is an interesting and good point ! Unfortunately, we have no plans to  change this at the moment due to resource constraints.

> Can Axis C++ 1.5 customize access URL without changing code?
> ------------------------------------------------------------
>
>          Key: AXISCPP-630
>          URL: http://issues.apache.org/jira/browse/AXISCPP-630
>      Project: Axis-C++
>         Type: Improvement
>     Versions: current (nightly)
>  Environment: Linux platform 
>     Reporter: yu jie

>
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira