![Red Hat Application Server Скачать руководство пользователя страница 55](http://html.mh-extra.com/html/red-hat/application-server/application-server_manual_1427406055.webp)
Chapter 3. JOnAS Configuration
47
Property Name
Description
Possible Values
UserPassword
Default user password that will
be used for opening JMS
connections.
Any name (such as myPass).
Nothing (default anonymous
password will be set).
Collocated
Specifies if the connections that
will be created from the factory
should be TCP or
local-optimized connections
(the collocated mode can only
be set if the JORAM server is
collocated; such factories will
only be usable from within
JOnAS).
True (for building
local-optimized connections).
False (for building TCP con-
nections).
Nothing (default TCP mode
will be set).
Table 3-6. jonas-connection-definition Tags
The
jonas-activationspec
tag wraps a property related to inbound messaging:
Property Name
Description
Possible Values
jndi-name
Binding name of a JORAM
object to be used by 2.1 MDBs.
Any name (such as
joramActivationSpec).
Table 3-7. jonas-activationspec Tag
3.7.1.2. Configuring a Collocated JORAM Server
The
a3servers.xml
file describes a JORAM platform configuration and is used by a starting JO-
RAM server (thus, it is never used if JORAM is in non-collocated mode).
The default file provided with JOnAS is the following:
?xml version="1.0"?
config
server id="0" name="S0" hostname="localhost"
service class="org.objectweb.joram.mom.proxies.ConnectionManager"
args="root root"/
service class="org.objectweb.joram.mom.proxies.tcp.TcpProxyService"
args="16010"/
/server
/config
The above configuration describes a JORAM platform made of one unique JORAM server (id 0,
name s0), running on localhost, listening on port 16010. Those values are taken into account by the
JORAM server when starting. However
they should match the values set in the deployment descriptor
of the RA
, otherwise the adapter either will not connect to the JORAM server, or will build improper
connection factories.
3.7.1.3. Specifying Administration Tasks
The
joram-admin.cfg
file describes administered objects to be (optionally) created when deploying
the adapter.
Содержание Application Server
Страница 1: ...Red Hat Application Server JOnAS User Guide ...
Страница 8: ......
Страница 22: ...14 Chapter 1 Java Open Application Server JOnAS a J2EE Platform ...
Страница 58: ...50 Chapter 3 JOnAS Configuration ...
Страница 66: ...58 Chapter 5 JOnAS Class Loader Hierarchy ...
Страница 78: ...70 Chapter 6 JOnAS Command Reference ...
Страница 80: ......
Страница 86: ...78 Chapter 7 Developing Session Beans ...
Страница 136: ...128 Chapter 9 Developing Message Driven Beans ...
Страница 142: ...134 Chapter 10 Defining the Deployment Descriptor ...
Страница 148: ...140 Chapter 11 Transactional Behavior of EJB Applications ...
Страница 158: ...150 Chapter 14 EJB Packaging ...
Страница 162: ...154 Chapter 15 Application Deployment and Installation Guide ...
Страница 164: ......
Страница 176: ...168 Chapter 18 WAR Packaging ...
Страница 178: ......
Страница 184: ...176 Chapter 20 Defining the Client Deployment Descriptor ...
Страница 186: ...178 Chapter 21 Client Packaging ...
Страница 188: ......
Страница 192: ...184 Chapter 23 EAR Packaging ...
Страница 194: ......
Страница 200: ...192 Chapter 24 JOnAS Services ...
Страница 204: ...196 Chapter 25 JOnAS and the Connector Architecture ...
Страница 222: ...214 Chapter 27 Ant EJB Tasks Using EJB JAR ...
Страница 234: ...226 Chapter 29 Web Services with JOnAS ...
Страница 236: ......
Страница 260: ...252 Chapter 34 How to use Axis in JOnAS ...
Страница 270: ...262 Chapter 36 Web Service Interoperability between JOnAS and BEA WebLogic ...
Страница 296: ......