Enable REST support by default.
-------------------------------
Key: AXIS2-1595
URL: http://issues.apache.org/jira/browse/AXIS2-1595
Project: Apache Axis 2.0 (Axis2)
Issue Type: Improvement
Affects Versions: 1.1
Environment: Win XP SP2, Mozilla Firefox 1.5.0.7, Tomcat 5.5.20
Reporter: Rainer Menzner
After installation of Axis2 1.1 RC2, the Axis2 did not display. Instead a
message requiring REST support to eb enabled was displayed. In order to make it
make it work I edited webapps\axis2\WEB-INF\conf\axis2.xml as follows:
<parameter name="enableRESTInAxis2MainServlet" locked="true">false</parameter>
replaced with:
<parameter name="enableRESTInAxis2MainServlet" locked="true">true</parameter>
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]