Hi All,
Do I need
to remove exsisting content from xml and paste mine or I should add new entry?
- Setup a JDBC data source for your MySQL schema. With
Tomcat, you can do this in conf/server.xml, where you
define a Resource pointing to the your MySQL database and schema. In
the example below, the Oracle server is running on localhost port 3306, the
schema is orbeon, and the username/password is orbeon/orbeon:
<Resource
name="jdbc/mysql" auth="Container"
type="javax.sql.DataSource"
initialSize="3" maxActive="10" maxIdle="20"
maxWait="30000"
driverClassName="com.mysql.jdbc.Driver"
poolPreparedStatements="true"
username="orbeon"
password="orbeon"
url="jdbc:mysql://localhost:3306/orbeon"/>
Please do not print this email unless it is absolutely necessary.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
OW2 mailing lists service home page:
http://www.ow2.org/wws