To test each portlet’s JSP file as a standalone Web application, enter the following URLs in your browser’s Address or Location field. You can change the default port 8080 to any real port number of the Web application server’s HTTP listener.
Basic Search: http://<LOCALHOST>:8080/search/basicsearch/basicsearch.jsp |
Advanced Search: http://<LOCALHOST>:8080/search/advancedsearch /advancedsearch.jsp |
Manage Agents: http://<LOCALHOST>:8080/search/agent /agentcontrol.jsp?uid=<uid> Manage Agents requires uid, which can be any string. |
Agent Search: http://<LOCALHOST>:8080/search/agent /listagent.jsp?uid=<uid> Agent Search requires a uid, which can be any string. |
Manage Channels: http://<LOCALHOST>:8080/search/channel /managechannels.jsp?uid=<uid>&role=<role> Manager channels requires uid and role. Use any string for uid and enter any role that uses “Admin” in its name for role; for example, “PortalAdmin.” |
Channel Search: http://<LOCALHOST>:8080/search/channel /channellist.jsp?uid=<uid>&role=<role> Channel Search requires uid and role. Use any string for uid and enter any role for role. |