PILLUTLAAVINASH / google-enterprise-connector-manager

Automatically exported from code.google.com/p/google-enterprise-connector-manager
0 stars 0 forks source link

Display informative text when user connects to http://<HOSTNAME>:8080/connector-manager/ instead of HTTP Status 404 #149

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Deploy the connector manager
2. Type the URL: http://<HOSTNAME>:8080/connector-manager/
3. HTTP Status 404 is returned which gives the impression that the 
connector manager has not been installed OR has problems

What is the expected output? What do you see instead?
The connector Manager should return an informative response like the one 
displayed for /testConnectivity

In past customers have reported the above and requested to display some 
informative text to ensure that the connector service is up and running. 
Not many customers go through the entire documentation to know that there 
is a /testConnectivity feature available to test the same.

What version of the product are you using? On what operating system?
All 1.x versions

Please provide any additional information below.

Original issue reported on code.google.com by rakeshs101981@gmail.com on 1 May 2009 at 10:16

GoogleCodeExporter commented 8 years ago
I just tested a simple static index.html page in the root directory 
(/webapps/connector-manager) and it is 
returned by this URL. We could include a links to the main connector 
documentation page and the 
testConnectivity servlet, or use an index.jsp to include or redirect to the 
testConnectivity servlet.

As an alternative, we could redirect to the /testConnectivity URL (using HTML 
or JSP) using one of the 
following:

<meta http-equiv="refresh" content="0;url=testConnectivity" />

<jsp:forward page="/testConnectivity" />

<% response.sendRedirect("testConnectivity"); %>

Original comment by jl1615@gmail.com on 2 May 2009 at 12:00

GoogleCodeExporter commented 8 years ago

Original comment by jl1615@gmail.com on 4 May 2009 at 5:42

GoogleCodeExporter commented 8 years ago

Original comment by Brett.Mi...@gmail.com on 16 May 2009 at 9:18