Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6 | Andrea | 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 import="org.apache.axis2.Constants" %> |
||
21 | <%@ page import="org.apache.axis2.context.ConfigurationContext" %> |
||
22 | <%@ page import="org.apache.axis2.context.ServiceContext" %> |
||
23 | <%@ page import="org.apache.axis2.context.ServiceGroupContext" %> |
||
24 | <%@ page import="org.apache.axis2.deployment.util.PhasesInfo" %> |
||
25 | <%@ page import="org.apache.axis2.description.AxisModule" %> |
||
26 | <%@ page import="org.apache.axis2.description.AxisOperation" %> |
||
27 | <%@ page import="org.apache.axis2.description.AxisService" %> |
||
28 | <%@ page import="org.apache.axis2.description.AxisServiceGroup" %> |
||
29 | <%@ page import="org.apache.axis2.description.Parameter" %> |
||
30 | <%@ page import="org.apache.axis2.engine.AxisConfiguration" %> |
||
31 | <%@ page import="org.apache.axis2.engine.Handler" %> |
||
32 | <%@ page import="org.apache.axis2.engine.Phase" %> |
||
33 | <%@ page import="org.apache.axis2.util.JavaUtils" %> |
||
34 | <%@ page import="java.util.ArrayList" %> |
||
35 | <%@ page import="java.util.Collection" %> |
||
36 | <%@ page import="java.util.Enumeration" %> |
||
37 | <%@ page import="java.util.HashMap" %> |
||
38 | <%@ page import="java.util.Hashtable" %> |
||
39 | <%@ page import="java.util.Iterator" %> |
||
40 | <%-- |
||
41 | ~ Licensed to the Apache Software Foundation (ASF) under one |
||
42 | ~ or more contributor license agreements. See the NOTICE file |
||
43 | ~ distributed with this work for additional information |
||
44 | ~ regarding copyright ownership. The ASF licenses this file |
||
45 | ~ to you under the Apache License, Version 2.0 (the |
||
46 | ~ "License"); you may not use this file except in compliance |
||
47 | ~ with the License. You may obtain a copy of the License at |
||
48 | ~ |
||
49 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
||
50 | ~ |
||
51 | ~ Unless required by applicable law or agreed to in writing, |
||
52 | ~ software distributed under the License is distributed on an |
||
53 | ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
||
54 | ~ KIND, either express or implied. See the License for the |
||
55 | ~ specific language governing permissions and limitations |
||
56 | ~ under the License. |
||
57 | --%> |
||
58 | <%@ page contentType="text/html;charset=iso-8859-1" language="java" %> |
||
59 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
||
60 | <html> |
||
61 | <head> |
||
62 | <jsp:include page="../include/httpbase.jsp"/> |
||
63 | <title>Axis2 :: Administration Page</title> |
||
64 | <link href="axis2-web/css/axis-style.css" rel="stylesheet" type="text/css"/> |
||
65 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> |
||
66 | </head> |
||
67 | |||
68 | <body> |
||
69 | <jsp:include page="header.inc"/> |
||
70 | <table class="FULL_BLANK"> |
||
71 | <tr> |
||
72 | <td valign="top" width="20%"> |
||
73 | <jsp:include page="../LeftFrame.jsp"/> |
||
74 | </td> |
||
75 | <td valign="top" align="left" width="80%"> |
||
76 | <table width="100%"> |
||
77 | <tr> |
||
78 | <td align="right" colspan="2"><a href="#" onclick="javascript:history.back();">Back</a> | <a |
||
79 | href="axis2-admin/logout">Log out</a></td> |
||
80 | </tr> |
||
81 | </table> |