Glassfish 4.1
This topic demonstrates how to configure Glassfish 4.1.
1. Deploy your Logi application folder into glassfish4/glassfish/domains/domain1/autodeploy.
2. Use the Glassfish Admin Console at http://<yourServer>:4848/common/index.jsf to configure the Java options.
3. In addition to the recommended options listed in Setting Java Options, set the -XX:MaxPermSize setting to a minimum of 300m.
4. Click this link glassfish-web.xml to open it in your browser. Right-click and select "View page source" (or similar) to see a plain text version of the code. Save this code as <LogiAppFolder>/WEB-INF/glassfish-web.xml.
4. Click this link faces-config.xml to open it in your browser. Right-click and select "View page source" (or similar) to see a plain text version of the code. Save this code as <LogiAppFolder>/WEB-INF/faces-config.xml.
5. You may see warnnig in the Glassfish log about JDBC4 drivers. If desired, these warning can be suppressed by moving the .jar files identified in the log entries to glassfish4/glassfish/domains/domain1/lib/ext.