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 to...@apache.org on 2005/01/06 08:27:35 UTC

cvs commit: ws-axis/java/webapps/axis index.html

toshi       2005/01/05 23:27:35

  Modified:    java/webapps/axis index.html
  Log:
  For i18n of Axis webapps.
  
  Revision  Changes    Path
  1.12      +9 -39     ws-axis/java/webapps/axis/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/webapps/axis/index.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.html	30 Dec 2004 02:03:09 -0000	1.11
  +++ index.html	6 Jan 2005 07:27:35 -0000	1.12
  @@ -1,51 +1,21 @@
   <html>
   
   <head>
  -<meta http-equiv="Content-Type"
  -content="text/html; charset=iso-8859-1">
  -<title>Apache-Axis</title>
  +  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  +  <meta http-equiv="Refresh" content="5;url=index.jsp">
  +  <title>Apache-Axis</title>
   </head>
   
   <body bgcolor="#FFFFFF">
   
   <h1 align="center">Apache-AXIS</h1>
   
  -<div align="right">
  -Language: [en] [<a href="ja/index.html">ja</a>]
  -</div>
  +<blockquote>
  + We've moved to an internationalized <a href="index.jsp">top page</a>. The new URL should be automatically loaded after 5 seconds.<br>
  +If you want to visit the new site immediately, please click the above link.
  +</blockquote>
   
  -<p>Hello! <em>Welcome</em> to Apache-Axis.</p>
  -
  -<p>What do you want to do today?</p>
  -
  -<ul>
  -    <li><a href="happyaxis.jsp">Validate</a>
  -        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">
  -        Call a local endpoint</a> that list's the caller's
  -        http headers (or see its
  -        <a href="EchoHeaders.jws?wsdl">WSDL</a>). 
  -    <li><a href="http://ws.apache.org/axis">Visit</a>
  -        the Apache-Axis Home Page</li>
  -    <li><a href="servlet/AdminServlet">Administer Axis</a> <br>
  -        [disabled by default for security reasons]</li>
  -    <li><a href="SOAPMonitor">SOAPMonitor</a> <br>
  -        [disabled by default for security reasons]</li>
  -</ul>
  -To enable the disabled features, uncomment the appropriate declarations in 
  -WEB-INF/web.xml in the webapplication and restart it.
  -<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://wiki.apache.org/ws/FrontPage/Axis">Wiki</a>
  -and then try the Axis user mailing list. 
  +<hr>
  +Copyright &copy 2005 The Apache Software Foundation. All rights reserved. 
   </body>
   </html>