JBoss 4
The following configuration details apply for JBoss 4:
1. Delete these files:
<LogiAppFolder>/WEB-INF/lib/log4j-1.2.8.jar
<LogiAppFolder>/WEB-INF/classes/log4j.properties
2. Auto-deploy is used with this server so either manually or through Logi Studio's New Application wizard, give the root folder for your Logi application a .war file extension. Ensure that this folder is placed beneath whatever folder you've configured as your auto-deployfolder, for example: jboss/server/default/deploy/myLogiApp.war
See the Hello World! Tutorial for some examples of working with the New Application wizard.
3. The startup batch file "run.bat" may include the following line: set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m. This must be prevented from overriding our required Java Options environment settings (see Setting Java Options). Users can either modify the batch file or the environment variable.
4. JBoss ships with a xerces library that conflicts with Logi's implementation of it, so remove the following .jar files from the <LogiAppFolder>/WEB-INF/libfolder prior to deploying:
xml-apis-1.3.04.jar
xml-apis-ext-1.304.jar
xercesImpl-2.7.1.jar