Numguess Help

This version of Numguess is running (or trying to run) your local Tomcat numguess.jsp. It assumes the URL is http://localhost:8080/examples/jsp/num/numguess.jsp. Note that localhost refers to the host your uPortal instance is running on, not the machine your browser is on.

The channel uses CWebProxy to incorporate the numguess application. CWebProxy is invoked with the following parameters:
Name Value
cw_xml http://localhost:8080/examples/jsp/num/numguess.jsp
cw_ssl webpages/stylesheets/org/jasig/portal/channels/CWebProxy/XHTML.ssl
cw_info examples/num_info.html
cw_help examples/num_help.html
cw_edit examples/num_edit.html
cw_passThrough all
cw_tidy on

This help page is a static html page on a remote server, with the URL indicated by the cw_help parameter. CWebProxy replaces the application with this URL when you click on the help button, so we need to aim you back to the original application when you're done with help. This is done by using a special runtime parameter cw_reset with a value of return. It could also be done by setting cw_xml to point back to the original application.

Note that if the cw_xmlURL gets set to something that doesn't work, there's currently no way for CWebProxy to return to the application.