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? Thank you very much [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
