stevel      2003/03/22 11:03:25

  Modified:    java/webapps/axis index.html happyaxis.jsp
  Log:
  last minute fixup to the validation. More on what people should do if happyaxis 
doesnt run, then point people at the wiki
  
  Revision  Changes    Path
  1.9       +13 -8     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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.html        13 Nov 2002 00:52:34 -0000      1.8
  +++ index.html        22 Mar 2003 19:03:25 -0000      1.9
  @@ -16,7 +16,8 @@
   
   <ul>
       <li><a href="happyaxis.jsp">Validate</a>
  -        the local installation's configuration</li>
  +        the local installation's configuration<br>
  +        <i>see below if this does not work.</i></li>
       <li><a href="servlet/AxisServlet">View</a>
           the list of deployed Web services</li>
       <li><a href="EchoHeaders.jws?method=list">
  @@ -32,12 +33,16 @@
   </ul>
   To enable the disabled features, uncomment the appropriate declarations in 
   WEB-INF/web.xml in the webapplication and restart it.
  -<hr>
  -If the "happyaxis" validation page returns some kind of error, it is invariably a 
  -configuration issue. Consult the Axis documentation for specific details
  -on your server, or the axis-user mailing list. Sometimes that page 
  -returns a jasper error: if this is the case it is related to XML parser
  -versions. We strongly recommend you download and install
  -<a href="http://xml.apache.org/xerces2-j/";>Xerces</a>
  +<h3>Validating Axis</h3>
  +
  +If the "happyaxis" validation page displays an exception instead of a 
  +status page, the likely cause is that you have multiple XML parsers in 
  +your classpath. Clean up your classpath by eliminating extraneous parsers. 
  +
  +<p>
  +If you have problems getting Axis to work, consult the Axis 
  +<a
  +href="http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages";>Wiki</a>
  +and then try the Axis user mailing list. 
   </body>
   </html>
  
  
  
  1.14      +6 -1      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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- happyaxis.jsp     3 Jan 2003 07:35:24 -0000       1.13
  +++ happyaxis.jsp     22 Mar 2003 19:03:25 -0000      1.14
  @@ -205,7 +205,7 @@
               }
           } catch (Throwable t){
           }
  -        return null;
  +        return "an unknown location";
       }
   
       /**
  @@ -426,6 +426,11 @@
               "XML Security is not supported",
               "http://xml.apache.org/security/";);
   
  +    wanted += wantClass(out, "javax.net.ssl.SSLSocketFactory",
  +            "jsse.jar or java1.4+ runtime",
  +            "Java Secure Socket Extension",
  +            "https is not supported",
  +            "http://java.sun.com/products/jsse/";);
       /*
        * resources on the classpath path
        */
  
  
  

Reply via email to