Chapter 4. Getting Started With JOnAS
jonas.service.ws.file1.class
org.objectweb.jonas.ws.handler.FileWSDLHandler
jonas.service.ws.file1.params location
# Where WSDLs will be published ?
jonas.service.ws.file1.location /tmp
# Set the Generator to use with wsgen
jonas.wsgen.generator.class
org.objectweb.jonas_ws.wsgen.axis.AxisConfigGenerator
#
###################### JOnAS EAR service configuration
#
#
Set the name of the implementation class of the ear service.
jonas.service.ear.class
#
Set the list of directories that contains ears that must
#
be deployed by the JOnAS Server at launch time.
#
Here should be given 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/apps/ directory.
jonas.service.ear.autoloaddir
#
Set the list of ears that must be depoyed by the JOnAS Server
#
at launch time.
#
Here should be given a comma-separated list of ear files names.
#
If the file name has a relative path, this path is relative
#
from where the Application Server is launched.
jonas.service.ear.descriptors
#
Set the XML deployment descriptors parsing mode for the
#
EAR service (with or without validation).
jonas.service.ear.parsingwithvalidation
#
###################### JOnAS DBM Database service configuration
#
#
Set the name of the implementation class of the dbm service
jonas.service.dbm.class
#
Set the jonas DataSources. This enables the JOnAS server to load
#
the data dources, to load related jdbc drivers, and to register
#
the data sources into JNDI.
#
This property is set with a comma-separated list of Datasource
#
properties file names (without the '.properties' suffix).
#
Ex: Oracle1,InstantDB1 (while the Datasources
#
properties file names are Oracle1.properties
#
and InstantDB1.properties)
jonas.service.dbm.datasources
#
###################### JOnAS Mail service configuration
#
#
Set the name of the implementation class of the mail service
jonas.service.mail.class
#
Set the jonas mail factories.
#
This property is set with a comma-separated list of MailFactory
#
properties file names (without the '.properties' suffix).
org.objectweb.jonas.ear.EarServiceImpl
autoload
org.objectweb.jonas.dbm.DataBaseServiceImpl
PostgreSQL1
org.objectweb.jonas.mail.MailServiceImpl
true
17
Need help?
Do you have a question about the APPLICATION SERVER - JONAS and is the answer not in the manual?
Questions and answers