Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.1
-
None
-
None
-
Win XP, Tomcat 5.5.16, JDK1.5
Description
When enabling REST for Axis2MainServlet in axis2.xml, wrong epr is shown in the admin console 'Available Services' page.
Steps to reproduce:
===================
1. Enable REST in axis2.xml
i.e:- Change the following parameter
<parameter name="enableRESTInAxis2MainServlet" locked="true">true</parameter>
2. Restart the server and navigate to 'Available Services' page in the axis2 admin console
3. Service REST epr is displayed as follows.
Service REST epr : http://localhost:8080/axis2/services/Version
: http://localhost:8080/axis2/rest/Version
Please see the attached screen shot.