Sample : TomcatWebApps/GenericJavaBeanResource
===================

Introduction
============

This is simple webapp sample to demonstrate JNDI DataSource look-ups in Embedded Tomcat for
resources defined in webapp contextXml descriptor
More info at http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html


Deploying the Webapp
====================

1. Use "ant" command in the CARBON_HOME/samples/TomcatWebApps/GenericJavaBeanResource/ to build the webapp.
2. This will deploy the GenericJavaBeanResource webapp to the <CARBON_HOME>/repository/deployment/server/webapps directory.
If you start AppServer, GenericJavaBeanResource will be available as a deployed webapp.






