We run JBoss 4.0.0 on our iSeries, so no need to step back to the older version. Just a couple of tips:
- Make sure you specify the correct JAVA_HOME in jboss-4.0.0/bin/run.conf (ours is /QIBM/ProdData/Java400/jdk14) - Make sure you give the VM enough memory in run.conf (at least 512 MB) - If you use the run.sh script to start JBoss, it should setup the java.endorsed.dirs system property to point to the jboss-4.0.0/lib/endorsed directory, which contains compatible versions of the XML processor. - Once you get it going from the command line, you can follow the instructions in http://www.iseriesnetwork.com/nwn/story.cfm?ID=17070 to setup things like a subsystem and job queue to run it in. Though the article is older and uses JDK 1.3 and JBoss 3.0, the OS/400 concepts are identical. Eric View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859863#3859863 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859863 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
