uCosminexus Application Server, Web Service Development Guide

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

4.6.1 Creating an option definition file for Java applications

Create an option definition file for Java applications (usrconf.cfg) required for executing Web Services.

The following is an example for creating the option definition file for Java applications:

add.class.path=Cosminexus-installation-directory\jaxws\lib\cjjaxws.jar
add.class.path=.\classes
ejb.client.log.directory=logs
add.jvm.arg=-Dcosminexus.home= Cosminexus-installation-directory
add.jvm.arg=-Dejbserver.server.prf.PRFID=PRF-ID

For Cosminexus-installation-directory, use the absolute path to specify the path on which Cosminexus is installed.

The created option definition file for Java applications is stored in c:\temp\jaxws\works\fromwsdl\client\directory with the UTF-8 format. For the option definition file for Java applications, see 14.2 usrconf.cfg (Option definition file for the Java applications) in the uCosminexus Application Server Definition Reference Guide.