http://myServer.ibm.com/cicshello
The opening screen shown in Figure 1 appears.
com.ibm.cics.ejs.nameserver=iiop://mycosns.ibm.com:2809/domain/legacyRoot
WebSphere Version | Location of Web application server | Name server type | Initial context factory to use |
---|---|---|---|
3.5 | Distributed | COS | com.ibm.ejs.ns.jndi.CNInitialContextFactory |
3.5 | Distributed | LDAP | com.ibm.jndi.LDAPCtxFactory |
3.5 | z/OS or OS/390 | COS | com.sun.jndi.cosnaming.CNCtxFactory |
3.5 | z/OS or OS/390 | LDAP | com.sun.jndi.ldap.LdapCtxFactory |
4 or later | Distributed | COS or LDAP | com.ibm.websphere.naming.WsnInitialContextFactory |
4 or later | z/OS or OS/390 | COS | com.sun.jndi.cosnaming.CNCtxFactory |
4 or later | z/OS or OS/390 | LDAP | com.sun.jndi.ldap.LdapCtxFactory |
If none of the values in the drop-down list are valid for your installation, select the Other radio button and enter the correct value in the lower text field.
If the application is configured correctly and the input values are valid, the HelloWorldResults JSP displays the message “You said your phrase” in the browser (where your phrase is the phrase you entered in step 3).
If the application is not configured correctly, or one or more of the input values is invalid, the HelloWorldError JSP displays an error message in the browser. The readme.txt file contains hints and tips that may help you debug a failed application.