stevel 2002/10/07 22:39:14 Modified: java/webapps/axis index.html Log: adding comment about admin servlet. FYI the servlet is secure by default unless the system is configured to be a dev system; the secure version of the servlet just lists #of active requests, hiding the start/stop buttons Revision Changes Path 1.5 +4 -3 xml-axis/java/webapps/axis/index.html Index: index.html =================================================================== RCS file: /home/cvs/xml-axis/java/webapps/axis/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.html 24 Jun 2002 18:15:02 -0000 1.4 +++ index.html 8 Oct 2002 05:39:13 -0000 1.5 @@ -15,11 +15,12 @@ <p>What do you want to do today?</p> <ul> - <li><a href="servlet/AdminServlet">Administer Axis</a></li> - <li><a href="servlet/AxisServlet">View</a> - the list of deployed Web services</li> <li><a href="happyaxis.jsp">Validate</a> the local installation's configuration</li> + <li><a href="servlet/AxisServlet">View</a> + the list of deployed Web services</li> + <li><a href="servlet/AdminServlet">Administer Axis</a> <br> + disabled by default for security reasons</li> <li><a href="http://xml.apache.org/axis">Visit</a> the Apache-Axis Home Page</li> </ul>