Install Tolven JBoss

From DOC

Jump to: navigation, search

The Tolven JBoss Zip File

Download tolven-jboss-4.2.2.GA.zipfile from: http://sourceforge.net/projects/tolven. This is basically a typical JBoss distribution, with some modifications for Tolven. In previous versions of Tolven, the unzipped contents of this file were located in the tolvenVersion directory. It could always have been moved from there, but for new installations, you can choose to extract this file wherever you wish:

unzip tolven-jboss-4.2.2.GA.zip

At this point, the location of the unzipped application server is not known to Tolven. The location of the server known as appserver.home needs to be added to the tolven-config/plugins.xml, when you have installed Tolven.

Database Drivers

If you are installing Tolven with an Oracle database, then you need to obtain the corresponding JDBC driver from Oracle (http://www.oracle.com). Place the driver in the server lib directory, which by default is:

tolven-jboss-4.2.2.GA/server/tolven/lib

Customize Log4j messages

Once you install the Application server, you are free to customize certain files. One such file, which Tolven does not touch, is the tolven-jboss-4.2.2.GA/server/tolven/conf/jboss-log4j.xml file.

The default version of this configuration file causes log4j to display a large amount of informational messages to both the console and the server.log file. This level of output can make it difficult to detect actual errors, especially during startup.

You can fine-tune the log4j configuration, even during operation, to adjust the amount of output for selected modules.

We have provided a complete replacement for this file which dramatically reduces the amount of informational output for most non-Tolven components. All errors and warnings are still displayed. A few debug messages are also displayed. You can download this file from Tolven extras. Just replace it in the tolven-jboss-4.2.2.GA/server/tolven/conf folder.

Personal tools