JBoss

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2008-04-28 22:22:16
Size: 402
Editor: tunguska
Comment:
Revision 5 as of 2008-04-29 10:14:58
Size: 1889
Editor: tunguska
Comment: some information about the JBoss Common Project
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
== Current Packages ==
Current packages within Hardy are:
 * libjboss-common-java - The JBoss Common Project
 * libjboss-profiler-java - JBoss Profiler
 * libjboss-serialization-java - JBoss Serialization

These packages currently only contain specific jar files related to the above JBoss projects.

ie: libjboss-common-java includes the ''jboss-common.jar'' file only...

The above packages are based on the information from http://wiki.jboss.org/wiki/JBossCommonProject
Line 12: Line 23:
 * Dependencies to use - ie: which jvm to use The libjboss-common-java package stores the library files (jar) within ''/usr/share/java'', which is where all java related libraries / jar files are located within Ubunutu.
Will need to keep this consistent.

There will be many different packages, created in a structured way.

Look at using the above JBoss Common Project information...

== Current JBoss binary tree ==
Currently when you extract the binary zip file, it will create a specific tree, which JBoss will look for.

This information is most likely configurable somewhere within the extensive JBoss configuration files, as it will need to conform to current Ubunutu locations (ie: jar files located within ''/usr/share/java'' for example).

 * '''lib''' - contains the base jar files required for JBoss
   * '''endorsed''' - contains serializer, xalan and xercesImpl - required Apache jars
 * '''bin''' - scripts and main jar files for starting JBoss
 * '''client''' - client side jar files
 * '''server''' - JBoss server tree (this is where all the "guts" of JBoss is)

JBoss in Ubuntu

Currently, there are no debian / ubuntu packages for JBoss.

It can be quite difficult to install JBoss for people that just want to setup a JBoss installation.

Goals

Current Packages

Current packages within Hardy are:

  • libjboss-common-java - The JBoss Common Project
  • libjboss-profiler-java - JBoss Profiler
  • libjboss-serialization-java - JBoss Serialization

These packages currently only contain specific jar files related to the above JBoss projects.

ie: libjboss-common-java includes the jboss-common.jar file only...

The above packages are based on the information from http://wiki.jboss.org/wiki/JBossCommonProject

Considerations

The libjboss-common-java package stores the library files (jar) within /usr/share/java, which is where all java related libraries / jar files are located within Ubunutu. Will need to keep this consistent.

There will be many different packages, created in a structured way.

Look at using the above JBoss Common Project information...

Current JBoss binary tree

Currently when you extract the binary zip file, it will create a specific tree, which JBoss will look for.

This information is most likely configurable somewhere within the extensive JBoss configuration files, as it will need to conform to current Ubunutu locations (ie: jar files located within /usr/share/java for example).

  • lib - contains the base jar files required for JBoss

    • endorsed - contains serializer, xalan and xercesImpl - required Apache jars

  • bin - scripts and main jar files for starting JBoss

  • client - client side jar files

  • server - JBoss server tree (this is where all the "guts" of JBoss is)

JBoss (last edited 2010-06-29 01:53:25 by 38)