For Security reasons. I dont want to display my server details to anybody.
http://:/MyServices/axis2-web/HappyAxis.jsp
When i clicked above link it shows my server related details.
How to disable HappyAxis.jsp page from axis2 web service?
For Security reasons. I dont want to display my server details to anybody.
http://:/MyServices/axis2-web/HappyAxis.jsp
When i clicked above link it shows my server related details.
How to disable HappyAxis.jsp page from axis2 web service?
You need to make 2 changes.
1) Remove the following code from the index.jsp file in the WAR file / Web Application
Folder --> WebContent\axis2-web\index.jsp / Warfile\axis2-web\index.jsp
Modified index.jsp code
2) Rename the HappyAxis.jsp to a new name (Say ServerDetails.jsp) and modify the LeftFrame.jsp to show the newly created ServerDetails.jsp. By this way only when you login you can see the HappyAxis.jsp / ServerDetails.jsp link.
Complete modified LeftFrame.jsp
Also the new jsp ServerDetails.jsp can be accessed by the user if they know the path. If you want secure futher either you delete the Happy axis jsp and remove reference from the index.jsp or else modify the AdminServlet to add security validation for this JSP org.apache.axis2.transport.http.AxisAdminServlet