Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1
-
None
-
None
-
WinXP/Linux
TOMCAT 5
Axis 1.1
P4 2.4Ghz
512 MB RAM
120 GB HD
Intel 100 Mbit Ether
Description
In the documentation the variable axis.development.system, and axis.enableListQuery inside server-config.wsdd in the tag for globalConfiguration are supposed to control certain features of AxisServlet and AdminServlet.. however... after testing and analyzing the code I realized that these variables where then queried by a function called "getOption" part of the AxisServletBase classs.
For this options to take effect, they have to be in the servlet parameters (inside web.xml) and not in the server-config.wsdd. As far as I could gather, either this is an error in the documentation OR the class AxisProperties (one of the responsible classes for querying parameters) is not working correctly (at least with my setup, but I have tested it in two different machines).
If I place these options inside the web.xml as servlet parameters, the behaviour of the servlets changes as specified inside the documentation.