Because Html
HelloWorld is embedded into HTML Channel Application Project, you can run
HTML Channel Project in WAS 6.1 easily after simple configuration. To run
HTML Channel Project in WAS 6.1, perform the following steps:
- Right-click the newly-created CCL project
and select Properties from the pop-up menu. The Properties
dialog opens.
- Select Java Complier from the component tree on
the left-side hand of the panel. In the JDK Compliance section, change the Compiler
compliance level to 1.5.
- Expand Java Editor and select Project
Facets from the component tree on the left-side hand of the panel.
In the Project Facets section, change the Java version
to 5.0.
- Click OK.
- Deploy <EAR Name>.ear file to WAS 6.1, and you can enter the
URL http://<Server IP>:<Port>/<HTML Name>/EstablishSession to
run the HTML Channel Project.