In the JOnAS installation directory, you can find:
LicenceAgreement.txt | License agreement text file. |
ReleaseNotes.txt | Release Notes for this version |
apps/ | Directory in which EAR files can be placed for deployment. |
bin/unix/ | Executables to run the tools and the EJB server on Unix |
bin/nt/ | Executables to run the tools and the EJB server on Windows |
config/Oracle1.properties
config/InstantDB1.properties config/InterBase1.properties config/McKoi1.properties config/PostgreSQL1.properties |
Templates for datasource properties files. |
config/MailSession1.properties
config/MailMimePartDS1.properties |
Templates for mail factories properties files. |
config/a3servers.xml | Example of Configuration file for JMS Server(MOM) |
config/java.policy | Example of security policy file, necessary for JDK 1.2. |
config/jndi.properties | Example of JNDI property file. |
config/jonas-users.properties | File needed by JOnAS when security is enabled (kind of ACL) |
config/jonas.properties | An auto-documented property file for the JOnAS EJB server. |
config/jonathan.xml | Example of Jeremie property file. |
config/trace.properties | Example of Trace property file. |
doc/*.html | The JOnAS documentation, in HTML format. |
ejbjars/ | Directory in which EJB-JAR files can be placed for deployment. |
examples/ | Examples of beans. |
jdoc/* | The javadoc documentation for JOnAS classes and tools. Read jdoc/index.html first. |
lib/* | JOnAS libraries and dependancy libraries
- common/* for libraries independent of ORB,
- rmi/* for libraries dependent of RMI,
- jonathan/* for libraries dependent of both
JEREMIE and DAVID,
- jeremie/* for libraries dependent of JEREMIE,
- david/* for libraries dependent of DAVID.
|
template/genic | Velocity templates used by GenIC |
template/newbean | Velocity templates used by newbean |
webapps/jadmin.war |
Servlets classes for JMX administration tool |
xml/a3config.dtd
xml/application_1_2.dtd xml/application_1_3.dtd xml/ejb-jar_1_1.dtd xml/ejb-jar_2_0.dtd xml/jonas-ejb-jar_2_4.dtd xml/jonas-ejb-jar_2_5.dtd xml/web-app_2.2.dtd xml/web-app_2_2.dtd xml/web-app_2_3.dtd |
DTDs used for JOnAS deployment descriptors |