Our aim is to prepare a minimal JBoss configuration that holds Tomcat server. Some of you might be thinking what is the use of it?? We simply can install a Tomcat server if we need to. The point is that stand alone Tomcat server wont be providing the services that JBoss provides like: transaction services, security, pooled datasources. Lets see how prepare the required configuration.
(more…)