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 Deepal jayasinghe <de...@gmail.com> on 2015/05/04 17:38:55 UTC

Re: getting raw html page on apache axis2

To me its a valid html page (and axis is already deployed). Try with 
different browser ?

Deepal
>
> Hi,
>
> When I type http://10.10.155.152:6080/axis2/
>
> I get this raw html page :
>
> Whats the issue ?
>
> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
>
> <html>
>
> <%
>
> /*
>
> * Copyright 2004,2005 The Apache Software Foundation.
>
> *
>
> * Licensed under the Apache License, Version 2.0 (the "License");
>
> * you may not use this file except in compliance with the License.
>
> * You may obtain a copy of the License at
>
> *
>
> *      http://www.apache.org/licenses/LICENSE-2.0
>
> *
>
> * Unless required by applicable law or agreed to in writing, software
>
> * distributed under the License is distributed on an "AS IS" BASIS,
>
> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
>
> * See the License for the specific language governing permissions and
>
> * limitations under the License.
>
> *
>
> *
>
> */
>
> %>
>
> <head>
>
> <jsp:include page="include/httpbase.jsp"/>
>
> <title>Axis 2 - Home</title>
>
> <link href="axis2-web/css/axis-style.css" rel="stylesheet" 
> type="text/css"/>
>
> </head>
>
> <body>
>
> <jsp:include page="include/header.inc" />
>
> <br/>
>
> <h1>Welcome!</h1>
>
> Welcome to the new generation of Axis. If you can see this page you have
>
> successfully deployed the Axis2 Web Application. However, to ensure 
> that Axis2
>
> is properly working, we encourage you to click on the validate link.
>
> <br/>
>
> <ul>
>
> <li><a href="services/listServices">Services</a>
>
> <br/>
>
> View the list of all the available services deployed in this server.
>
> </li>
>
> <li><a href="axis2-web/HappyAxis.jsp">Validate</a>
>
> <br/>
>
> Check the system to see whether all the required libraries are in place
>
> and view the system information.
>
> </li>
>
> <%--<li><a href="interop.jsp">Do an interop test</a>
>
> <br/>
>
> You can run Interoperability tests here
>
> </li>--%>
>
> <li><a href="axis2-admin/">Administration</a>
>
> <br/>
>
> Console for administering this Axis2 installation.
>
> </li>
>
> </ul>
>
> <jsp:include page="include/footer.inc"/>
>
> </body>
>
> </html>
>
> *Regards*
>
> *Ravi Kumar Verma**|**VHA Data Center Transformation**|**Tech Mahindra*
>
> Hinjewadi Phase3, Block4 Pune, India**
>
> Cell: 7028919561
>
> Email: rv00360939@techmahindra.com <ma...@techmahindra.com>
>
> ------------------------------------------------------------------------
> ============================================================================================================================
> Disclaimer: This message and the information contained herein is 
> proprietary and confidential and subject to the Tech Mahindra policy 
> statement, you may review the policy at 
> http://www.techmahindra.com/Disclaimer.html externally 
> http://tim.techmahindra.com/tim/disclaimer.html internally within 
> TechMahindra.
> ============================================================================================================================


Re: getting raw html page on apache axis2

Posted by Andreas Veithen <an...@gmail.com>.
No, this is actually a JSP, which suggests that there is some
misconfiguration that prevents the server from processing JSP.

Andreas

On Mon, May 4, 2015 at 4:38 PM, Deepal jayasinghe <de...@gmail.com> wrote:
> To me its a valid html page (and axis is already deployed). Try with
> different browser ?
>
> Deepal
>
> Hi,
>
> When I type http://10.10.155.152:6080/axis2/
>
> I get this raw html page :
>
> Whats the issue ?
>
>
>
>
>
> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
>
> <html>
>
>   <%
>
>    /*
>
>     * Copyright 2004,2005 The Apache Software Foundation.
>
>     *
>
>     * Licensed under the Apache License, Version 2.0 (the "License");
>
>     * you may not use this file except in compliance with the License.
>
>     * You may obtain a copy of the License at
>
>     *
>
>     *      http://www.apache.org/licenses/LICENSE-2.0
>
>     *
>
>     * Unless required by applicable law or agreed to in writing, software
>
>     * distributed under the License is distributed on an "AS IS" BASIS,
>
>     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
>
>     * See the License for the specific language governing permissions and
>
>     * limitations under the License.
>
>     *
>
>     *
>
>     */
>
>   %>
>
>   <head>
>
>     <jsp:include page="include/httpbase.jsp"/>
>
>     <title>Axis 2 - Home</title>
>
>     <link href="axis2-web/css/axis-style.css" rel="stylesheet"
> type="text/css"/>
>
>   </head>
>
>
>
>   <body>
>
>     <jsp:include page="include/header.inc" />
>
>     <br/>
>
>
>
>     <h1>Welcome!</h1>
>
>     Welcome to the new generation of Axis. If you can see this page you have
>
>     successfully deployed the Axis2 Web Application. However, to ensure that
> Axis2
>
>     is properly working, we encourage you to click on the validate link.
>
>     <br/>
>
>     <ul>
>
>       <li><a href="services/listServices">Services</a>
>
>         <br/>
>
>         View the list of all the available services deployed in this server.
>
>       </li>
>
>       <li><a href="axis2-web/HappyAxis.jsp">Validate</a>
>
>         <br/>
>
>         Check the system to see whether all the required libraries are in
> place
>
>         and view the system information.
>
>       </li>
>
>       <%--<li><a href="interop.jsp">Do an interop test</a>
>
>       <br/>
>
>       You can run Interoperability tests here
>
>       </li>--%>
>
>       <li><a href="axis2-admin/">Administration</a>
>
>         <br/>
>
>         Console for administering this Axis2 installation.
>
>       </li>
>
>     </ul>
>
>     <jsp:include page="include/footer.inc"/>
>
>   </body>
>
> </html>
>
>
>
>
>
> Regards
>
> Ravi Kumar Verma | VHA Data Center Transformation | Tech Mahindra
>
> Hinjewadi Phase3, Block4 Pune, India
>
> Cell: 7028919561
>
> Email: rv00360939@techmahindra.com
>
>
>
>
>
> ________________________________
> ============================================================================================================================
> Disclaimer: This message and the information contained herein is proprietary
> and confidential and subject to the Tech Mahindra policy statement, you may
> review the policy at http://www.techmahindra.com/Disclaimer.html externally
> http://tim.techmahindra.com/tim/disclaimer.html internally within
> TechMahindra.
> ============================================================================================================================
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org