Actually, JBuilder will re-write the server.xml whenever it starts web server.
I searched on google, some one suggested to add them into web.xml. But I find this
method can't work.
Is anybody can help?
-----Original Message-----
From: Zhao, Zephyr
Sent: 2002��11��21�� 9:13
To: '[EMAIL PROTECTED]'
Subject: Jbuilder & Resource binding problem
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]>