Sorry, I guess some of the xml got removed...  here it is again but with some 
spaces so it does not get removed.

This is the tomcat, easy, setup...


< Context path="/myApp" ... >
    < !-- Datasource -->
    < Resource name="jdbc/TestDB" auth="Container"           
type="javax.sql.DataSource" / >
     .... all the normal datasource params ...

   < !-- My Bean -->
   < Resource name="rps/RPSClient"
        auth="Container"
        type="com.myco.rps.RPSClient"
        factory="org.apache.naming.factory.BeanFactory"
        location="localhost" / >
< / Context>


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072620#4072620

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072620
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to