Closed GoogleCodeExporter closed 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
Original comment by jl1615@gmail.com
on 4 May 2009 at 5:42
Original comment by Brett.Mi...@gmail.com
on 16 May 2009 at 9:18
Original issue reported on code.google.com by
rakeshs101981@gmail.com
on 1 May 2009 at 10:16