InfoCenter Home >
6: Administer applications >
6.6: Tools and resources quick reference >
6.6.8: Administering Web modules (overview) >
6.6.8.0: Web module properties >
6.6.8.0.1: Assembly properties for Web components
6.6.8.0.1: Assembly properties for Web components
- Component name (Required, String)
- Specifies the name of the servlet or JavaServer Pages(TM) (JSP)
file. This name must be unique within the Web module.
- Display name
- Specifies a short name that is intended to be displayed by GUIs.
- Description
- Contains a description of the servlet or JSP file.
- Component type
- Specifies the type of Web component. Valid values are servlet or
JSP file.
- Class name (Required, String)
- Specifies the full path name for the servlet's class.
- JSP file (Required, String)
- Specifies the full path name for the JSP file.
- Load on startup
- Indicates whether this servlet is to be loaded at the startup of the Web
application. The default is false (the checkbox is not
selected). Also specifies a positive integer indicating the order in
which the servlet is to be loaded. Lower integers are loaded before
higher integers. If no value is specified, or if the value specified is
not a positive integer, the container is free to load the servlet at any time
in the startup sequence.
- Small icon
- Specifies a JPEG or GIF file containing a small image (16x16
pixels). The image is used as an icon to represent the Web component in
a GUI.
- Large icon
- Specifies a JPEG or GIF file containing a large image (32x32
pixels). The image is used as an icon to represent the Web component in
a GUI.
|
|