- 1st day
- adobe reader
- advanced search
- amqp
- Ant
- apache
- application server
- architecture
- Automation
- axis2
- Bamboo
- behind
- bin file
- blinking
- c5
- carbon
- carbon5
- CI
- clustering
- component
- Continuous Integration
- curl
- drive
- elgg
- export to other formats
- ghost deployment
- gnome
- greg
- gsoc proposal
- how
- install
- integration
- internship
- Java
- Jenkins
- JNDI
- kernel
- lazy loading
- led
- Maven
- maven2
- menu
- mount
- mvn
- ntfs
- open in terminal
- OSGi
- php5
- phpmyadmin
- proxy
- rabbitmq
- register
- release
- rest
- run
- servlet
- settings
- stratos
- svn
- Test
- tie
- tie a tie
- tomcat
- transport
- ubuntu
- ubuntu10.10
- webapps
- webservices
- wifi
- windows7
- wordpress
- wso2
- wso2as
- wso2esb
- wso2server
Archives
- September 2016 (1)
- December 2015 (1)
- July 2015 (1)
- June 2015 (1)
- January 2015 (2)
- December 2014 (1)
- April 2014 (2)
- March 2014 (5)
- January 2014 (1)
- December 2013 (1)
- May 2013 (2)
- March 2013 (2)
- February 2013 (2)
- January 2013 (2)
- October 2012 (1)
- August 2012 (1)
- June 2012 (1)
- May 2012 (1)
- April 2012 (2)
- January 2012 (1)
- December 2011 (2)
- June 2011 (2)
- April 2011 (2)
- January 2011 (1)
- November 2010 (4)
- October 2010 (1)
- July 2010 (1)
- February 2010 (2)
- September 2009 (1)
Twitter Updates
- RT @Imesha94: @ballerinalang Shell — A REPL for Ballerina by Sunera Avinash link.medium.com/KLFT6GfXheb 1 day ago
- RT @EntInsider: Ever wondered how the sound effects in "A Quiet Place" were made? https://t.co/wdGKQUqmTj 2 weeks ago
- RT @lafernando: HTTP Deep-Dive with Ballerina: Services medium.com/ballerina-tech… #ballerinalang #http #services #microservices 1 month ago
- RT @WheatNOil: The mRNA vaccines (Pfizer and Moderna) are kind of brilliant at a science level. I’ve had a few people in my real non-Twitte… 2 months ago
- RT @github: We want to empower every developer and company to be able to deliver great software. To do that, we focus on building the best… 2 months ago
Tag Archives: clustering
Carbon 5.0 Clustering Framework – My Notes
The clustering module provides the clustering feature for carbon kernel which adds support for High Availability, Scalabilty and Failover. The overall architecture of clustering implementation in a single node is given below. Below are the description of each components of … Continue reading
Session replication of Applications in WSO2 Application Server
Introduction The Apache Tomcat[1] is mainly used as a servlet container in WSO2 Carbon[2] based servers. It runs as embedded mode in all servers. It also holds some useful features in it, such as ability to deploy webapps, etc. The … Continue reading
Posted in Java, Tomcat, WSO2
Tagged apache tomcat, axis2, clustering, replication, session, wso2as
Leave a comment
Axis2 clustering with tomcat
I was recently working with the creating axis2 cluster by using tomcat. Instead of running axis as two different webapps in one tomcat instance, I used two different tomcat instances to create the cluster. But i faced a problem which is already … Continue reading