Chapter 28 Configuring Custom Java Class Lists


Configuring the custom class list

Steps Configuring the custom class list for a server, application, Web application, component, or Web component

  1. Display the properties dialog for the server, application, Web application, component, or Web component.
  2. Display the Java Classes tab.
  3. Edit the class list as follows:

Value syntax for Java class lists

Enter a comma-separated list of Java classes, packages, and JAR files. You can specify all classes in a package using wildcards, as in this example:

com.xyz.MyPackage.*

You can specify all classes in a JAR file by specifying the JAR file name, as in this example:

MyEntityBean.jar
JAR files must be deployed in the EAServer java/classes subdirectory.

 


Copyright © 2002 Sybase, Inc. All rights reserved.