In general, the OL server is meant only as a development/prototyping platform. It is not meant for deployment. For deployment situations, you will want to compile your application to a SOLO application and have it talk directly to your data back-end.
On 2010-09-11, at 12:12, Gireesh Subramaniam wrote: > Hi, > > I am trying to deploy my Openlaszlo application as DHTML in the form of a > .war on a windows machine.I encountered the Out of Memory Error,on searching > relevant information,found that the JVM memory was 65 MB and was the cause > > Now I changed the configuration of setenv.bat in the tomcat/bin/ folder > > and included JAVA_OPTS= -Xmx256m -Xms512m > > and with this ,DHTML OL application starts fine.But i see serious > performance issues that were not seen in Flash version of same OL > application,The data retrieval is very slow on the Front End Interface and > seems that the interface from Backend(in my case PHP/MySQL) to OL is > fine,but memory related issues are there, > > I am looking for comments on what are optimal memory related settings for > DHTML deployed as a .war file on a windows machine. > > My Server Specifications are : > 2GB RAM/Windows XP SP2/I have XAMPP installed for controlling and managing > Tomcat,Apache,MySql. > > I tried to search on forums but was not able to find answers. > > Thanks, > Gireesh
