Tag Archives: tomcat

Embedded Tomcat : Tips, Tricks and Hacks

Introduction Embedded Tomcat API comes handy where it only requires a few lines of code to start a tomcat instance within your application.  This makes the life easy for the users to get the useful features out from Apache Tomcat in their application. In most … Continue reading

Posted in Java, Tomcat | Tagged , , , , , , | 1 Comment

Ghost Deployment (Lazy Loading) of Applications in WSO2 Application Server

Introduction Previous releases of WSO2 Application Server had lazy loading support for Services only. But from WSO2 Application Server 5.0.0 onwards, lazy loading support is added for Applications as-well. This support includes WebApps, JAX-WS/RS Apps and Jaggery Apps. In a … Continue reading

Posted in WSO2 | Tagged , , , , , , | Leave a comment

How to register JNDI resources for webapps in WSO2 Application Server

WSO2 Application Server uses Embedded Tomcat as its underlying servlet container. This gives the advantage of inheriting all the features supported by Apache Tomcat. With this support WSO2 Application Server brings together the webapp hosting facility along with web-services hosting … Continue reading

Posted in How to, Java, Tomcat, WSO2 | Tagged , , , , , , | 4 Comments

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

Posted in Axis2, How to, Java, Tomcat | Tagged , , , | Leave a comment