source: gs3-extensions/pharos/trunk/web/axis2-web/index.jsp@ 20983

Last change on this file since 20983 was 20983, checked in by davidb, 14 years ago

Initial files for Phrasos extension to Greenstone3

File size: 2.1 KB
Line 
1<%--
2 ~ Licensed to the Apache Software Foundation (ASF) under one
3 ~ or more contributor license agreements. See the NOTICE file
4 ~ distributed with this work for additional information
5 ~ regarding copyright ownership. The ASF licenses this file
6 ~ to you under the Apache License, Version 2.0 (the
7 ~ "License"); you may not use this file except in compliance
8 ~ with the License. You may obtain a copy of the License at
9 ~
10 ~ http://www.apache.org/licenses/LICENSE-2.0
11 ~
12 ~ Unless required by applicable law or agreed to in writing,
13 ~ software distributed under the License is distributed on an
14 ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ~ KIND, either express or implied. See the License for the
16 ~ specific language governing permissions and limitations
17 ~ under the License.
18 --%>
19
20<%@ page contentType="text/html;charset=UTF-8" language="java" %>
21<html>
22 <head>
23 <jsp:include page="include/httpbase.jsp"/>
24 <title>Axis 2 - Home</title>
25 <link href="axis2-web/css/axis-style.css" rel="stylesheet" type="text/css"/>
26 </head>
27
28 <body>
29 <jsp:include page="include/header.inc" />
30 <br/>
31
32 <h1>Welcome!</h1>
33 Welcome to the new generation of Axis. If you can see this page you have
34 successfully deployed the Axis2 Web Application. However, to ensure that Axis2
35 is properly working, we encourage you to click on the validate link.
36 <br/>
37 <ul>
38 <li><a href="services/listServices">Services</a>
39 <br/>
40 View the list of all the available services deployed in this server.
41 </li>
42 <li><a href="axis2-web/HappyAxis.jsp">Validate</a>
43 <br/>
44 Check the system to see whether all the required libraries are in place
45 and view the system information.
46 </li>
47 <%--<li><a href="interop.jsp">Do an interop test</a>
48 <br/>
49 You can run Interoperability tests here
50 </li>--%>
51 <li><a href="axis2-admin/">Administration</a>
52 <br/>
53 Console for administering this Axis2 installation.
54 </li>
55 </ul>
56 <jsp:include page="include/footer.inc"/>
57 </body>
58</html>
Note: See TracBrowser for help on using the repository browser.