Wyclif, I used jboss-6.0.0.Final, and i copied the default server folder and renamed it as openmrs. and then i put my openmrs.war in the deploy folder of that new server. And i run the command from ./run.sh -c openmrs from the bin directory of JBoss.
You are right that the openmrs.war that works with Tomcat can run on JBoss, but i got many error message in JBoss log during deployment and running because of the conflict of some libraries such as jta and some xml libraries which are also provided by JBoss. For me, I just want to test if it can resolve or cut down the OutOfMemoryError of OpenMRS and i also want to know where this Error come from and others solution others than increasing the heap memory of JVM. I had 4 years experiences with J2EE microfinance system that was deployed on JBoss, Weblogic and Websphere and I rarely encountered the OutOfMemeryError. And with that finance system, there were more than 100 000 records. But the difference was that that finance system used EJB (not Hibernate). Regards, Sokha. _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

