OK. thanks anywary -----Original Message----- From: Jeanfrancois Arcand [mailto:[EMAIL PROTECTED]] Sent: 2002年11月21日 9:43 To: Tomcat Users List Subject: Re: Jbuilder & Resource binding problem
You should post the question to a JBuilder list. I'm sure peoples using Tomcat and JBuilder can help. It strange that JBuilder does not allow you to change the server.xml file. Depending on the Tomcat version bundled with JBuilder, you can use the admin tool to create your JDBC datasource. -- Jeanfrancois [EMAIL PROTECTED] wrote: >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]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
