Red Hat APPLICATION SERVER - JONAS Tutorial page 19

Jonas
Hide thumbs Also See for APPLICATION SERVER - JONAS:
Table of Contents

Advertisement

Chapter 4. Getting Started With JOnAS
# list of services for JOnAS as a EJB server
jonas.services registry,jmx,jtm,dbm,security,jms,resource,ejb,web,ear
#
###################### JOnAS Registry service configuration
#
#
Set the name of the implementation class of the Registry service
jonas.service.registry.class
org.objectweb.jonas.registry.RegistryServiceImpl
#
Set the Registry launching mode
#
If set to 'automatic', the registry is launched in the same JVM as
#
the Application Server, if it's not already started.
#
If set to 'collocated', the registry is launched in the same JVM
#
as the Application Server
#
If set to 'remote', the registry has to be launched beforehand in
#
a separate JVM
jonas.service.registry.mode
#
###################### JOnAS JMX service configuration
#
#
Set the name of the implementation class of the jmx service
#
IF you want to use SUN RI:
#
org.objectweb.jonas.jmx.sunri.JmxServiceImpl
#
IF you want to use MX4J:
#
org.objectweb.jonas.jmx.mx4j.Mx4jJmxServiceImpl
#
We use sunri for default because of compatibility with rmi iiop
#
jonas.service.jmx.class
#
org.objectweb.jonas.jmx.mx4j.Mx4jJmxServiceImpl
jonas.service.jmx.class
#
###################### JOnAS EJB Container service configuration
#
#
Set the name of the implementation class of the ejb service
jonas.service.ejb.class
#
Set the list of directories that contains ejbjars that
#
must be deployed by the JOnAS Server at launch time.
#
Give a comma-separated list of directories.
#
If the directory has a relative path, this path is relative from
#
where the Application Server is launched.
#
If the directory is not found, JOnAS searches for it in the
#
JONAS_BASE/ejbjars/ directory.
jonas.service.ejb.autoloaddir
#
Set the list of ejbjars that must be deployed by the JOnAS Server
#
at launch time.
#
Give a comma-separated list of ejb-jar files names or standard
#
XML deployment descriptors files names.
#
If the file name has a relative path, this path is
#
relative from where the Application Server is launched.
jonas.service.ejb.descriptors
#
Set the XML deployment descriptors parsing mode
#
(with or without validation)
jonas.service.ejb.parsingwithvalidation
#
Set the size of the thread pool used for message driven beans
jonas.service.ejb.mdbthreadpoolsize 10
automatic
org.objectweb.jonas.jmx.sunri.JmxServiceImpl
org.objectweb.jonas.container.EJBServiceImpl
autoload
false
15

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the APPLICATION SERVER - JONAS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Application server

Table of Contents