Good to see RT @CentOS: Test b…

Good to see RT @CentOS: Test builds for #openstack #essex on #CentOS now available : details at http://t.co/4KQ19T64 #Cloud #operations

Posted in Tweets | Comments Off on Good to see RT @CentOS: Test b…

This is where we fit in: “You …

This is where we fit in: “You don’t have to buy hardware anymore, you host it in the Cloud” quoting @naval on @ForeignOfficial tonight.

Posted in Tweets | Comments Off on This is where we fit in: “You …

SSL Certificate and install in…

SSL Certificate and install included in our Managed VPS Plans http://t.co/eBHNHyZO #NetPres

Posted in Tweets | Comments Off on SSL Certificate and install in…

Excellent Eucalyptus #cloud re…

Excellent Eucalyptus #cloud recipes & info from their “Community VP” on his Blog site at http://t.co/DI6oVb35 #NetPres

Posted in Tweets | Comments Off on Excellent Eucalyptus #cloud re…

If you want opensource Cloud s…

If you want opensource Cloud stacks & APIs, we run OpenStack & Eucalyptus platforms http://t.co/OCWv5upE & Big Data too http://t.co/qq9YHp12

Posted in Tweets | Comments Off on If you want opensource Cloud s…

RT @siggsau: VIP customer has …

RT @siggsau: VIP customer has new clustered app & website online in good time before go live. 1st rate Project Mngmt by them, it’s an “art”.

Posted in Tweets | Comments Off on RT @siggsau: VIP customer has …

Weekly Tweets for 2012-08-19

Powered by Twitter Tools

Posted in Tweets | Comments Off on Weekly Tweets for 2012-08-19

SaaS for us is also known by S…

SaaS for us is also known by Sysadmin As A Service and it’s available & included with all our VPS offerings. http://t.co/SHqldyIR #NetPres

Posted in Tweets | Comments Off on SaaS for us is also known by S…

Session transparent Tomcat Clustering using Apache mod_jk

Having recently presented an updated instance of my Tomcat Administration training course, I was able to add to the method of combining the previously posted setting of the ‘redistributable’ option for a Tomcat web application (webapp), to allow more or older Tomcat apps to run in a modern Tomcat Cluster.

This focuses around making the distribution of any ‘session’ be fully managed by the Tomcat Cluster, needing no other software to ensure logins and other sessions are retained between pages, clicks and Tomcats servicing the end-user’s browser activity as well.

The usual Java based Cookie that browsers see and use for sessions is called JSESSIONID (but this method supports any and all cookie names) and the operation of the fast and lightweight Apache web server module ‘mod_jk’ works by having the Tomcat jvmRoute name appended to JSESSIONID, for the ‘sticky_session’ activity of mod_jk Load Balancing.

It turns out that with the webapp clustered (via that redistributable=”true” Context that we set, verifiable in the catalina.out via the “session state” cluster messages), you can remove the jvmRoute setting from the Engine for each Tomcat and turn off ‘sticky_session’ in the mod_jk workers.properties file (worker.WORKERNAME.sticky_session = 0) and restart the Apache and the Clustered Tomcats, and then the JSESSIONID won’t have any jvmRoute appended to it and it’ll be a ‘normal’ Cookie, and mod_jk will just load balance between the configured workers, leaving the Tomcat Cluster to manage the sessions between the clustered Tomcats.

This allows for both transparent High Performance (HP) from your Tomcat Cluster, but also High Availability (HA) through the transparent fail-over of session based cookies and the maintaining of end-user logins etc even when Tomcat servers enter or leave the Tomcat cluster, through the front-line mod_jk Load Balancing.

Please contact us if you’d like more information about using Tomcat, Glassfish, JBoss and WebSphere for your Java Application Server hosting and content delivery.

FYI and regards,
Richard.

Posted in Network Presence, Sales | Tagged , | Comments Off on Session transparent Tomcat Clustering using Apache mod_jk

Excellent FLOSS Weekly podcast…

Excellent FLOSS Weekly podcast about SugarCRM. http://t.co/YO0JjeVa We can pre-install SugarCRM with min. 1GB RAM VPS Plans #NetPres

Posted in Tweets | Comments Off on Excellent FLOSS Weekly podcast…