I found that most of users encountered OutOfMemeryException with Tomcat, and i thought that the deploying OpenMRS on others applications might help us out of this kind of error.
So I started to checkout OpenMRS from trunk, and did the customization of pom.xml in order to create another package openmrs.war for supporting JBoss. Because the existing package worked only with Tomcat, but not JBoss. For doing this, i had to remove some some jar files in WEB-INF/lib. After building successfully, i did some test as following: - i removed everything and started doing the setup wizard --> It worked well - I logged in to application and play around with some module (Patient, Location ...) --> It worked well - I created some modules which were downloaded from repository --> It worked well - I did data entry with some locations and patients --> It worked well @OpenMRS, I not sure if deploying on this new application server can help us to avoid the problem OutOfMemoryException. One more thing, i really need to help to find out more test cases for testing. Note: the default heap memory of JBoss on my PC is: -Xms128m -Xmx512m -XX:MaxPermSize=256m _________________________________________ 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]

