JBoss - Installation AlternativesYou can install the JBoss Application Server in one of these two modes:
JBossAS 5.0.0 can be compiled with both Java5 and Java6. The Java5 compiled binary is our primary/recommended binary distribution. It has undergone rigorous testing and can run under both a Java 5 and a Java 6 runtime. When running under Java 6 you need to manually copy the following libraries from the JBOSS_HOME/client directory to the JBOSS_HOME/lib/endorsed directory, so that the JAX-WS 2.0 apis supported by JBossWS are used:
* jbossws-native-saaj.jar
* jbossws-native-jaxrpc.jar * jbossws-native-jaxws.jar * jbossws-native-jaxws-ext.jar Another alternative is to download the jdk6 distribution (jboss-5.0.0.CR2-jdk6.zip) [http://downloads.sourceforge.net/jboss/jboss-5.0.0.CR2- jdk6.zip?modtime=1221686600&big_mirror=1] in which case no configuration changes are required. Please refer to the release notes [http://sourceforge.net/project/ shownotes.php?release_id=627020&group_id=22866] for additional information about running with JDK 6.
Three types of server configurations will be included in your installation - minimal, default, and all. |