GlassFish is an application/web server for deploying Java based web application. To obtain best performance in production environment, some modification has to be made to the default GlassFish installation. Tip 1: Java Version Typically, many performance optimizations are always being incorporated in newer releases of Java SE. Whenever possible, it is a good idea to upgrade to the latest version …
Read More »Tag Archives: glassfish
keytool IUI to manage SSL Certificate in Glassfish Web Server
To setup SSL in different java based web servers like Apache, Tomcat, Glassfish, we generally use the keytool command line to create certificate, generate CSR etc…, which is a bit complicated and confusing if you are not well versed with the keytool command line, We can make our life much more easier, by using Keytool IUI which is GUI version …
Read More »