JOnAS v2.4 Tutorial | ||
---|---|---|
<<< Previous | Introduction | Next >>> |
In order to run JOnAS, you need some additional software that are not provided in the JOnAS distribution. You may also wonder what kind of hardware configuration do I need to run all that stuff ! There is not a single answer to these questions but many, according to your needs. However, we will try to provide some useful information to help you make your mind.
Here is a list of the main software components you may need in order to run JOnAS:
a JavaTM2 Software Development Kit (SDK) version 1.2 or higher. A SDK version 1.3 is recommended but if you want to stick to your old SDK it is fine as long as it is compliant with the 1.2 specification. JOnAS also works with the current release candidate of SDK 1.4, but it is still somewhat unstable and you certainly may prefer a more stable SDK for both development and production environments.
a Web server and a JSP/Servlets server. The most popular Open Source software used are Apache and Jakarta Tomcat.
a Database server. Any database with a JDBC driver can be used with JOnAS. There are several Open Source databases such as PostgreSQL or MySQL, but you can also use commercial databases such as Oracle, DB2, Informix, Sybase or SQL server ...
There is no specific hardware requirement per-say for running JOnAS. All you need is a Java Virtual Machine that supports your hardware environment. However, we can be more specific and give some examples.
Here is an example of a Linux configuration we are using for the development of a small application with 10 beans:
PentiumTM II 300MHz
128MB RAM
Disk space:
36MB for Apache,
16MB for Tomcat,
21MB for JOnAS,
24MB for MySQL
10MB for application development (this really depends on your application)
400MB for the database data
Here is an example of a configuration we use for benchmarking:
PentiumTM III 900MHz
1GB RAM
Disk space: same as above except for database data that is around 1.5GB
<<< Previous | Home | Next >>> |
JOnAS features | Up | Quick Start |