bhaktimehta's blog
Session stickiness with Apache,mod_proxy and Glassfish
Loadbalancers can set thier cookies indicating which backend server can serve a user's requests and direct future requests to the same server.
I was experimenting with session stickiness using apache, mod_proxy and Glassfish and here is a short summary of the steps I executed.
Apache 2 is installed on Mac OSX in /etc/apache2
Server Sent Events Sample with Glassfish
Introduction
Server-Sent Events (SSE) is a standard describing how servers can initiate data transmission towards clients once an initial client connection has been established.
Glassfish 3.1.2 and Netbeans 7.1.1 are here!
We are pleased to announce the release of Glassfish 3.1.2 .
These are the highlights of some of the main features in Glassfish 3.1.2
Main Features
Quick tip Felix shell and Glassfish
Here is a pointer to a blog which shows how to use the felix shell with Glassfish 3.2 to inspect dependencies.
Classloader.getResources() and IBM JDK
This blog shows some interesting differences between classloader implementation of IBM JDK vs Sun/Oracle JDK
https://blogs.oracle.com/bhaktimehta/entry/ibm_jdk_and_classloader_getre...
mod_jk and EJB Webservices and Glassfish 3.1
One of the nice bug fixes we added in v3.1 was support for mod_jk with ejb webservices issue 12458.
Amy has a very nice blog on setting up mod_jk here
change-master-password command in glassfish 3.1
We are proud to announce the release of glassfish 3.1. https://blogs.oracle.com/bhaktimehta/entry/change_master_password_comman... is an entry on the command change-master-password in 3.1.
Update to deploying webservices on Glassfish 3.1 cluster
This blog is a minor update to the previous entry of www.java.net/blog/bhaktimehta/archive/2010/07/23/deploying-webservices-glassfish-31-cluster
Glassfish 3.1 is in active development and there are some changes since the last time I posted this blog.
Deploying webservices on Glassfish 3.1 cluster
Byron Nevins has posted a very nice blog on offline configuration for Glassfish v3.1 here.
The following blog will show how to deploy a webservices application to a Glassfish 3.1 cluster . You can do additional tasks using the Glassfish Administration Console.
JavaEE 6: EJB Webservices in war
This is a new series of blogs which will cover what is new in JavaEE 6 with respect to WebServices





