You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by st...@apache.org on 2002/10/18 01:15:08 UTC

cvs commit: xml-axis/java/webapps/axis happyaxis.jsp

stevel      2002/10/17 16:15:08

  Modified:    java/webapps/axis happyaxis.jsp
  Log:
  hint that crimson is not the ideal choice for Axis. Things like Castor demand something better
  
  Revision  Changes    Path
  1.9       +5 -0      xml-axis/java/webapps/axis/happyaxis.jsp
  
  Index: happyaxis.jsp
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/webapps/axis/happyaxis.jsp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- happyaxis.jsp	13 Sep 2002 17:01:06 -0000	1.8
  +++ happyaxis.jsp	17 Oct 2002 23:15:08 -0000	1.9
  @@ -376,7 +376,12 @@
           <tr><td>Servlet version</td><td><%= servletVersion %></td></tr>
           <tr><td>XML Parser</td><td><%= xmlParser %></td></tr>
       </table>
  +<%
  +    if(xmlParser.indexOf("crimson")>=0) {
  +        out.write("<p><b>Warning, we recommend Xerces over Crimson as the XML parser for Axis</b></p>");
  +    }
   
  +%>
       <h2>Examining System Properties</h2>
   <%
       /**