uCosminexus Application Server, Application Setup Guide

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

Appendix A.5 Property settings of a J2EE application

The following items are described below:

Organization of this subsection
(1) Property settings of an Enterprise Bean
(2) Property settings of a servlet and JSP
(3) Common property settings of a J2EE application

(1) Property settings of an Enterprise Bean

The following table describes the means for the Enterprise Bean property settings that were previously specified by using Server Plug-in.

Table A-5 Operation methods for property settings of an Enterprise Bean and their reference locations

Operation by Server Plug-in Alternative means Reference location
Defining other Enterprise Bean references (ejb-ref) DD (ejb-jar.xml) 9.3.1
Defining the reference of a resource adapter (resource-ref) cosminexus.xml, DD (ejb-jar.xml) 9.3.3
Defining the reference of a resource environment (resource-env-ref) cosminexus.xml, DD (ejb-jar.xml) 9.3.4
Defining the message reference of a Message-driven Bean (message-ref) cosminexus.xml 9.4
Defining a transaction attribute (trans-attribute) DD (ejb-jar.xml) 9.5
Setting properties when executing a Stateful Session Bean cosminexus.xml 9.10.1
Setting properties when executing a Stateless Session Bean cosminexus.xml 9.10.2
Setting properties when executing an Entity Bean cosminexus.xml 9.10.3
Setting properties when executing a Message-driven Bean cosminexus.xml 9.10.4

(2) Property settings of a servlet and JSP

The following table describes the means for the settings of servlet and JSP properties that were previously specified by using Server Plug-in.

Table A-6 Operation methods for property settings of a servlet and JSP

Operation by Server Plug-in Alternative means Reference location
Defining the reference of an Enterprise Bean (ejb-ref) DD (web.xml) 9.7.1
Defining the reference of a resource adapter (resource-ref) cosminexus.xml, DD (web.xml) 9.7.3
Defining the reference of a resource environment (resource-env-ref) cosminexus.xml, DD (web.xml) 9.7.4
Defining the mapping of a servlet and JSP (url-pattern) DD (web.xml) 9.8
Defining the mapping of a filter (filter-mapping) DD (web.xml) 9.9.2
Defining the context root of a J2EE application (context-root) DD (application.xml) 9.11.1
Defining control for the number of concurrently executing threads in a Web application unit (thread-control) cosminexus.xml 9.11.2
Defining control for the number of concurrently executing threads in a URL group unit
(urlgroup-thread-control)
cosminexus.xml 9.11.3
Defining the monitoring of the number of pending requests in a URL group unit (urlgroup-thread-control tag - stats-monitor tag - waiting-request-count tag) cosminexus.xml 9.11.4
Setting the default character encoding
(http-request tag - encoding tag, http-response tag
- encoding tag, jsp tag - page-encoding tag)
cosminexus.xml 9.12
Setting the error reporting for a servlet and JSP cosminexus.xml 9.16

(3) Common property settings of a J2EE application

The following table describes the means for the common J2EE property settings that were previously specified by using Server Plug-in.

Table A-7 Operation methods for common property settings of a J2EE application

Operation by Server Plug-in Alternative means Reference location
Operation overview Operation details
CTM scheduling Scheduling of a J2EE application unit cosminexus.xml 9.14.1
Scheduling of a Stateless Session Bean unit cosminexus.xml 9.14.2
Setting the startup order Setting the startup order of a J2EE application cosminexus.xml 9.15.1
Setting the startup order of an Enterprise Bean cosminexus.xml 9.15.2
Setting the startup order of a servlet and JSP cosminexus.xml 9.15.3