Skip to main content

Bhakti Mehta

Bhakti Mehta is a Principal Member of Technical Staff at Oracle. 
She has a Masters in Computer Science from State University of New York at Binghamton and a Bachelors in Computer Engineering from Mumbai University.

 

bhaktimehta's blog

Session stickiness with Apache,mod_proxy and Glassfish

Posted by bhaktimehta on April 25, 2012 at 1:31 PM PDT

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

Posted by bhaktimehta on April 21, 2012 at 12:34 AM PDT

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!

Posted by bhaktimehta on March 2, 2012 at 1:06 PM PST

 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

Posted by bhaktimehta on August 4, 2011 at 12:59 PM PDT

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

Posted by bhaktimehta on April 20, 2011 at 11:42 AM PDT

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

Posted by bhaktimehta on March 1, 2011 at 6:55 AM PST

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

Posted by bhaktimehta on March 1, 2011 at 6:53 AM PST

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

Posted by bhaktimehta on October 11, 2010 at 10:13 AM PDT

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

Posted by bhaktimehta on July 30, 2010 at 1:05 PM PDT

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

Posted by bhaktimehta on June 25, 2010 at 2:42 PM PDT

This is a new series of blogs which will cover what is new in JavaEE 6 with respect to WebServices