0 Replies Latest reply on Jan 24, 2006 7:35 PM by darbvin

    JSF --> Bean --> Data Source Pool on JBoss+Tomcat+Apache

    darbvin

      [still a beginner, please pardon my ignorance]

      I have a single data source that will be used by 2 types of applications, one is accessed via telephone, the other via web. I have working voice apps that use web services to call java classes which are deployed on jboss.

      I now need to write and deploy a jsf app on the same machine. Can I access the jboss data source pool from within a bean that my jsf creates? (The only examples I found were using a Tomcat pool.) Is it possible for both apps to use the same jboss data source pool?