uCosminexus Application Server, Web Container Functionality Guide

[Contents][Glossary][Index][Back][Next]

3.4.2 Setting up the class path

Set the class path in the add.class.path key in the usrconf.cfg file (the option definition file for a Java application) of the J2EE Server to run the applications that use JSF and JSTL with Application Server.

The following example is for the Windows environment:

add.class.path=Cosminexus-application-server-installation-directory\CC\lib\cjsf.jar
add.class.path=Cosminexus-application-server-installation-directory\CC\lib\cjstl.jar
Note
Concurrently specifying libraries with different versions in the class path might lead to abnormal behavior of the application. You must specify a library that is compatible with the application version.

For details on settings required to develop a JSF application in the Developer environment, seeAppendix L.1 When using JSF in the uCosminexus Application Server Application Development Guide.