Hi,

Can you help me to config the Jbuilder to bind the Datasource?
I have no way to modify the server.xml file!
The following is the content that I want to add into my server.xml


<ResourceParams name="myDB/plum">
                                                <parameter>
                                                        <name>factory</name>
                                                        
<value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
                                                </parameter>
                                                <parameter>
                                                        <name>driverClassName</name>
                                                        
<value>oracle.jdbc.driver.OracleDriver</value>
                                                </parameter>
                                                <parameter>
                                                        <name>url</name>
                                                        
<value>jdbc:oracle:thin:plum@szsun04:1521:plum</value>
                                                </parameter>
                                .....
.                               ...
Thanks98 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to